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-ssh12394135006646265773.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 c0065d2da6114f70b5a746ccaf9405c001f2bfb0
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes hawk/hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7
[Normal][hawk/hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7][Scheduled] Successfully assigned hawk/hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7 to okdnode-20
[Normal][hawk/hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7][AddedInterface] Add eth0 [10.40.38.193/23] from openshift-sdn
[Normal][hawk/hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7][Pulled] Container image "maven:3-jdk-11" already present on machine
[Normal][hawk/hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7][Created] Created container maven
[Normal][hawk/hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7][Started] Started container maven
[Normal][hawk/hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine
[Normal][hawk/hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7][Created] Created container jnlp
[Normal][hawk/hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7][Started] Started container jnlp
Still waiting to schedule task
‘hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7’ is offline
Agent hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7 is provisioned from template Hawk_Greycat_backend_master_162-gh8lb-1gwpk
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Greycat%20backend/job/master/162/"
    runUrl: "job/Hawk%20Greycat%20backend/job/master/162/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "d04cf3c8be76af114c9bc005844fc5068a3c6210"
    jenkins/label: "Hawk_Greycat_backend_master_162-gh8lb"
  name: "hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7"
  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-162-gh8lb-1gwpk-dgsf7"
    - name: "JENKINS_NAME"
      value: "hawk-greycat-backend-master-162-gh8lb-1gwpk-dgsf7"
    - 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-162-gh8lb-1gwpk-dgsf7 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-ssh13555621785041071484.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 c0065d2da6114f70b5a746ccaf9405c001f2bfb0 (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 c0065d2da6114f70b5a746ccaf9405c001f2bfb0 # timeout=10
Commit message: "Revert "Temporarily fall back to 2.1.0 third party non-p2 repository to allow build""
 > git rev-list --no-walk 1275ef75b0232e98907ea73c9736c41d647ff317 # 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: 12.411 s - in org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite
addThenReuseIterable[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 1.02 s
getMultipleMatches[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.336 s
invalidIndexNames[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.599 s
doubleExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.247 s
removeByFullKey[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.21 s
removeByNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.202 s
removeByFieldNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.324 s
indexNodeDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.347 s
integerRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.491 s
integerExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.366 s
indexKeyAdditionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.5 s
removeByNodeMultipleIndicesRemoveAll[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.279 s
removeByNodeMultipleIndicesRemoveOne[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.289 s
addPreservesPriorValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.292 s
addNullMap[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.271 s
query[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.346 s
removeByNode3Arg[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.353 s
removeByFullKeyInt[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.309 s
nodeDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.28 s
queryWithPipes[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.19 s
addNullValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.157 s
removeByValueNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.134 s
indexDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.209 s
deleteRecreate[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.116 s
floatingRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.15 s
removeByFullKeyDouble[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.135 s
indexKeyRemovalRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.392 s
testStartTransaction[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.172 s
testStartDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.393 s
testStartShutdown[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.248 s
twoNodesBatchRemoveRel[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.218 s
oneNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.213 s
oneNodeProperty[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.732 s
oneNodeRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.169 s
oneNodeRemoveRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.208 s
escapeInvalidClassCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.119 s
escapeInvalidCharactersEdges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.12 s
escapeInvalidFieldCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.198 s
twoNodesBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.209 s
oneNodeRemove[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.26 s
oneNodeBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.223 s
threeNodesRemoveMiddle[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.267 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
13:19:26.514 [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
13:19:26.818 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:19:26.818 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:19:26.821 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:26.821 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:26.826 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:19:26.826 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:19:26.826 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:19:26.827 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:19:26.827 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:19:26.827 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:19:26.828 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:19:26.828 [pool-46-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
13:19:26.934 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:26.934 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:27.020 [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
13:19:27.020 [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
13:19:27.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
13:19:27.020 [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
13:19:27.025 [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
13:19:27.031 [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
13:19:27.035 [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
13:19:27.036 [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[]
13:19:27.037 [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
13:19:27.037 [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
13:19:27.040 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:19:27.040 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:19:27.040 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:19:27.040 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:19:27.040 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:19:27.041 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:19:27.041 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:19:27.041 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:19:27.041 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:19:27.041 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:19:27.041 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:19:27.041 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:19:27.041 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:19:27.043 [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
13:19:27.045 [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
13:19:27.045 [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
13:19:27.045 [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
13:19:27.045 [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
13:19:27.045 [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
13:19:27.045 [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
13:19:27.045 [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
13:19:27.045 [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
13:19:27.046 [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
13:19:27.216 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:19:27.216 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:19:27.216 [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
13:19:27.226 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:27.226 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:27.234 [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
13:19:27.234 [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
13:19:27.234 [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
13:19:27.234 [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
13:19:27.235 [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
13:19:27.235 [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
13:19:27.235 [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
13:19:27.235 [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
13:19:27.235 [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
13:19:27.235 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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[]
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.236 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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
13:19:27.237 [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[]
13:19:27.238 [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
13:19:27.242 [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
13:19:27.242 [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
13:19:27.242 [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
13:19:27.242 [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
13:19:27.242 [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
13:19:27.243 [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
13:19:27.312 [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
13:19:27.323 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:19:27.324 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:19:27.324 [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
13:19:27.326 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:27.326 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:27.332 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:19:27.335 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:19:27.335 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:19:27.340 [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/hawkSvnRepo7284242918513775523
13:19:35.114 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7284242918513775523:org.eclipse.hawk.svn.SvnManager:false
13:19:35.116 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:19:35.117 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:19:35.137 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:19:35.137 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:19:35.137 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:19:35.138 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:19:35.138 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:19:35.146 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:19:35.146 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
13:19:35.146 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:19:35.146 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:19:35.149 [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...
13:19:35.149 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s78ms [proxy update]
13:19:35.217 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654607964341) of file:///tmp/hawkSvnRepo7284242918513775523
13:19:35.220 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:19:35.227 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:19:35.227 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:19:35.349 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:19:35.419 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:19:35.420 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:19:35.420 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:19:35.425 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:19:35.438 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:19:35.438 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:19:35.438 [pool-46-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:19:35.438 [pool-46-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...13:19:35.438 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:19:35.439 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:19:35.439 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:19:35.439 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:19:35.440 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:19:35.440 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:19:35.440 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:19:35.440 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:19:35.442 [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 !]
13:19:35.644 [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)
13:19:35.644 [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...
13:19:35.644 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s206ms [proxy update]
13:19:35.645 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654607967629) of file:///tmp/hawkSvnRepo7284242918513775523
13:19:35.646 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:19:35.650 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:19:35.650 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:19:35.726 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:19:35.726 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:19:35.727 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:19:35.729 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:19:35.729 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:19:35.729 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:19:35.729 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:19:35.746 [pool-46-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...13:19:35.746 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:19:35.747 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:19:35.747 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:19:35.747 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:19:35.747 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:19:35.747 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:19:35.747 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:19:35.812 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:19:35.813 [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 !]
13:19:35.833 [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)
13:19:35.834 [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...
13:19:35.834 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s88ms [proxy update]
13:19:35.835 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654607969131) of file:///tmp/hawkSvnRepo7284242918513775523
13:19:35.836 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:19:35.839 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:19:35.839 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:19:35.920 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:19:35.920 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:19:35.921 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:19:35.921 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:19:35.922 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:19:35.922 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:19:35.922 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:19:35.923 [pool-46-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...13:19:35.923 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:19:35.924 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:19:35.924 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:19:35.924 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:19:35.924 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:19:35.924 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:19:35.924 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:19:35.924 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:19:35.925 [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...
13:19:35.925 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:19:35.926 [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 !]
0s26ms [proxy update]
13:19:35.950 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654607971124) of file:///tmp/hawkSvnRepo7284242918513775523
13:19:35.951 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:19:36.015 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:19:36.015 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:19:36.030 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:19:36.031 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:19:36.031 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:19:36.032 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:19:36.032 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:19:36.032 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:19:36.032 [pool-46-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:19:36.034 [pool-46-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...13:19:36.034 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:19:36.034 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:19:36.035 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:19:36.035 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:19:36.035 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:19:36.035 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:19:36.035 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:19:36.035 [pool-46-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:19:36.035 [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...
13:19:36.035 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:19:36.036 [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 !]
0s91ms [proxy update]
13:19:36.126 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654607973122) of file:///tmp/hawkSvnRepo7284242918513775523
13:19:36.127 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:19:36.127 [pool-46-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 10 ms
13:19:36.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:19:36.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7284242918513775523:org.eclipse.hawk.svn.SvnManager:false
13:19:36.220 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:19:36.220 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:19:36.354 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:19:36.354 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9691945142798781197/test_revRefNavDerived[LevelDB GreyCat]
13:19:36.357 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:19:37.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:19:37.354 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:19:37.354 [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
13:19:37.354 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:37.354 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:37.358 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:19:37.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:19:37.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:19:37.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:19:37.359 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:19:37.359 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:19:37.359 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:19:37.359 [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
13:19:37.371 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:37.371 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:37.418 [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
13:19:37.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
13:19:37.420 [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
13:19:37.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
13:19:37.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
13:19:37.420 [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
13:19:37.420 [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
13:19:37.420 [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
13:19:37.420 [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[]
13:19:37.420 [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
13:19:37.425 [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
13:19:37.426 [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
13:19:37.426 [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
13:19:37.427 [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
13:19:37.427 [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
13:19:37.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
13:19:37.428 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:19:37.428 [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
13:19:37.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
13:19:37.430 [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
13:19:37.430 [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
13:19:37.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
13:19:37.432 [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
13:19:37.432 [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
13:19:37.434 [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
13:19:37.434 [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
13:19:37.435 [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
13:19:37.435 [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
13:19:37.435 [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
13:19:37.436 [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
13:19:37.436 [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
13:19:37.436 [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
13:19:37.436 [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
13:19:37.446 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:19:37.446 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:19:37.446 [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
13:19:37.517 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:37.517 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:37.523 [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[]
13:19:37.523 [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
13:19:37.523 [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
13:19:37.523 [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
13:19:37.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
13:19:37.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
13:19:37.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
13:19:37.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
13:19:37.523 [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
13:19:37.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
13:19:37.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[]
13:19:37.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
13:19:37.523 [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
13:19:37.523 [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
13:19:37.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
13:19:37.523 [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
13:19:37.523 [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
13:19:37.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
13:19:37.523 [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
13:19:37.524 [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
13:19:37.525 [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
13:19:37.525 [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
13:19:37.525 [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
13:19:37.525 [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
13:19:37.525 [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
13:19:37.525 [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
13:19:37.525 [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
13:19:37.525 [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
13:19:37.525 [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
13:19:37.526 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.527 [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
13:19:37.529 [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
13:19:37.529 [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
13:19:37.529 [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
13:19:37.529 [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
13:19:37.529 [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
13:19:37.529 [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
13:19:37.529 [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
13:19:37.529 [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
13:19:37.535 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:19:37.535 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:19:37.535 [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
13:19:37.537 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:37.537 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:37.542 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:19:37.612 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:19:37.612 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:19:37.613 [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;
13:19:37.616 [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/hawkSvnRepo11803850040767880841
13:19:45.116 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11803850040767880841:org.eclipse.hawk.svn.SvnManager:false
13:19:45.118 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:19:45.118 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:19:45.137 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:19:45.137 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:19:45.137 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:19:45.137 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:19:45.137 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:19:45.141 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:19:45.142 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s
attempting to resolve any uninitialized derived attributes...
13:19:45.142 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:19:45.142 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:19:45.147 [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...
13:19:45.147 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s78ms [proxy update]
13:19:45.215 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654607976375) of file:///tmp/hawkSvnRepo11803850040767880841
13:19:45.217 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:19:45.224 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:19:45.224 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:19:45.247 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:19:45.318 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:19:45.318 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:19:45.318 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:19:45.325 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:19:45.347 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:19:45.347 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:19:45.347 [pool-48-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:19:45.347 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s100ms [pure insertion]
marking any relevant derived attributes for update...13:19:45.348 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:19:45.348 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:19:45.348 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:19:45.348 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:19:45.349 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:19:45.349 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:19:45.350 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:19:45.350 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:19:45.352 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
13:19:45.423 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
13:19:45.515 [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)
13:19:45.515 [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...
13:19:45.515 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s168ms [proxy update]
13:19:45.517 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654607977650) of file:///tmp/hawkSvnRepo11803850040767880841
13:19:45.518 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:19:45.522 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:19:45.522 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:19:45.541 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:19:45.541 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:19:45.542 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:19:45.542 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
13:19:45.542 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:19:45.542 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:19:45.542 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:19:45.615 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s74ms [pure insertion]
marking any relevant derived attributes for update...13:19:45.615 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:19:45.616 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:19:45.616 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:19:45.616 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:19:45.617 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:19:45.617 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:19:45.617 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:19:45.617 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:19:45.617 [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...
13:19:45.617 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:19:45.618 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s24ms [proxy update]
13:19:45.640 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654607979117) of file:///tmp/hawkSvnRepo11803850040767880841
13:19:45.641 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:19:45.646 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:19:45.646 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:19:45.721 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:19:45.721 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:19:45.722 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:19:45.722 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:19:45.722 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:19:45.722 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:19:45.722 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:19:45.735 [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...13:19:45.735 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:19:45.737 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:19:45.737 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:19:45.737 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:19:45.737 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:19:45.737 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:19:45.738 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:19:45.738 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:19:45.739 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
13:19:45.815 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
13:19:45.839 [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)
13:19:45.840 [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...
13:19:45.840 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:19:45.841 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s189ms [proxy update]
13:19:45.926 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654607981119) of file:///tmp/hawkSvnRepo11803850040767880841
13:19:45.927 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:19:45.930 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:19:45.930 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:19:45.944 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:19:45.944 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:19:46.014 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:19:46.015 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:19:46.015 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:19:46.015 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:19:46.015 [pool-48-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:19:46.017 [pool-48-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...13:19:46.017 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:19:46.017 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:19:46.017 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:19:46.018 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:19:46.018 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:19:46.018 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:19:46.018 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:19:46.018 [pool-48-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:19:46.018 [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...
13:19:46.018 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:19:46.019 [pool-48-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s28ms [proxy update]
13:19:46.045 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654607983116) of file:///tmp/hawkSvnRepo11803850040767880841
13:19:46.046 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:19:46.046 [pool-48-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 928 ms
13:19:46.141 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:19:46.141 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo11803850040767880841:org.eclipse.hawk.svn.SvnManager:false
13:19:46.143 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:19:46.143 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:19:46.302 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:19:46.302 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14257425638202479954/test_untilAnnotated[LevelDB GreyCat]
13:19:46.304 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:19:47.356 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:19:47.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:19:47.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:19:47.358 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:47.358 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:47.362 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:19:47.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:19:47.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:19:47.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:19:47.412 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:19:47.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:19:47.413 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:19:47.413 [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
13:19:47.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:47.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:47.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
13:19:47.429 [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[]
13:19:47.432 [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
13:19:47.434 [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
13:19:47.434 [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
13:19:47.434 [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
13:19:47.434 [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
13:19:47.436 [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
13:19:47.438 [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
13:19:47.438 [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
13:19:47.439 [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
13:19:47.439 [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
13:19:47.440 [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
13:19:47.440 [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
13:19:47.440 [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
13:19:47.440 [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
13:19:47.442 [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
13:19:47.442 [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
13:19:47.442 [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
13:19:47.442 [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
13:19:47.442 [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
13:19:47.442 [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
13:19:47.513 [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
13:19:47.513 [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
13:19:47.513 [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
13:19:47.514 [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
13:19:47.514 [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
13:19:47.518 [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
13:19:47.518 [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
13:19:47.518 [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
13:19:47.518 [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
13:19:47.519 [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
13:19:47.519 [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
13:19:47.526 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:19:47.526 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:19:47.526 [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
13:19:47.531 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:47.531 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:47.537 [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
13:19:47.537 [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
13:19:47.539 [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
13:19:47.539 [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
13:19:47.539 [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
13:19:47.539 [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
13:19:47.539 [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
13:19:47.539 [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
13:19:47.539 [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
13:19:47.539 [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
13:19:47.539 [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
13:19:47.539 [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
13:19:47.541 [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
13:19:47.541 [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
13:19:47.541 [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
13:19:47.541 [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
13:19:47.541 [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
13:19:47.541 [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
13:19:47.541 [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
13:19:47.541 [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
13:19:47.541 [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
13:19:47.541 [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
13:19:47.541 [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
13:19:47.541 [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[]
13:19:47.541 [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
13:19:47.541 [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
13:19:47.541 [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
13:19:47.542 [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
13:19:47.542 [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
13:19:47.542 [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
13:19:47.542 [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
13:19:47.542 [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
13:19:47.542 [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
13:19:47.542 [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
13:19:47.542 [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
13:19:47.542 [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
13:19:47.542 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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[]
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.543 [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
13:19:47.549 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:19:47.549 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:19:47.549 [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
13:19:47.550 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:47.550 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:47.617 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:19:47.619 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:19:47.619 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:19:47.620 [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/hawkSvnRepo10490661722188298169
13:19:51.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10490661722188298169:org.eclipse.hawk.svn.SvnManager:false
13:19:51.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:19:51.107 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:19:51.118 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:19:51.118 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:19:51.118 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:19:51.118 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:19:51.118 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:19:51.127 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:19:51.127 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.009s
attempting to resolve any uninitialized derived attributes...
13:19:51.127 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:19:51.127 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:19:51.130 [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...
13:19:51.130 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s17ms [proxy update]
13:19:51.136 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654607986323) of file:///tmp/hawkSvnRepo10490661722188298169
13:19:51.137 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:19:51.142 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:19:51.142 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:19:51.215 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:19:51.222 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:19:51.222 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:19:51.222 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:19:51.226 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:19:51.234 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:19:51.234 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:19:51.234 [pool-50-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:19:51.234 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s20ms [pure insertion]
marking any relevant derived attributes for update...13:19:51.234 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:19:51.234 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:19:51.234 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:19:51.234 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:19:51.235 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:19:51.235 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:19:51.235 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:19:51.235 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:19:51.236 [pool-50-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
13:19:51.246 [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)
13:19:51.246 [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...
13:19:51.246 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
13:19:51.246 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654607987647) of file:///tmp/hawkSvnRepo10490661722188298169
13:19:51.247 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:19:51.250 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:19:51.250 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:19:51.321 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:19:51.321 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:19:51.322 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:19:51.322 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
13:19:51.322 [pool-50-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:19:51.322 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:19:51.322 [pool-50-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:19:51.330 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:19:51.330 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:19:51.330 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:19:51.331 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:19:51.331 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:19:51.331 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:19:51.331 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:19:51.331 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:19:51.331 [pool-50-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:19:51.331 [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...
13:19:51.331 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:19:51.332 [pool-50-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s86ms [proxy update]
13:19:51.417 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654607989120) of file:///tmp/hawkSvnRepo10490661722188298169
13:19:51.418 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:19:51.418 [pool-50-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 311 ms
13:19:51.431 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:19:51.431 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10490661722188298169:org.eclipse.hawk.svn.SvnManager:false
13:19:51.433 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:19:51.433 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:19:51.514 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:19:51.514 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2433094983588079883/test_computedForAllVersions[LevelDB GreyCat]
13:19:51.517 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:19:52.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:19:52.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:19:52.417 [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
13:19:52.417 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:52.417 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:52.420 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:19:52.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:19:52.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:19:52.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:19:52.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:19:52.421 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:19:52.422 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:19:52.422 [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
13:19:52.429 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:52.429 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:52.437 [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
13:19:52.437 [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
13:19:52.437 [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
13:19:52.439 [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
13:19:52.440 [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
13:19:52.440 [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
13:19:52.440 [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
13:19:52.440 [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
13:19:52.441 [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
13:19:52.441 [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
13:19:52.441 [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
13:19:52.441 [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
13:19:52.441 [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
13:19:52.441 [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
13:19:52.441 [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
13:19:52.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
13:19:52.441 [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
13:19:52.441 [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
13:19:52.442 [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
13:19:52.442 [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
13:19:52.442 [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
13:19:52.443 [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
13:19:52.444 [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
13:19:52.445 [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
13:19:52.445 [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[]
13:19:52.445 [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
13:19:52.446 [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
13:19:52.512 [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
13:19:52.514 [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
13:19:52.514 [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
13:19:52.516 [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
13:19:52.516 [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
13:19:52.516 [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
13:19:52.523 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:19:52.523 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:19:52.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
13:19:52.527 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:52.527 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:52.532 [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
13:19:52.532 [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
13:19:52.532 [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
13:19:52.532 [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
13:19:52.532 [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
13:19:52.532 [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
13:19:52.532 [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
13:19:52.532 [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
13:19:52.532 [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
13:19:52.532 [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
13:19:52.532 [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[]
13:19:52.532 [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
13:19:52.532 [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
13:19:52.532 [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
13:19:52.533 [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
13:19:52.533 [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
13:19:52.533 [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
13:19:52.533 [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
13:19:52.533 [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
13:19:52.533 [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
13:19:52.533 [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
13:19:52.533 [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
13:19:52.533 [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
13:19:52.533 [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
13:19:52.533 [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
13:19:52.533 [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
13:19:52.533 [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
13:19:52.533 [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
13:19:52.534 [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
13:19:52.535 [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
13:19:52.535 [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
13:19:52.535 [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
13:19:52.535 [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
13:19:52.536 [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
13:19:52.536 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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[]
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.537 [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
13:19:52.542 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:19:52.542 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:19:52.542 [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
13:19:52.544 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:19:52.544 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:19:52.614 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:19:52.616 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:19:52.616 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:19:52.617 [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;
13:19:52.620 [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/hawkSvnRepo15665744764787897800
13:20:00.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15665744764787897800:org.eclipse.hawk.svn.SvnManager:false
13:20:00.108 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:00.108 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:00.118 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:00.118 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:00.118 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:00.118 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:00.118 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:00.121 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:00.121 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
13:20:00.121 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:00.121 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:00.124 [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...
13:20:00.124 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
13:20:00.130 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654607991533) of file:///tmp/hawkSvnRepo15665744764787897800
13:20:00.131 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:00.135 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:00.135 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:00.148 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:00.213 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:00.213 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:20:00.213 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:20:00.217 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:20:00.228 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:20:00.229 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:20:00.229 [pool-52-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:20:00.229 [pool-52-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...13:20:00.229 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:00.229 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:00.229 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:00.229 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:00.229 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:00.229 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:00.229 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:00.229 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:00.230 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
13:20:00.237 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
13:20:00.317 [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)
13:20:00.317 [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...
13:20:00.317 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s89ms [proxy update]
13:20:00.318 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654607992646) of file:///tmp/hawkSvnRepo15665744764787897800
13:20:00.319 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:00.321 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:00.321 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:00.333 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:00.333 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:00.334 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:20:00.334 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
13:20:00.334 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:00.334 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:00.334 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:00.342 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:20:00.342 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:00.342 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:00.342 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:00.342 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:00.343 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:00.343 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:20:00.343 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:00.343 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:00.343 [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...
13:20:00.343 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:00.343 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s82ms [proxy update]
13:20:00.424 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654607994113) of file:///tmp/hawkSvnRepo15665744764787897800
13:20:00.425 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:00.428 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:00.428 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:00.439 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:00.439 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:00.440 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:20:00.440 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:20:00.440 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:00.440 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:00.440 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:00.514 [pool-52-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...13:20:00.514 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:20:00.515 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:20:00.515 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:00.515 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:00.515 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:00.515 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:00.515 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:00.515 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:00.516 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
13:20:00.524 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
13:20:00.544 [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)
13:20:00.544 [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...
13:20:00.544 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:00.545 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s110ms [proxy update]
13:20:00.626 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654607996113) of file:///tmp/hawkSvnRepo15665744764787897800
13:20:00.626 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:00.629 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:00.629 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:00.641 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:00.641 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:00.715 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:20:00.715 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:20:00.716 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:00.716 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:00.716 [pool-52-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:00.717 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s76ms [pure insertion]
marking any relevant derived attributes for update...13:20:00.717 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:00.717 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:00.717 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:00.717 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:00.717 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:00.717 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:00.718 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:00.718 [pool-52-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:00.718 [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...
13:20:00.718 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:00.718 [pool-52-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s23ms [proxy update]
13:20:00.740 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654607998120) of file:///tmp/hawkSvnRepo15665744764787897800
13:20:00.741 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:00.741 [pool-52-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 633 ms
13:20:00.752 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:20:00.752 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15665744764787897800:org.eclipse.hawk.svn.SvnManager:false
13:20:00.813 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:00.813 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:20:00.932 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:20:00.932 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1952774892439638571/test_sinceAnnotated[LevelDB GreyCat]
13:20:00.934 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:20:02.342 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:20:02.344 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:02.344 [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
13:20:02.344 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:02.344 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:02.347 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:20:02.348 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:20:02.348 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:20:02.348 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:20:02.348 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:20:02.348 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:02.349 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:02.349 [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
13:20:02.355 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:02.355 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:02.361 [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
13:20:02.363 [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
13:20:02.363 [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
13:20:02.363 [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
13:20:02.363 [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
13:20:02.365 [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
13:20:02.365 [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
13:20:02.365 [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
13:20:02.365 [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
13:20:02.365 [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
13:20:02.365 [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
13:20:02.365 [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
13:20:02.365 [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
13:20:02.365 [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
13:20:02.365 [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
13:20:02.365 [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
13:20:02.365 [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
13:20:02.366 [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
13:20:02.367 [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
13:20:02.367 [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
13:20:02.368 [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
13:20:02.368 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:20:02.368 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:20:02.368 [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
13:20:02.368 [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
13:20:02.368 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:20:02.368 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
13:20:02.368 [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
13:20:02.368 [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
13:20:02.368 [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
13:20:02.370 [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
13:20:02.371 [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[]
13:20:02.371 [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
13:20:02.416 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:20:02.416 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:02.416 [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
13:20:02.420 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:02.420 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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[]
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.425 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.426 [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
13:20:02.427 [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
13:20:02.427 [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
13:20:02.427 [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
13:20:02.427 [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
13:20:02.428 [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
13:20:02.428 [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
13:20:02.428 [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
13:20:02.428 [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
13:20:02.428 [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[]
13:20:02.432 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:20:02.432 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:02.432 [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
13:20:02.433 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:02.433 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:02.437 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:20:02.439 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:20:02.439 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:02.439 [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;
13:20:02.442 [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/hawkSvnRepo5877769299078800673
13:20:10.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo5877769299078800673:org.eclipse.hawk.svn.SvnManager:false
13:20:10.111 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:10.111 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:10.121 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:10.121 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:10.121 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:10.121 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:10.121 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:10.123 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:10.124 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
13:20:10.124 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:10.124 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:10.126 [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...
13:20:10.126 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s9ms [proxy update]
13:20:10.130 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608000951) of file:///tmp/hawkSvnRepo5877769299078800673
13:20:10.130 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:10.137 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:10.137 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:10.150 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:10.213 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:10.213 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:20:10.213 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:20:10.216 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:20:10.225 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:20:10.225 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:20:10.225 [pool-54-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:20:10.225 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s75ms [pure insertion]
marking any relevant derived attributes for update...13:20:10.225 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:10.225 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:10.225 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:10.225 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:10.226 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:10.226 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:10.226 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:10.226 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:10.227 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
13:20:10.233 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
13:20:10.246 [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)
13:20:10.247 [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...
13:20:10.247 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s22ms [proxy update]
13:20:10.247 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608002530) of file:///tmp/hawkSvnRepo5877769299078800673
13:20:10.248 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:10.250 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:10.250 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:10.320 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:10.320 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:10.321 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:20:10.321 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
13:20:10.321 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:10.321 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:10.321 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:10.328 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:20:10.328 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:20:10.329 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:20:10.329 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:10.329 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:10.329 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:10.329 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:10.329 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:10.329 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:10.329 [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...
13:20:10.329 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:10.330 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s16ms [proxy update]
13:20:10.345 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608004116) of file:///tmp/hawkSvnRepo5877769299078800673
13:20:10.345 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:10.348 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:10.348 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:10.422 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:10.422 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:10.423 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:20:10.423 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:20:10.423 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:10.423 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:10.423 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:10.432 [pool-54-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...13:20:10.432 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:20:10.433 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:20:10.433 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:10.433 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:10.433 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:10.434 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:10.434 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:10.434 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:10.434 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
13:20:10.442 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
13:20:10.524 [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)
13:20:10.524 [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...
13:20:10.524 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:10.525 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s135ms [proxy update]
13:20:10.568 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608006116) of file:///tmp/hawkSvnRepo5877769299078800673
13:20:10.569 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:10.571 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:10.612 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:10.623 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:10.623 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:10.625 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:20:10.626 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:20:10.626 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:10.626 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:10.626 [pool-54-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:10.627 [pool-54-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...13:20:10.627 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:10.627 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:10.628 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:10.628 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:10.628 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:10.628 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:10.628 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:10.628 [pool-54-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:10.628 [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...
13:20:10.628 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:10.628 [pool-54-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s19ms [proxy update]
13:20:10.647 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608008112) of file:///tmp/hawkSvnRepo5877769299078800673
13:20:10.648 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:10.648 [pool-54-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 537 ms
13:20:10.720 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:20:10.720 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo5877769299078800673:org.eclipse.hawk.svn.SvnManager:false
13:20:10.722 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:10.722 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:20:10.795 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:20:10.796 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4946848622806809483/test_beforeAnnotated[LevelDB GreyCat]
13:20:10.797 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:20:11.224 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:20:11.226 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:11.226 [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
13:20:11.226 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:11.226 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:11.229 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:20:11.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:20:11.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:20:11.229 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:20:11.230 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:20:11.230 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:11.230 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:11.230 [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
13:20:11.235 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:11.235 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:11.241 [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
13:20:11.241 [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
13:20:11.241 [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
13:20:11.241 [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
13:20:11.241 [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
13:20:11.241 [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
13:20:11.242 [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
13:20:11.242 [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
13:20:11.242 [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
13:20:11.242 [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
13:20:11.242 [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
13:20:11.242 [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
13:20:11.242 [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
13:20:11.242 [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
13:20:11.242 [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
13:20:11.242 [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
13:20:11.242 [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
13:20:11.243 [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
13:20:11.244 [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
13:20:11.244 [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
13:20:11.244 [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
13:20:11.244 [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
13:20:11.244 [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
13:20:11.244 [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
13:20:11.245 [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
13:20:11.245 [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
13:20:11.246 [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
13:20:11.246 [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
13:20:11.247 [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
13:20:11.248 [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[]
13:20:11.248 [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
13:20:11.248 [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
13:20:11.249 [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
13:20:11.254 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:20:11.254 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:11.254 [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
13:20:11.257 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:11.257 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:11.313 [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
13:20:11.313 [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
13:20:11.313 [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
13:20:11.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
13:20:11.313 [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
13:20:11.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
13:20:11.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
13:20:11.314 [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
13:20:11.314 [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
13:20:11.314 [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
13:20:11.314 [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
13:20:11.314 [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
13:20:11.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
13:20:11.314 [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
13:20:11.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
13:20:11.314 [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
13:20:11.314 [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
13:20:11.314 [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
13:20:11.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
13:20:11.315 [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
13:20:11.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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.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
13:20:11.315 [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[]
13:20:11.315 [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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.315 [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[]
13:20:11.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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.315 [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
13:20:11.316 [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
13:20:11.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
13:20:11.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
13:20:11.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
13:20:11.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
13:20:11.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
13:20:11.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
13:20:11.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
13:20:11.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
13:20:11.320 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:20:11.320 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:11.320 [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
13:20:11.321 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:11.321 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:11.325 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:20:11.326 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:20:11.326 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:11.326 [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;
13:20:11.328 [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/hawkSvnRepo15502156125636526541
13:20:20.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15502156125636526541:org.eclipse.hawk.svn.SvnManager:false
13:20:20.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:20.110 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:20.123 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:20.123 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:20.123 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:20.123 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:20.123 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:20.126 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:20.126 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
13:20:20.126 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:20.126 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:20.129 [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...
13:20:20.130 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s13ms [proxy update]
13:20:20.136 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608010811) of file:///tmp/hawkSvnRepo15502156125636526541
13:20:20.137 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:20.141 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:20.141 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:20.151 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:20.155 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:20.155 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:20:20.155 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:20:20.213 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:20:20.229 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:20:20.229 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:20:20.230 [pool-56-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:20:20.230 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s79ms [pure insertion]
marking any relevant derived attributes for update...13:20:20.230 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:20.230 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:20.230 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:20.230 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:20.231 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:20.231 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:20:20.231 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:20.231 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:20.232 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
13:20:20.241 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
13:20:20.315 [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)
13:20:20.315 [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...
13:20:20.315 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s85ms [proxy update]
13:20:20.315 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608011351) of file:///tmp/hawkSvnRepo15502156125636526541
13:20:20.316 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:20.318 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:20.318 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:20.328 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:20.328 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:20.328 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:20:20.329 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
13:20:20.329 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:20.329 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:20.329 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:20.335 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:20:20.335 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:20.335 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:20.335 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:20.335 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:20.336 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:20.336 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:20:20.336 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:20.336 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:20.336 [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...
13:20:20.336 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:20.336 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s14ms [proxy update]
13:20:20.349 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608013116) of file:///tmp/hawkSvnRepo15502156125636526541
13:20:20.350 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:20.412 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:20.412 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:20.422 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:20.422 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:20.422 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:20:20.422 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:20:20.422 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:20.422 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:20.422 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:20.431 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:20:20.431 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:20.431 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:20.431 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:20.431 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:20.432 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:20.432 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:20.432 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:20.432 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:20.432 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
13:20:20.439 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
13:20:20.518 [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)
13:20:20.519 [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...
13:20:20.519 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:20.519 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s101ms [proxy update]
13:20:20.533 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608015111) of file:///tmp/hawkSvnRepo15502156125636526541
13:20:20.533 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:20.535 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:20.535 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:20.545 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:20.545 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:20.547 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:20:20.548 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:20:20.548 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:20.548 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:20.548 [pool-56-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:20.548 [pool-56-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...13:20:20.548 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s64ms
13:20:20.612 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s64ms
13:20:20.612 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:20.612 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:20.612 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:20.613 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:20.613 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:20.613 [pool-56-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:20.613 [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...
13:20:20.613 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:20.613 [pool-56-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s30ms [proxy update]
13:20:20.642 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608018113) of file:///tmp/hawkSvnRepo15502156125636526541
13:20:20.643 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:20.643 [pool-56-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 533 ms
13:20:20.654 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:20:20.654 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15502156125636526541:org.eclipse.hawk.svn.SvnManager:false
13:20:20.713 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:20.713 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:20:20.793 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:20:20.793 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16934773753900887762/test_whenComposability[LevelDB GreyCat]
13:20:20.795 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:20:21.248 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:20:21.250 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:21.250 [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
13:20:21.250 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:21.250 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:21.253 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:20:21.253 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:20:21.253 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:20:21.254 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:20:21.254 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:20:21.254 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:21.254 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:21.254 [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
13:20:21.259 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:21.259 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:21.266 [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
13:20:21.267 [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
13:20:21.267 [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
13:20:21.267 [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
13:20:21.268 [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
13:20:21.269 [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
13:20:21.269 [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
13:20:21.269 [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
13:20:21.269 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:20:21.269 [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
13:20:21.269 [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
13:20:21.271 [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
13:20:21.271 [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
13:20:21.271 [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
13:20:21.271 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:20:21.271 [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
13:20:21.271 [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
13:20:21.271 [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
13:20:21.271 [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[]
13:20:21.271 [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
13:20:21.271 [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
13:20:21.271 [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
13:20:21.271 [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
13:20:21.271 [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
13:20:21.271 [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
13:20:21.271 [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
13:20:21.271 [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
13:20:21.271 [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
13:20:21.271 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:20:21.272 [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
13:20:21.272 [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
13:20:21.272 [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
13:20:21.272 [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
13:20:21.315 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:20:21.315 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:21.315 [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
13:20:21.318 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:21.318 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:21.322 [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
13:20:21.322 [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
13:20:21.322 [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
13:20:21.322 [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
13:20:21.322 [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
13:20:21.323 [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
13:20:21.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer
13:20:21.323 [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
13:20:21.323 [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
13:20:21.323 [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
13:20:21.323 [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
13:20:21.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:20:21.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:20:21.323 [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
13:20:21.323 [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
13:20:21.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:20:21.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:20:21.323 [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
13:20:21.323 [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
13:20:21.323 [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
13:20:21.323 [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
13:20:21.323 [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
13:20:21.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:20:21.323 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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[]
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.324 [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
13:20:21.325 [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
13:20:21.325 [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
13:20:21.325 [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
13:20:21.325 [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
13:20:21.325 [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
13:20:21.325 [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
13:20:21.325 [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
13:20:21.325 [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
13:20:21.325 [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
13:20:21.325 [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
13:20:21.325 [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
13:20:21.329 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:20:21.329 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:21.329 [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
13:20:21.330 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:21.330 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:21.333 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:20:21.335 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:20:21.335 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:21.335 [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;
13:20:21.338 [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/hawkSvnRepo3912438898519213109
13:20:29.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo3912438898519213109:org.eclipse.hawk.svn.SvnManager:false
13:20:29.111 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:29.111 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:29.120 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:29.121 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:29.121 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:29.121 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:29.121 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:29.123 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:29.123 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:20:29.123 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:29.123 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:29.125 [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...
13:20:29.125 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
13:20:29.129 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608020823) of file:///tmp/hawkSvnRepo3912438898519213109
13:20:29.130 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:29.136 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:29.136 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:29.146 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:29.213 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:29.213 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:20:29.213 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:20:29.216 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:20:29.227 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:20:29.227 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:20:29.227 [pool-58-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:20:29.227 [pool-58-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...13:20:29.227 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:29.227 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:29.227 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:29.227 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:29.228 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:29.228 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:20:29.228 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:29.228 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:29.229 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
13:20:29.235 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
13:20:29.249 [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)
13:20:29.249 [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...
13:20:29.249 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s22ms [proxy update]
13:20:29.249 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608021422) of file:///tmp/hawkSvnRepo3912438898519213109
13:20:29.250 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:29.313 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:29.313 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:29.323 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:29.324 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:29.324 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:20:29.324 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
13:20:29.324 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:29.324 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:29.324 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:29.331 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:20:29.331 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:20:29.332 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:20:29.332 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:29.332 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:29.332 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:29.332 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:29.332 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:29.332 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:29.332 [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...
13:20:29.332 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:29.333 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s15ms [proxy update]
13:20:29.347 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608023116) of file:///tmp/hawkSvnRepo3912438898519213109
13:20:29.348 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:29.350 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:29.350 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:29.414 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:29.414 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:29.415 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:20:29.415 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:20:29.415 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:29.415 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:29.415 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:29.424 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:20:29.425 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:29.425 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:29.425 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:29.425 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:29.426 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:29.426 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:20:29.426 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:29.426 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:29.427 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
13:20:29.434 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
13:20:29.451 [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)
13:20:29.452 [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...
13:20:29.452 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:29.452 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0;
0s102ms [proxy update]
13:20:29.527 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608025113) of file:///tmp/hawkSvnRepo3912438898519213109
13:20:29.528 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:29.530 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:29.530 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:29.540 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:29.540 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:29.542 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:20:29.543 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:20:29.543 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:29.543 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:29.543 [pool-58-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:29.544 [pool-58-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...13:20:29.544 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:29.544 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:29.544 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:29.544 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:29.544 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:29.544 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:29.544 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:29.544 [pool-58-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:29.544 [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...
13:20:29.544 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:29.545 [pool-58-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe';
0s83ms [proxy update]
13:20:29.627 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608027115) of file:///tmp/hawkSvnRepo3912438898519213109
13:20:29.627 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:29.628 [pool-58-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 516 ms
13:20:29.635 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:20:29.635 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo3912438898519213109:org.eclipse.hawk.svn.SvnManager:false
13:20:29.637 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:29.637 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:20:29.799 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:20:29.799 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12682577372661821230/test_afterAnnotated[LevelDB GreyCat]
13:20:29.801 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:20:30.204 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:20:30.206 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:30.206 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:20:30.206 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:30.206 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:30.209 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:20:30.209 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:20:30.209 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:20:30.209 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:20:30.209 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:20:30.209 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:30.210 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:30.210 [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
13:20:30.214 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:30.214 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:30.218 [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
13:20:30.218 [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
13:20:30.220 [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
13:20:30.220 [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
13:20:30.221 [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
13:20:30.221 [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
13:20:30.221 [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
13:20:30.222 [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
13:20:30.222 [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
13:20:30.222 [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
13:20:30.222 [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
13:20:30.222 [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
13:20:30.222 [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
13:20:30.222 [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
13:20:30.223 [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
13:20:30.223 [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
13:20:30.223 [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
13:20:30.223 [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
13:20:30.223 [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
13:20:30.223 [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
13:20:30.223 [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
13:20:30.223 [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
13:20:30.224 [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
13:20:30.224 [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
13:20:30.224 [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
13:20:30.224 [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
13:20:30.225 [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
13:20:30.225 [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
13:20:30.226 [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
13:20:30.226 [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[]
13:20:30.227 [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
13:20:30.227 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:20:30.227 [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
13:20:30.231 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:20:30.231 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:30.231 [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
13:20:30.234 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:30.234 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:30.238 [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
13:20:30.238 [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
13:20:30.238 [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
13:20:30.238 [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
13:20:30.238 [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
13:20:30.238 [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
13:20:30.238 [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
13:20:30.238 [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
13:20:30.238 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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[]
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.239 [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
13:20:30.240 [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
13:20:30.240 [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
13:20:30.240 [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
13:20:30.240 [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
13:20:30.240 [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
13:20:30.240 [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
13:20:30.240 [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
13:20:30.240 [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
13:20:30.240 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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
13:20:30.241 [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[]
13:20:30.241 [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
13:20:30.244 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:20:30.244 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:30.244 [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
13:20:30.245 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:30.245 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:30.248 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:20:30.249 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:20:30.249 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:30.312 [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/hawkSvnRepo15565997297731000872
13:20:38.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15565997297731000872:org.eclipse.hawk.svn.SvnManager:false
13:20:38.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:38.110 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:38.119 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:38.119 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:38.119 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:38.119 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:38.119 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:38.121 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:38.121 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:20:38.121 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:38.121 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:38.122 [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...
13:20:38.122 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
13:20:38.125 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608029813) of file:///tmp/hawkSvnRepo15565997297731000872
13:20:38.126 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:38.130 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:38.130 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:38.139 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:38.144 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:38.145 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:20:38.145 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:20:38.147 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:20:38.153 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:20:38.153 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:20:38.153 [pool-60-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:20:38.153 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:20:38.153 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:38.153 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:38.153 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:38.153 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:38.154 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:38.154 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:20:38.154 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:38.154 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:38.154 [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
13:20:38.217 [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)
13:20:38.217 [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...
13:20:38.217 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s64ms [proxy update]
13:20:38.217 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608030333) of file:///tmp/hawkSvnRepo15565997297731000872
13:20:38.217 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:38.219 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:38.219 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:38.228 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:38.228 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:38.229 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:20:38.229 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:20:38.229 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:38.229 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:38.229 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:38.239 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:20:38.239 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:38.240 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:38.240 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:38.240 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:38.240 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:38.240 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:38.240 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:38.240 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:38.240 [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 '';
13:20:38.252 [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)
13:20:38.252 [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...
13:20:38.252 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
13:20:38.252 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608032111) of file:///tmp/hawkSvnRepo15565997297731000872
13:20:38.253 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:38.255 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:38.255 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:38.319 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:38.320 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:38.320 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:20:38.320 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:20:38.320 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:38.320 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:38.320 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:38.321 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...13:20:38.321 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:38.321 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:38.321 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:38.321 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:38.322 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:38.322 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:20:38.322 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:38.322 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:38.322 [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...
13:20:38.322 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:38.322 [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 '';
0s16ms [proxy update]
13:20:38.337 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608034112) of file:///tmp/hawkSvnRepo15565997297731000872
13:20:38.338 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:38.340 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:38.340 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:38.348 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:38.348 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:38.348 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:20:38.349 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:20:38.349 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:38.349 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:38.349 [pool-60-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:38.350 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...13:20:38.350 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:38.350 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:38.350 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:38.350 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:38.350 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:38.350 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:38.350 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:38.350 [pool-60-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:38.350 [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...
13:20:38.350 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:20:38.351 [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 '';
0s75ms [proxy update]
13:20:38.425 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608036110) of file:///tmp/hawkSvnRepo15565997297731000872
13:20:38.426 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:38.426 [pool-60-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 316 ms
13:20:38.429 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:20:38.429 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15565997297731000872:org.eclipse.hawk.svn.SvnManager:false
13:20:38.431 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:38.431 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:20:38.554 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:20:38.555 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12079667431196864219/test_eContainerDerived[LevelDB GreyCat]
13:20:38.557 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:20:40.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:20:40.220 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:40.220 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:20:40.220 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:40.220 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:40.223 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:20:40.223 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:20:40.223 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:20:40.223 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:20:40.223 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:20:40.223 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:40.224 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:40.224 [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
13:20:40.229 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:40.229 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:40.234 [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
13:20:40.234 [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
13:20:40.234 [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
13:20:40.234 [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
13:20:40.235 [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
13:20:40.235 [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
13:20:40.238 [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
13:20:40.239 [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
13:20:40.239 [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[]
13:20:40.239 [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
13:20:40.239 [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
13:20:40.239 [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
13:20:40.239 [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
13:20:40.239 [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
13:20:40.240 [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
13:20:40.240 [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
13:20:40.240 [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
13:20:40.240 [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
13:20:40.240 [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
13:20:40.241 [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
13:20:40.241 [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
13:20:40.241 [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
13:20:40.241 [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
13:20:40.242 [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
13:20:40.242 [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
13:20:40.242 [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
13:20:40.242 [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
13:20:40.313 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:20:40.313 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:20:40.313 [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
13:20:40.313 [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
13:20:40.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
13:20:40.313 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:20:40.368 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:20:40.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:40.368 [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
13:20:40.372 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:40.372 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:40.417 [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
13:20:40.417 [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
13:20:40.417 [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
13:20:40.417 [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
13:20:40.417 [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
13:20:40.417 [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
13:20:40.417 [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
13:20:40.418 [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
13:20:40.418 [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
13:20:40.419 [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
13:20:40.419 [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
13:20:40.419 [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
13:20:40.419 [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
13:20:40.419 [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
13:20:40.419 [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
13:20:40.419 [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
13:20:40.419 [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
13:20:40.419 [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
13:20:40.419 [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
13:20:40.419 [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
13:20:40.419 [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
13:20:40.419 [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
13:20:40.419 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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[]
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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[]
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.420 [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
13:20:40.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:20:40.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:40.423 [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
13:20:40.425 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:40.425 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:40.428 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:20:40.430 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:20:40.430 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo4025779177778377239
13:20:45.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo4025779177778377239:org.eclipse.hawk.svn.SvnManager:false
13:20:45.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:45.110 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:45.119 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:45.119 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:45.119 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:45.119 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:45.119 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:45.121 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:45.121 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:20:45.121 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:45.121 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:45.123 [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...
13:20:45.123 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
13:20:45.125 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608039114) of file:///tmp/hawkSvnRepo4025779177778377239
13:20:45.126 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:45.130 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:45.130 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:45.139 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:45.145 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:45.145 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:20:45.145 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:20:45.148 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:20:45.151 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:20:45.151 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:20:45.151 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:20:45.151 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:20:45.151 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:45.151 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:45.151 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:45.151 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:45.152 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:45.152 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:45.152 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:45.152 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:45.152 [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...
13:20:45.152 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:20:45.152 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608040519) of file:///tmp/hawkSvnRepo4025779177778377239
13:20:45.153 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:45.153 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 43 ms
No username/password recorded for the repository file:///tmp/hawkSvnRepo8576921653886996631
13:20:45.213 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo4025779177778377239:org.eclipse.hawk.svn.SvnManager:false
adding: file:///tmp/hawkSvnRepo8576921653886996631:org.eclipse.hawk.svn.SvnManager:false
13:20:45.215 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:45.215 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:45.219 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:45.219 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:45.219 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:45.219 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:45.219 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:45.220 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:45.220 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:20:45.220 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:45.220 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:45.220 [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...
13:20:45.220 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:20:45.220 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608038572) of file:///tmp/hawkSvnRepo8576921653886996631
13:20:45.220 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:45.222 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:45.222 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:45.230 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /main.xmi...
13:20:45.230 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:45.230 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:20:45.230 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /main.xmi...
13:20:45.233 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /main.xmi
13:20:45.237 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:20:45.237 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /main.xmi
13:20:45.237 [pool-62-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:20:45.237 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /main.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:20:45.237 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:45.237 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:45.237 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:45.237 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:45.237 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:45.237 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:45.237 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:45.237 [pool-62-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:45.238 [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...
13:20:45.238 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:20:45.238 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608043124) of file:///tmp/hawkSvnRepo8576921653886996631
13:20:45.238 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:45.238 [pool-62-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 23 ms
13:20:45.249 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:20:45.249 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo4025779177778377239:org.eclipse.hawk.svn.SvnManager:false
adding: file:///tmp/hawkSvnRepo8576921653886996631:org.eclipse.hawk.svn.SvnManager:false
13:20:45.312 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:45.312 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:20:45.406 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:20:45.406 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11869982061913073814/test_testCounts[LevelDB GreyCat]
13:20:45.407 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:20:45.528 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:20:45.529 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:45.529 [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
13:20:45.530 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:45.530 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:45.532 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:20:45.532 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:20:45.532 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:20:45.533 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:20:45.533 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:20:45.533 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:45.533 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:45.533 [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
13:20:45.538 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:45.538 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:45.542 [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
13:20:45.542 [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
13:20:45.542 [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
13:20:45.542 [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
13:20:45.542 [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
13:20:45.542 [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
13:20:45.542 [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
13:20:45.543 [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
13:20:45.544 [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
13:20:45.544 [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
13:20:45.544 [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
13:20:45.544 [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
13:20:45.545 [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
13:20:45.545 [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
13:20:45.545 [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
13:20:45.545 [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
13:20:45.545 [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
13:20:45.545 [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
13:20:45.545 [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[]
13:20:45.545 [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
13:20:45.545 [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
13:20:45.545 [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
13:20:45.545 [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
13:20:45.545 [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
13:20:45.545 [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
13:20:45.546 [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
13:20:45.546 [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
13:20:45.546 [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
13:20:45.547 [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
13:20:45.548 [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
13:20:45.549 [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
13:20:45.550 [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
13:20:45.551 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:20:45.616 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:20:45.616 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:45.616 [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
13:20:45.619 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:45.619 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:45.653 [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
13:20:45.653 [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[]
13:20:45.653 [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
13:20:45.653 [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
13:20:45.653 [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
13:20:45.653 [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
13:20:45.654 [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
13:20:45.654 [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
13:20:45.654 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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[]
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.655 [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
13:20:45.656 [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
13:20:45.656 [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
13:20:45.656 [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
13:20:45.656 [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
13:20:45.656 [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
13:20:45.656 [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
13:20:45.656 [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
13:20:45.656 [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
13:20:45.656 [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
13:20:45.656 [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
13:20:45.656 [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
13:20:45.659 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:20:45.659 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:45.659 [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
13:20:45.660 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:45.660 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:45.715 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:20:45.716 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:20:45.716 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:45.816 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 130 bytes
13:20:45.816 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:45.816 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, size=130, fileKey=(dev=804,ino=1592265484)
13:20:45.819 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, --version],/usr/bin
13:20:45.821 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.30.2'
13:20:45.821 [main] DEBUG org.eclipse.jgit.util.FS - remaining output:

13:20:45.822 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin
13:20:45.824 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'null'
13:20:45.824 [main] DEBUG org.eclipse.jgit.util.FS - remaining output:

13:20:45.834 [main] DEBUG org.eclipse.jgit.util.FS - readpipe rc=128
13:20:45.834 [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
'
13:20:45.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
13:20:45.835 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.gitconfig]
13:20:45.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:45.842213000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045842213000 ns, racy<=2500000000 ns
13:20:45.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:45.854 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.854 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.854 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.854 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.854 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:45.842213000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045842213000 ns, racy<=2500000000 ns
13:20:45.854 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:45.854 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.854 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.854 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.854 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.854 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:45.842213000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045842213000 ns, racy<=2500000000 ns
13:20:45.854 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:45.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:45.842213000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045842213000 ns, racy<=2500000000 ns
13:20:45.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:45.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:45.842213000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045842213000 ns, racy<=2500000000 ns
13:20:45.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:45.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:45.842213000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045842213000 ns, racy<=2500000000 ns
13:20:45.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:45.842213000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045842213000 ns, racy<=2500000000 ns
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:45.842213000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045842213000 ns, racy<=2500000000 ns
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:45.842213000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045842213000 ns, racy<=2500000000 ns
13:20:45.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:45.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:45.920892000, lastModified=2022-06-07 13:20:45.919472000, size=23, fileKey=(dev=3000b3,ino=718753676)
13:20:45.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:45.926457000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:45.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:45.927722000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:45.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:45.928331000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:45.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=true, read=2022-06-07 13:20:45.928331000, lastModified=2022-06-07 13:20:45.925472000, delta=2859000 ns, racy<=2500000000 ns
13:20:45.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is racily clean
13:20:45.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:45.928873000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:45.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=true, read=2022-06-07 13:20:45.928873000, lastModified=2022-06-07 13:20:45.925472000, delta=3401000 ns, racy<=2500000000 ns
13:20:45.940 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=true, read=2022-06-07 13:20:45.928873000, lastModified=2022-06-07 13:20:45.925472000, delta=3401000 ns, racy<=2500000000 ns
13:20:45.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is racily clean
13:20:45.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:45.941313000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:45.941 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=true, read=2022-06-07 13:20:45.941313000, lastModified=2022-06-07 13:20:45.925472000, delta=15841000 ns, racy<=2500000000 ns
13:20:45.948 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=true, read=2022-06-07 13:20:45.941313000, lastModified=2022-06-07 13:20:45.925472000, delta=15841000 ns, racy<=2500000000 ns
13:20:45.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is racily clean
13:20:45.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:45.949327000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:45.949 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=true, read=2022-06-07 13:20:45.949327000, lastModified=2022-06-07 13:20:45.925472000, delta=23855000 ns, racy<=2500000000 ns
13:20:45.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.950 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=true, read=2022-06-07 13:20:45.949327000, lastModified=2022-06-07 13:20:45.925472000, delta=23855000 ns, racy<=2500000000 ns
13:20:45.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is racily clean
13:20:45.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:45.951125000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:45.951 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=true, read=2022-06-07 13:20:45.951125000, lastModified=2022-06-07 13:20:45.925472000, delta=25653000 ns, racy<=2500000000 ns
13:20:45.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=true, read=2022-06-07 13:20:45.951125000, lastModified=2022-06-07 13:20:45.925472000, delta=25653000 ns, racy<=2500000000 ns
13:20:45.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is racily clean
13:20:45.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:45.953667000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:45.953 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=true, read=2022-06-07 13:20:45.953667000, lastModified=2022-06-07 13:20:45.925472000, delta=28195000 ns, racy<=2500000000 ns
13:20:45.957 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.957 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:45.957 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:45.957 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:45.957 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=true, read=2022-06-07 13:20:45.953667000, lastModified=2022-06-07 13:20:45.925472000, delta=28195000 ns, racy<=2500000000 ns
13:20:45.957 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is racily clean
13:20:45.958 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:45.957966000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:45.958 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=true, read=2022-06-07 13:20:45.957966000, lastModified=2022-06-07 13:20:45.925472000, delta=32494000 ns, racy<=2500000000 ns
13:20:45.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
13:20:45.961 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-07 13:20:45.961076000, lastModified=2022-06-07 13:20:45.855471000, size=6, fileKey=(dev=3000b3,ino=727940347)
13:20:45.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:45.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:46.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:46.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:46.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (overlay) in /tmp/junit15143879961224547152/.git/objects
13:20:46.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (overlay) in /tmp/junit15143879961224547152/.git/objects; got PT0.000006S
13:20:46.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit15143879961224547152/.git/objects
13:20:46.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.013454000, lastModified=2022-06-07 13:20:46.012474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.013454000, lastModified=2022-06-07 13:20:46.012474000, delta=980000 ns, racy<=15000 ns
13:20:46.014 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.014975000, lastModified=2022-06-07 13:20:46.013474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.013474000 to 2022-06-07 13:20:46.014474000
13:20:46.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.015463000, lastModified=2022-06-07 13:20:46.014474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.015463000, lastModified=2022-06-07 13:20:46.014474000, delta=989000 ns, racy<=15000 ns
13:20:46.015 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.015988000, lastModified=2022-06-07 13:20:46.014474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.014474000 to 2022-06-07 13:20:46.015474000
13:20:46.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.016434000, lastModified=2022-06-07 13:20:46.015474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.016434000, lastModified=2022-06-07 13:20:46.015474000, delta=960000 ns, racy<=15000 ns
13:20:46.016 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.016970000, lastModified=2022-06-07 13:20:46.015474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.015474000 to 2022-06-07 13:20:46.016474000
13:20:46.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.017429000, lastModified=2022-06-07 13:20:46.016474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.017429000, lastModified=2022-06-07 13:20:46.016474000, delta=955000 ns, racy<=15000 ns
13:20:46.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.017 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.017920000, lastModified=2022-06-07 13:20:46.016474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.018 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.016474000 to 2022-06-07 13:20:46.017474000
13:20:46.018 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.018378000, lastModified=2022-06-07 13:20:46.017474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.018 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.018378000, lastModified=2022-06-07 13:20:46.017474000, delta=904000 ns, racy<=15000 ns
13:20:46.018 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.018 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.018846000, lastModified=2022-06-07 13:20:46.017474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.019 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.017474000 to 2022-06-07 13:20:46.018474000
13:20:46.019 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.019295000, lastModified=2022-06-07 13:20:46.018474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.019 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.019295000, lastModified=2022-06-07 13:20:46.018474000, delta=821000 ns, racy<=15000 ns
13:20:46.019 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.019 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.019760000, lastModified=2022-06-07 13:20:46.018474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.018474000 to 2022-06-07 13:20:46.019474000
13:20:46.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.020237000, lastModified=2022-06-07 13:20:46.019474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.020237000, lastModified=2022-06-07 13:20:46.019474000, delta=763000 ns, racy<=15000 ns
13:20:46.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.027015000, lastModified=2022-06-07 13:20:46.026474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.027015000, lastModified=2022-06-07 13:20:46.026474000, delta=541000 ns, racy<=15000 ns
13:20:46.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.027481000, lastModified=2022-06-07 13:20:46.026474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.027481000, lastModified=2022-06-07 13:20:46.026474000, delta=1007000 ns, racy<=15000 ns
13:20:46.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.027935000, lastModified=2022-06-07 13:20:46.026474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.026474000 to 2022-06-07 13:20:46.027474000
13:20:46.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.028346000, lastModified=2022-06-07 13:20:46.027474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.028346000, lastModified=2022-06-07 13:20:46.027474000, delta=872000 ns, racy<=15000 ns
13:20:46.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.028 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.028817000, lastModified=2022-06-07 13:20:46.027474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.027474000 to 2022-06-07 13:20:46.028474000
13:20:46.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.029258000, lastModified=2022-06-07 13:20:46.028474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.029258000, lastModified=2022-06-07 13:20:46.028474000, delta=784000 ns, racy<=15000 ns
13:20:46.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.029709000, lastModified=2022-06-07 13:20:46.028474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.029709000, lastModified=2022-06-07 13:20:46.028474000, delta=1235000 ns, racy<=15000 ns
13:20:46.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.030221000, lastModified=2022-06-07 13:20:46.029474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.030221000, lastModified=2022-06-07 13:20:46.029474000, delta=747000 ns, racy<=15000 ns
13:20:46.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.030666000, lastModified=2022-06-07 13:20:46.029474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.030666000, lastModified=2022-06-07 13:20:46.029474000, delta=1192000 ns, racy<=15000 ns
13:20:46.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.031111000, lastModified=2022-06-07 13:20:46.030474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.031111000, lastModified=2022-06-07 13:20:46.030474000, delta=637000 ns, racy<=15000 ns
13:20:46.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.031571000, lastModified=2022-06-07 13:20:46.030474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.031571000, lastModified=2022-06-07 13:20:46.030474000, delta=1097000 ns, racy<=15000 ns
13:20:46.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.032023000, lastModified=2022-06-07 13:20:46.031474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.032023000, lastModified=2022-06-07 13:20:46.031474000, delta=549000 ns, racy<=15000 ns
13:20:46.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.034355000, lastModified=2022-06-07 13:20:46.031474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.031474000 to 2022-06-07 13:20:46.033474000
13:20:46.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.034753000, lastModified=2022-06-07 13:20:46.033474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.034753000, lastModified=2022-06-07 13:20:46.033474000, delta=1279000 ns, racy<=15000 ns
13:20:46.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.035169000, lastModified=2022-06-07 13:20:46.034474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.035169000, lastModified=2022-06-07 13:20:46.034474000, delta=695000 ns, racy<=15000 ns
13:20:46.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.035593000, lastModified=2022-06-07 13:20:46.034474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.035593000, lastModified=2022-06-07 13:20:46.034474000, delta=1119000 ns, racy<=15000 ns
13:20:46.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.036017000, lastModified=2022-06-07 13:20:46.035474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.036017000, lastModified=2022-06-07 13:20:46.035474000, delta=543000 ns, racy<=15000 ns
13:20:46.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.036433000, lastModified=2022-06-07 13:20:46.035474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.036433000, lastModified=2022-06-07 13:20:46.035474000, delta=959000 ns, racy<=15000 ns
13:20:46.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.036847000, lastModified=2022-06-07 13:20:46.035474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.037 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.035474000 to 2022-06-07 13:20:46.036474000
13:20:46.037 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.037224000, lastModified=2022-06-07 13:20:46.036474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.037 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.037224000, lastModified=2022-06-07 13:20:46.036474000, delta=750000 ns, racy<=15000 ns
13:20:46.037 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.037 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.037612000, lastModified=2022-06-07 13:20:46.036474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.037 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.037612000, lastModified=2022-06-07 13:20:46.036474000, delta=1138000 ns, racy<=15000 ns
13:20:46.037 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.038 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.038022000, lastModified=2022-06-07 13:20:46.037474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.038 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.038022000, lastModified=2022-06-07 13:20:46.037474000, delta=548000 ns, racy<=15000 ns
13:20:46.038 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.038 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.038449000, lastModified=2022-06-07 13:20:46.037474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.038 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.038449000, lastModified=2022-06-07 13:20:46.037474000, delta=975000 ns, racy<=15000 ns
13:20:46.038 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.038 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.038874000, lastModified=2022-06-07 13:20:46.037474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.037474000 to 2022-06-07 13:20:46.038474000
13:20:46.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.039257000, lastModified=2022-06-07 13:20:46.038474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.039257000, lastModified=2022-06-07 13:20:46.038474000, delta=783000 ns, racy<=15000 ns
13:20:46.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.042116000, lastModified=2022-06-07 13:20:46.041474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.042116000, lastModified=2022-06-07 13:20:46.041474000, delta=642000 ns, racy<=15000 ns
13:20:46.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.042530000, lastModified=2022-06-07 13:20:46.041474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.042530000, lastModified=2022-06-07 13:20:46.041474000, delta=1056000 ns, racy<=15000 ns
13:20:46.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.042921000, lastModified=2022-06-07 13:20:46.041474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.041474000 to 2022-06-07 13:20:46.042474000
13:20:46.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.043295000, lastModified=2022-06-07 13:20:46.042474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.043295000, lastModified=2022-06-07 13:20:46.042474000, delta=821000 ns, racy<=15000 ns
13:20:46.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.043699000, lastModified=2022-06-07 13:20:46.042474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.043699000, lastModified=2022-06-07 13:20:46.042474000, delta=1225000 ns, racy<=15000 ns
13:20:46.043 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.044087000, lastModified=2022-06-07 13:20:46.043474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.044087000, lastModified=2022-06-07 13:20:46.043474000, delta=613000 ns, racy<=15000 ns
13:20:46.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.044478000, lastModified=2022-06-07 13:20:46.043474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.044478000, lastModified=2022-06-07 13:20:46.043474000, delta=1004000 ns, racy<=15000 ns
13:20:46.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.044865000, lastModified=2022-06-07 13:20:46.043474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.043474000 to 2022-06-07 13:20:46.044474000
13:20:46.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.045266000, lastModified=2022-06-07 13:20:46.044474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.045266000, lastModified=2022-06-07 13:20:46.044474000, delta=792000 ns, racy<=15000 ns
13:20:46.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.045670000, lastModified=2022-06-07 13:20:46.044474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.045670000, lastModified=2022-06-07 13:20:46.044474000, delta=1196000 ns, racy<=15000 ns
13:20:46.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.046075000, lastModified=2022-06-07 13:20:46.045474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.046075000, lastModified=2022-06-07 13:20:46.045474000, delta=601000 ns, racy<=15000 ns
13:20:46.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.046459000, lastModified=2022-06-07 13:20:46.045474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.046459000, lastModified=2022-06-07 13:20:46.045474000, delta=985000 ns, racy<=15000 ns
13:20:46.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.049 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.049731000, lastModified=2022-06-07 13:20:46.045474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.049 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.045474000 to 2022-06-07 13:20:46.048474000
13:20:46.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.050107000, lastModified=2022-06-07 13:20:46.049474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.050107000, lastModified=2022-06-07 13:20:46.049474000, delta=633000 ns, racy<=15000 ns
13:20:46.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.050509000, lastModified=2022-06-07 13:20:46.049474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.050509000, lastModified=2022-06-07 13:20:46.049474000, delta=1035000 ns, racy<=15000 ns
13:20:46.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.050921000, lastModified=2022-06-07 13:20:46.049474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.049474000 to 2022-06-07 13:20:46.050474000
13:20:46.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.051331000, lastModified=2022-06-07 13:20:46.050474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.051331000, lastModified=2022-06-07 13:20:46.050474000, delta=857000 ns, racy<=15000 ns
13:20:46.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.051750000, lastModified=2022-06-07 13:20:46.050474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.051750000, lastModified=2022-06-07 13:20:46.050474000, delta=1276000 ns, racy<=15000 ns
13:20:46.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.052182000, lastModified=2022-06-07 13:20:46.051474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.052182000, lastModified=2022-06-07 13:20:46.051474000, delta=708000 ns, racy<=15000 ns
13:20:46.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.052560000, lastModified=2022-06-07 13:20:46.051474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.052560000, lastModified=2022-06-07 13:20:46.051474000, delta=1086000 ns, racy<=15000 ns
13:20:46.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.052931000, lastModified=2022-06-07 13:20:46.051474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.051474000 to 2022-06-07 13:20:46.052474000
13:20:46.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.053282000, lastModified=2022-06-07 13:20:46.052474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.053282000, lastModified=2022-06-07 13:20:46.052474000, delta=808000 ns, racy<=15000 ns
13:20:46.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.053726000, lastModified=2022-06-07 13:20:46.052474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.053 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.053726000, lastModified=2022-06-07 13:20:46.052474000, delta=1252000 ns, racy<=15000 ns
13:20:46.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.054129000, lastModified=2022-06-07 13:20:46.053474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.054129000, lastModified=2022-06-07 13:20:46.053474000, delta=655000 ns, racy<=15000 ns
13:20:46.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.054525000, lastModified=2022-06-07 13:20:46.053474000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.054525000, lastModified=2022-06-07 13:20:46.053474000, delta=1051000 ns, racy<=15000 ns
13:20:46.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.059 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.059954000, lastModified=2022-06-07 13:20:46.058475000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.060 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.058475000 to 2022-06-07 13:20:46.059475000
13:20:46.060 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.060297000, lastModified=2022-06-07 13:20:46.059475000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.060 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.060297000, lastModified=2022-06-07 13:20:46.059475000, delta=822000 ns, racy<=15000 ns
13:20:46.060 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.060 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.060636000, lastModified=2022-06-07 13:20:46.059475000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.060636000, lastModified=2022-06-07 13:20:46.059475000, delta=1161000 ns, racy<=15000 ns
13:20:46.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.112559000, lastModified=2022-06-07 13:20:46.111475000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.112559000, lastModified=2022-06-07 13:20:46.111475000, delta=1084000 ns, racy<=15000 ns
13:20:46.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.113049000, lastModified=2022-06-07 13:20:46.112475000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.113049000, lastModified=2022-06-07 13:20:46.112475000, delta=574000 ns, racy<=15000 ns
13:20:46.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.113430000, lastModified=2022-06-07 13:20:46.112475000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.113430000, lastModified=2022-06-07 13:20:46.112475000, delta=955000 ns, racy<=15000 ns
13:20:46.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.113762000, lastModified=2022-06-07 13:20:46.112475000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.113762000, lastModified=2022-06-07 13:20:46.112475000, delta=1287000 ns, racy<=15000 ns
13:20:46.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.114114000, lastModified=2022-06-07 13:20:46.113475000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.114114000, lastModified=2022-06-07 13:20:46.113475000, delta=639000 ns, racy<=15000 ns
13:20:46.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.114443000, lastModified=2022-06-07 13:20:46.113475000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.114443000, lastModified=2022-06-07 13:20:46.113475000, delta=968000 ns, racy<=15000 ns
13:20:46.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.114768000, lastModified=2022-06-07 13:20:46.113475000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.114768000, lastModified=2022-06-07 13:20:46.113475000, delta=1293000 ns, racy<=15000 ns
13:20:46.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.115117000, lastModified=2022-06-07 13:20:46.114476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.115117000, lastModified=2022-06-07 13:20:46.114476000, delta=641000 ns, racy<=15000 ns
13:20:46.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.115439000, lastModified=2022-06-07 13:20:46.114476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.115439000, lastModified=2022-06-07 13:20:46.114476000, delta=963000 ns, racy<=15000 ns
13:20:46.115 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.117709000, lastModified=2022-06-07 13:20:46.114476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.114476000 to 2022-06-07 13:20:46.116476000
13:20:46.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.118053000, lastModified=2022-06-07 13:20:46.117476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.118053000, lastModified=2022-06-07 13:20:46.117476000, delta=577000 ns, racy<=15000 ns
13:20:46.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.118388000, lastModified=2022-06-07 13:20:46.117476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.118388000, lastModified=2022-06-07 13:20:46.117476000, delta=912000 ns, racy<=15000 ns
13:20:46.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.118709000, lastModified=2022-06-07 13:20:46.117476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.118709000, lastModified=2022-06-07 13:20:46.117476000, delta=1233000 ns, racy<=15000 ns
13:20:46.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.119037000, lastModified=2022-06-07 13:20:46.118476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.119037000, lastModified=2022-06-07 13:20:46.118476000, delta=561000 ns, racy<=15000 ns
13:20:46.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.119378000, lastModified=2022-06-07 13:20:46.118476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.119378000, lastModified=2022-06-07 13:20:46.118476000, delta=902000 ns, racy<=15000 ns
13:20:46.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.119724000, lastModified=2022-06-07 13:20:46.118476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.119724000, lastModified=2022-06-07 13:20:46.118476000, delta=1248000 ns, racy<=15000 ns
13:20:46.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.120090000, lastModified=2022-06-07 13:20:46.119476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.120090000, lastModified=2022-06-07 13:20:46.119476000, delta=614000 ns, racy<=15000 ns
13:20:46.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.120453000, lastModified=2022-06-07 13:20:46.119476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.120453000, lastModified=2022-06-07 13:20:46.119476000, delta=977000 ns, racy<=15000 ns
13:20:46.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.120812000, lastModified=2022-06-07 13:20:46.119476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.120812000, lastModified=2022-06-07 13:20:46.119476000, delta=1336000 ns, racy<=15000 ns
13:20:46.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.121169000, lastModified=2022-06-07 13:20:46.120476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.121169000, lastModified=2022-06-07 13:20:46.120476000, delta=693000 ns, racy<=15000 ns
13:20:46.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.121508000, lastModified=2022-06-07 13:20:46.120476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.121508000, lastModified=2022-06-07 13:20:46.120476000, delta=1032000 ns, racy<=15000 ns
13:20:46.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.121 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.121841000, lastModified=2022-06-07 13:20:46.120476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.120476000 to 2022-06-07 13:20:46.121476000
13:20:46.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.124568000, lastModified=2022-06-07 13:20:46.123476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.124568000, lastModified=2022-06-07 13:20:46.123476000, delta=1092000 ns, racy<=15000 ns
13:20:46.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.124960000, lastModified=2022-06-07 13:20:46.123476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.123476000 to 2022-06-07 13:20:46.124476000
13:20:46.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.125292000, lastModified=2022-06-07 13:20:46.124476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.125292000, lastModified=2022-06-07 13:20:46.124476000, delta=816000 ns, racy<=15000 ns
13:20:46.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.125616000, lastModified=2022-06-07 13:20:46.124476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.125616000, lastModified=2022-06-07 13:20:46.124476000, delta=1140000 ns, racy<=15000 ns
13:20:46.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.125980000, lastModified=2022-06-07 13:20:46.124476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.124476000 to 2022-06-07 13:20:46.125476000
13:20:46.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.126283000, lastModified=2022-06-07 13:20:46.125476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.126283000, lastModified=2022-06-07 13:20:46.125476000, delta=807000 ns, racy<=15000 ns
13:20:46.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.126611000, lastModified=2022-06-07 13:20:46.125476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.126611000, lastModified=2022-06-07 13:20:46.125476000, delta=1135000 ns, racy<=15000 ns
13:20:46.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.126962000, lastModified=2022-06-07 13:20:46.125476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.125476000 to 2022-06-07 13:20:46.126476000
13:20:46.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.127252000, lastModified=2022-06-07 13:20:46.126476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.127252000, lastModified=2022-06-07 13:20:46.126476000, delta=776000 ns, racy<=15000 ns
13:20:46.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.127562000, lastModified=2022-06-07 13:20:46.126476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.127562000, lastModified=2022-06-07 13:20:46.126476000, delta=1086000 ns, racy<=15000 ns
13:20:46.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.127863000, lastModified=2022-06-07 13:20:46.126476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.126476000 to 2022-06-07 13:20:46.127476000
13:20:46.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.128150000, lastModified=2022-06-07 13:20:46.127476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.128150000, lastModified=2022-06-07 13:20:46.127476000, delta=674000 ns, racy<=15000 ns
13:20:46.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.131243000, lastModified=2022-06-07 13:20:46.127476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.127476000 to 2022-06-07 13:20:46.130476000
13:20:46.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.131601000, lastModified=2022-06-07 13:20:46.130476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.131601000, lastModified=2022-06-07 13:20:46.130476000, delta=1125000 ns, racy<=15000 ns
13:20:46.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.131993000, lastModified=2022-06-07 13:20:46.131476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.131993000, lastModified=2022-06-07 13:20:46.131476000, delta=517000 ns, racy<=15000 ns
13:20:46.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.132318000, lastModified=2022-06-07 13:20:46.131476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.132318000, lastModified=2022-06-07 13:20:46.131476000, delta=842000 ns, racy<=15000 ns
13:20:46.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.132640000, lastModified=2022-06-07 13:20:46.131476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.132640000, lastModified=2022-06-07 13:20:46.131476000, delta=1164000 ns, racy<=15000 ns
13:20:46.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.132962000, lastModified=2022-06-07 13:20:46.131476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.131476000 to 2022-06-07 13:20:46.132476000
13:20:46.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.133238000, lastModified=2022-06-07 13:20:46.132476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.133238000, lastModified=2022-06-07 13:20:46.132476000, delta=762000 ns, racy<=15000 ns
13:20:46.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.133532000, lastModified=2022-06-07 13:20:46.132476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.133532000, lastModified=2022-06-07 13:20:46.132476000, delta=1056000 ns, racy<=15000 ns
13:20:46.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.133824000, lastModified=2022-06-07 13:20:46.132476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.133824000, lastModified=2022-06-07 13:20:46.132476000, delta=1348000 ns, racy<=15000 ns
13:20:46.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.134141000, lastModified=2022-06-07 13:20:46.133476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.134141000, lastModified=2022-06-07 13:20:46.133476000, delta=665000 ns, racy<=15000 ns
13:20:46.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.134436000, lastModified=2022-06-07 13:20:46.133476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.134436000, lastModified=2022-06-07 13:20:46.133476000, delta=960000 ns, racy<=15000 ns
13:20:46.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.134737000, lastModified=2022-06-07 13:20:46.133476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.134737000, lastModified=2022-06-07 13:20:46.133476000, delta=1261000 ns, racy<=15000 ns
13:20:46.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.135030000, lastModified=2022-06-07 13:20:46.134476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.135030000, lastModified=2022-06-07 13:20:46.134476000, delta=554000 ns, racy<=15000 ns
13:20:46.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.138278000, lastModified=2022-06-07 13:20:46.137476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.138278000, lastModified=2022-06-07 13:20:46.137476000, delta=802000 ns, racy<=15000 ns
13:20:46.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.138607000, lastModified=2022-06-07 13:20:46.137476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.138607000, lastModified=2022-06-07 13:20:46.137476000, delta=1131000 ns, racy<=15000 ns
13:20:46.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.138932000, lastModified=2022-06-07 13:20:46.137476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.137476000 to 2022-06-07 13:20:46.138476000
13:20:46.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.139223000, lastModified=2022-06-07 13:20:46.138476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.139223000, lastModified=2022-06-07 13:20:46.138476000, delta=747000 ns, racy<=15000 ns
13:20:46.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.139547000, lastModified=2022-06-07 13:20:46.138476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.139547000, lastModified=2022-06-07 13:20:46.138476000, delta=1071000 ns, racy<=15000 ns
13:20:46.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.139836000, lastModified=2022-06-07 13:20:46.138476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.138476000 to 2022-06-07 13:20:46.139476000
13:20:46.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.140137000, lastModified=2022-06-07 13:20:46.139476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.140137000, lastModified=2022-06-07 13:20:46.139476000, delta=661000 ns, racy<=15000 ns
13:20:46.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.140441000, lastModified=2022-06-07 13:20:46.139476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.140441000, lastModified=2022-06-07 13:20:46.139476000, delta=965000 ns, racy<=15000 ns
13:20:46.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.140742000, lastModified=2022-06-07 13:20:46.139476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.140742000, lastModified=2022-06-07 13:20:46.139476000, delta=1266000 ns, racy<=15000 ns
13:20:46.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.141046000, lastModified=2022-06-07 13:20:46.140476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.141046000, lastModified=2022-06-07 13:20:46.140476000, delta=570000 ns, racy<=15000 ns
13:20:46.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.141347000, lastModified=2022-06-07 13:20:46.140476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.141347000, lastModified=2022-06-07 13:20:46.140476000, delta=871000 ns, racy<=15000 ns
13:20:46.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.141641000, lastModified=2022-06-07 13:20:46.140476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.141641000, lastModified=2022-06-07 13:20:46.140476000, delta=1165000 ns, racy<=15000 ns
13:20:46.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.143705000, lastModified=2022-06-07 13:20:46.140476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.143 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.140476000 to 2022-06-07 13:20:46.142476000
13:20:46.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.144060000, lastModified=2022-06-07 13:20:46.143476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.144060000, lastModified=2022-06-07 13:20:46.143476000, delta=584000 ns, racy<=15000 ns
13:20:46.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.144367000, lastModified=2022-06-07 13:20:46.143476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.144367000, lastModified=2022-06-07 13:20:46.143476000, delta=891000 ns, racy<=15000 ns
13:20:46.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.144674000, lastModified=2022-06-07 13:20:46.143476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.144674000, lastModified=2022-06-07 13:20:46.143476000, delta=1198000 ns, racy<=15000 ns
13:20:46.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.144970000, lastModified=2022-06-07 13:20:46.143476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.143476000 to 2022-06-07 13:20:46.144476000
13:20:46.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.145278000, lastModified=2022-06-07 13:20:46.144476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.145278000, lastModified=2022-06-07 13:20:46.144476000, delta=802000 ns, racy<=15000 ns
13:20:46.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.145557000, lastModified=2022-06-07 13:20:46.144476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.145557000, lastModified=2022-06-07 13:20:46.144476000, delta=1081000 ns, racy<=15000 ns
13:20:46.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.145828000, lastModified=2022-06-07 13:20:46.144476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.144476000 to 2022-06-07 13:20:46.145476000
13:20:46.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.146111000, lastModified=2022-06-07 13:20:46.145476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.146111000, lastModified=2022-06-07 13:20:46.145476000, delta=635000 ns, racy<=15000 ns
13:20:46.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.146383000, lastModified=2022-06-07 13:20:46.145476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.146383000, lastModified=2022-06-07 13:20:46.145476000, delta=907000 ns, racy<=15000 ns
13:20:46.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.146661000, lastModified=2022-06-07 13:20:46.145476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.146661000, lastModified=2022-06-07 13:20:46.145476000, delta=1185000 ns, racy<=15000 ns
13:20:46.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.146958000, lastModified=2022-06-07 13:20:46.145476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.145476000 to 2022-06-07 13:20:46.146476000
13:20:46.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.147218000, lastModified=2022-06-07 13:20:46.146476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.147218000, lastModified=2022-06-07 13:20:46.146476000, delta=742000 ns, racy<=15000 ns
13:20:46.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.149741000, lastModified=2022-06-07 13:20:46.148476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.149741000, lastModified=2022-06-07 13:20:46.148476000, delta=1265000 ns, racy<=15000 ns
13:20:46.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.150056000, lastModified=2022-06-07 13:20:46.149476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.150056000, lastModified=2022-06-07 13:20:46.149476000, delta=580000 ns, racy<=15000 ns
13:20:46.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.150354000, lastModified=2022-06-07 13:20:46.149476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.150354000, lastModified=2022-06-07 13:20:46.149476000, delta=878000 ns, racy<=15000 ns
13:20:46.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.150646000, lastModified=2022-06-07 13:20:46.149476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.150646000, lastModified=2022-06-07 13:20:46.149476000, delta=1170000 ns, racy<=15000 ns
13:20:46.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.150914000, lastModified=2022-06-07 13:20:46.149476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.149476000 to 2022-06-07 13:20:46.150476000
13:20:46.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.151180000, lastModified=2022-06-07 13:20:46.150476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.151180000, lastModified=2022-06-07 13:20:46.150476000, delta=704000 ns, racy<=15000 ns
13:20:46.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.151444000, lastModified=2022-06-07 13:20:46.150476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.151444000, lastModified=2022-06-07 13:20:46.150476000, delta=968000 ns, racy<=15000 ns
13:20:46.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.151710000, lastModified=2022-06-07 13:20:46.150476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.151710000, lastModified=2022-06-07 13:20:46.150476000, delta=1234000 ns, racy<=15000 ns
13:20:46.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.152017000, lastModified=2022-06-07 13:20:46.151476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.152017000, lastModified=2022-06-07 13:20:46.151476000, delta=541000 ns, racy<=15000 ns
13:20:46.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.152333000, lastModified=2022-06-07 13:20:46.151476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.152333000, lastModified=2022-06-07 13:20:46.151476000, delta=857000 ns, racy<=15000 ns
13:20:46.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.152655000, lastModified=2022-06-07 13:20:46.151476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.152655000, lastModified=2022-06-07 13:20:46.151476000, delta=1179000 ns, racy<=15000 ns
13:20:46.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.152957000, lastModified=2022-06-07 13:20:46.151476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.151476000 to 2022-06-07 13:20:46.152476000
13:20:46.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.155564000, lastModified=2022-06-07 13:20:46.152476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.152476000 to 2022-06-07 13:20:46.154476000
13:20:46.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.155870000, lastModified=2022-06-07 13:20:46.154476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.154476000 to 2022-06-07 13:20:46.155476000
13:20:46.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.156133000, lastModified=2022-06-07 13:20:46.155476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.156133000, lastModified=2022-06-07 13:20:46.155476000, delta=657000 ns, racy<=15000 ns
13:20:46.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.156423000, lastModified=2022-06-07 13:20:46.155476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.156423000, lastModified=2022-06-07 13:20:46.155476000, delta=947000 ns, racy<=15000 ns
13:20:46.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.212167000, lastModified=2022-06-07 13:20:46.155476000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.155476000 to 2022-06-07 13:20:46.211477000
13:20:46.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.212611000, lastModified=2022-06-07 13:20:46.211477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.212611000, lastModified=2022-06-07 13:20:46.211477000, delta=1134000 ns, racy<=15000 ns
13:20:46.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.212933000, lastModified=2022-06-07 13:20:46.211477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.211477000 to 2022-06-07 13:20:46.212477000
13:20:46.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.213231000, lastModified=2022-06-07 13:20:46.212477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.213231000, lastModified=2022-06-07 13:20:46.212477000, delta=754000 ns, racy<=15000 ns
13:20:46.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.213503000, lastModified=2022-06-07 13:20:46.212477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.213503000, lastModified=2022-06-07 13:20:46.212477000, delta=1026000 ns, racy<=15000 ns
13:20:46.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.213782000, lastModified=2022-06-07 13:20:46.212477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.213782000, lastModified=2022-06-07 13:20:46.212477000, delta=1305000 ns, racy<=15000 ns
13:20:46.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.214082000, lastModified=2022-06-07 13:20:46.213477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.214082000, lastModified=2022-06-07 13:20:46.213477000, delta=605000 ns, racy<=15000 ns
13:20:46.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.214393000, lastModified=2022-06-07 13:20:46.213477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.214393000, lastModified=2022-06-07 13:20:46.213477000, delta=916000 ns, racy<=15000 ns
13:20:46.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.214658000, lastModified=2022-06-07 13:20:46.213477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.214658000, lastModified=2022-06-07 13:20:46.213477000, delta=1181000 ns, racy<=15000 ns
13:20:46.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.217 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.217825000, lastModified=2022-06-07 13:20:46.216477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.217825000, lastModified=2022-06-07 13:20:46.216477000, delta=1348000 ns, racy<=15000 ns
13:20:46.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.218155000, lastModified=2022-06-07 13:20:46.217477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.218155000, lastModified=2022-06-07 13:20:46.217477000, delta=678000 ns, racy<=15000 ns
13:20:46.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.218441000, lastModified=2022-06-07 13:20:46.217477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.218441000, lastModified=2022-06-07 13:20:46.217477000, delta=964000 ns, racy<=15000 ns
13:20:46.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.218821000, lastModified=2022-06-07 13:20:46.217477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.218821000, lastModified=2022-06-07 13:20:46.217477000, delta=1344000 ns, racy<=15000 ns
13:20:46.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.219170000, lastModified=2022-06-07 13:20:46.218477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.219170000, lastModified=2022-06-07 13:20:46.218477000, delta=693000 ns, racy<=15000 ns
13:20:46.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.219452000, lastModified=2022-06-07 13:20:46.218477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.219452000, lastModified=2022-06-07 13:20:46.218477000, delta=975000 ns, racy<=15000 ns
13:20:46.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.219709000, lastModified=2022-06-07 13:20:46.218477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.219709000, lastModified=2022-06-07 13:20:46.218477000, delta=1232000 ns, racy<=15000 ns
13:20:46.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.219987000, lastModified=2022-06-07 13:20:46.218477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.218477000 to 2022-06-07 13:20:46.219477000
13:20:46.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.220272000, lastModified=2022-06-07 13:20:46.219477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.220272000, lastModified=2022-06-07 13:20:46.219477000, delta=795000 ns, racy<=15000 ns
13:20:46.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.220612000, lastModified=2022-06-07 13:20:46.219477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.220612000, lastModified=2022-06-07 13:20:46.219477000, delta=1135000 ns, racy<=15000 ns
13:20:46.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.220912000, lastModified=2022-06-07 13:20:46.219477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.219477000 to 2022-06-07 13:20:46.220477000
13:20:46.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.221391000, lastModified=2022-06-07 13:20:46.220477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.221391000, lastModified=2022-06-07 13:20:46.220477000, delta=914000 ns, racy<=15000 ns
13:20:46.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.224272000, lastModified=2022-06-07 13:20:46.220477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.220477000 to 2022-06-07 13:20:46.223477000
13:20:46.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.224647000, lastModified=2022-06-07 13:20:46.223477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.224647000, lastModified=2022-06-07 13:20:46.223477000, delta=1170000 ns, racy<=15000 ns
13:20:46.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.224980000, lastModified=2022-06-07 13:20:46.223477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.223477000 to 2022-06-07 13:20:46.224477000
13:20:46.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.225258000, lastModified=2022-06-07 13:20:46.224477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.225258000, lastModified=2022-06-07 13:20:46.224477000, delta=781000 ns, racy<=15000 ns
13:20:46.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.225635000, lastModified=2022-06-07 13:20:46.224477000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.225635000, lastModified=2022-06-07 13:20:46.224477000, delta=1158000 ns, racy<=15000 ns
13:20:46.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.226055000, lastModified=2022-06-07 13:20:46.225478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.226055000, lastModified=2022-06-07 13:20:46.225478000, delta=577000 ns, racy<=15000 ns
13:20:46.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.226413000, lastModified=2022-06-07 13:20:46.225478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.226413000, lastModified=2022-06-07 13:20:46.225478000, delta=935000 ns, racy<=15000 ns
13:20:46.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.226804000, lastModified=2022-06-07 13:20:46.225478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.226804000, lastModified=2022-06-07 13:20:46.225478000, delta=1326000 ns, racy<=15000 ns
13:20:46.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.227118000, lastModified=2022-06-07 13:20:46.226478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.227118000, lastModified=2022-06-07 13:20:46.226478000, delta=640000 ns, racy<=15000 ns
13:20:46.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.227400000, lastModified=2022-06-07 13:20:46.226478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.227400000, lastModified=2022-06-07 13:20:46.226478000, delta=922000 ns, racy<=15000 ns
13:20:46.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.227675000, lastModified=2022-06-07 13:20:46.226478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.227675000, lastModified=2022-06-07 13:20:46.226478000, delta=1197000 ns, racy<=15000 ns
13:20:46.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.228041000, lastModified=2022-06-07 13:20:46.227478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.228041000, lastModified=2022-06-07 13:20:46.227478000, delta=563000 ns, racy<=15000 ns
13:20:46.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.228373000, lastModified=2022-06-07 13:20:46.227478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.228373000, lastModified=2022-06-07 13:20:46.227478000, delta=895000 ns, racy<=15000 ns
13:20:46.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.230638000, lastModified=2022-06-07 13:20:46.229478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.230638000, lastModified=2022-06-07 13:20:46.229478000, delta=1160000 ns, racy<=15000 ns
13:20:46.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.231045000, lastModified=2022-06-07 13:20:46.230478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.231045000, lastModified=2022-06-07 13:20:46.230478000, delta=567000 ns, racy<=15000 ns
13:20:46.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.231463000, lastModified=2022-06-07 13:20:46.230478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.231463000, lastModified=2022-06-07 13:20:46.230478000, delta=985000 ns, racy<=15000 ns
13:20:46.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.231746000, lastModified=2022-06-07 13:20:46.230478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.231746000, lastModified=2022-06-07 13:20:46.230478000, delta=1268000 ns, racy<=15000 ns
13:20:46.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.232165000, lastModified=2022-06-07 13:20:46.231478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.232165000, lastModified=2022-06-07 13:20:46.231478000, delta=687000 ns, racy<=15000 ns
13:20:46.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.232469000, lastModified=2022-06-07 13:20:46.231478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.232469000, lastModified=2022-06-07 13:20:46.231478000, delta=991000 ns, racy<=15000 ns
13:20:46.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.232746000, lastModified=2022-06-07 13:20:46.231478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.232746000, lastModified=2022-06-07 13:20:46.231478000, delta=1268000 ns, racy<=15000 ns
13:20:46.232 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.233038000, lastModified=2022-06-07 13:20:46.232478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.233038000, lastModified=2022-06-07 13:20:46.232478000, delta=560000 ns, racy<=15000 ns
13:20:46.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.233562000, lastModified=2022-06-07 13:20:46.232478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.233562000, lastModified=2022-06-07 13:20:46.232478000, delta=1084000 ns, racy<=15000 ns
13:20:46.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.233959000, lastModified=2022-06-07 13:20:46.232478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.232478000 to 2022-06-07 13:20:46.233478000
13:20:46.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.234375000, lastModified=2022-06-07 13:20:46.233478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.234375000, lastModified=2022-06-07 13:20:46.233478000, delta=897000 ns, racy<=15000 ns
13:20:46.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.234677000, lastModified=2022-06-07 13:20:46.233478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.234677000, lastModified=2022-06-07 13:20:46.233478000, delta=1199000 ns, racy<=15000 ns
13:20:46.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.237248000, lastModified=2022-06-07 13:20:46.233478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.233478000 to 2022-06-07 13:20:46.236478000
13:20:46.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.237603000, lastModified=2022-06-07 13:20:46.236478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.237603000, lastModified=2022-06-07 13:20:46.236478000, delta=1125000 ns, racy<=15000 ns
13:20:46.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.237903000, lastModified=2022-06-07 13:20:46.236478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.236478000 to 2022-06-07 13:20:46.237478000
13:20:46.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.238163000, lastModified=2022-06-07 13:20:46.237478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.238163000, lastModified=2022-06-07 13:20:46.237478000, delta=685000 ns, racy<=15000 ns
13:20:46.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.238427000, lastModified=2022-06-07 13:20:46.237478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.238427000, lastModified=2022-06-07 13:20:46.237478000, delta=949000 ns, racy<=15000 ns
13:20:46.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.238720000, lastModified=2022-06-07 13:20:46.237478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.238720000, lastModified=2022-06-07 13:20:46.237478000, delta=1242000 ns, racy<=15000 ns
13:20:46.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.239005000, lastModified=2022-06-07 13:20:46.238478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.239005000, lastModified=2022-06-07 13:20:46.238478000, delta=527000 ns, racy<=15000 ns
13:20:46.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.239287000, lastModified=2022-06-07 13:20:46.238478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.239287000, lastModified=2022-06-07 13:20:46.238478000, delta=809000 ns, racy<=15000 ns
13:20:46.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.239558000, lastModified=2022-06-07 13:20:46.238478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.239558000, lastModified=2022-06-07 13:20:46.238478000, delta=1080000 ns, racy<=15000 ns
13:20:46.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.239808000, lastModified=2022-06-07 13:20:46.238478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.239808000, lastModified=2022-06-07 13:20:46.238478000, delta=1330000 ns, racy<=15000 ns
13:20:46.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.240073000, lastModified=2022-06-07 13:20:46.239478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.240073000, lastModified=2022-06-07 13:20:46.239478000, delta=595000 ns, racy<=15000 ns
13:20:46.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.240339000, lastModified=2022-06-07 13:20:46.239478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.240339000, lastModified=2022-06-07 13:20:46.239478000, delta=861000 ns, racy<=15000 ns
13:20:46.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.240627000, lastModified=2022-06-07 13:20:46.239478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.240627000, lastModified=2022-06-07 13:20:46.239478000, delta=1149000 ns, racy<=15000 ns
13:20:46.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.243720000, lastModified=2022-06-07 13:20:46.242478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.243720000, lastModified=2022-06-07 13:20:46.242478000, delta=1242000 ns, racy<=15000 ns
13:20:46.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.244036000, lastModified=2022-06-07 13:20:46.243478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.244036000, lastModified=2022-06-07 13:20:46.243478000, delta=558000 ns, racy<=15000 ns
13:20:46.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.244313000, lastModified=2022-06-07 13:20:46.243478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.244313000, lastModified=2022-06-07 13:20:46.243478000, delta=835000 ns, racy<=15000 ns
13:20:46.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.244577000, lastModified=2022-06-07 13:20:46.243478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.244577000, lastModified=2022-06-07 13:20:46.243478000, delta=1099000 ns, racy<=15000 ns
13:20:46.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.244852000, lastModified=2022-06-07 13:20:46.243478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.243478000 to 2022-06-07 13:20:46.244478000
13:20:46.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.245110000, lastModified=2022-06-07 13:20:46.244478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.245110000, lastModified=2022-06-07 13:20:46.244478000, delta=632000 ns, racy<=15000 ns
13:20:46.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.245391000, lastModified=2022-06-07 13:20:46.244478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.245391000, lastModified=2022-06-07 13:20:46.244478000, delta=913000 ns, racy<=15000 ns
13:20:46.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.245678000, lastModified=2022-06-07 13:20:46.244478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.245678000, lastModified=2022-06-07 13:20:46.244478000, delta=1200000 ns, racy<=15000 ns
13:20:46.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.245961000, lastModified=2022-06-07 13:20:46.244478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.244478000 to 2022-06-07 13:20:46.245478000
13:20:46.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.246218000, lastModified=2022-06-07 13:20:46.245478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.246218000, lastModified=2022-06-07 13:20:46.245478000, delta=740000 ns, racy<=15000 ns
13:20:46.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.246509000, lastModified=2022-06-07 13:20:46.245478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.246509000, lastModified=2022-06-07 13:20:46.245478000, delta=1031000 ns, racy<=15000 ns
13:20:46.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.246762000, lastModified=2022-06-07 13:20:46.245478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.246762000, lastModified=2022-06-07 13:20:46.245478000, delta=1284000 ns, racy<=15000 ns
13:20:46.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.249902000, lastModified=2022-06-07 13:20:46.246478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.246478000 to 2022-06-07 13:20:46.249478000
13:20:46.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.250180000, lastModified=2022-06-07 13:20:46.249478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.250180000, lastModified=2022-06-07 13:20:46.249478000, delta=702000 ns, racy<=15000 ns
13:20:46.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.250439000, lastModified=2022-06-07 13:20:46.249478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.250439000, lastModified=2022-06-07 13:20:46.249478000, delta=961000 ns, racy<=15000 ns
13:20:46.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.250694000, lastModified=2022-06-07 13:20:46.249478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.250694000, lastModified=2022-06-07 13:20:46.249478000, delta=1216000 ns, racy<=15000 ns
13:20:46.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.250973000, lastModified=2022-06-07 13:20:46.249478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.249478000 to 2022-06-07 13:20:46.250478000
13:20:46.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.251229000, lastModified=2022-06-07 13:20:46.250478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.251229000, lastModified=2022-06-07 13:20:46.250478000, delta=751000 ns, racy<=15000 ns
13:20:46.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.251499000, lastModified=2022-06-07 13:20:46.250478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.251499000, lastModified=2022-06-07 13:20:46.250478000, delta=1021000 ns, racy<=15000 ns
13:20:46.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.251802000, lastModified=2022-06-07 13:20:46.250478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.251802000, lastModified=2022-06-07 13:20:46.250478000, delta=1324000 ns, racy<=15000 ns
13:20:46.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.252121000, lastModified=2022-06-07 13:20:46.251478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.252121000, lastModified=2022-06-07 13:20:46.251478000, delta=643000 ns, racy<=15000 ns
13:20:46.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.252393000, lastModified=2022-06-07 13:20:46.251478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.252393000, lastModified=2022-06-07 13:20:46.251478000, delta=915000 ns, racy<=15000 ns
13:20:46.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.252678000, lastModified=2022-06-07 13:20:46.251478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.252678000, lastModified=2022-06-07 13:20:46.251478000, delta=1200000 ns, racy<=15000 ns
13:20:46.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.252964000, lastModified=2022-06-07 13:20:46.251478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.251478000 to 2022-06-07 13:20:46.252478000
13:20:46.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.253251000, lastModified=2022-06-07 13:20:46.252478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.253251000, lastModified=2022-06-07 13:20:46.252478000, delta=773000 ns, racy<=15000 ns
13:20:46.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.255413000, lastModified=2022-06-07 13:20:46.254478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.255413000, lastModified=2022-06-07 13:20:46.254478000, delta=935000 ns, racy<=15000 ns
13:20:46.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.255688000, lastModified=2022-06-07 13:20:46.254478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.255688000, lastModified=2022-06-07 13:20:46.254478000, delta=1210000 ns, racy<=15000 ns
13:20:46.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.255973000, lastModified=2022-06-07 13:20:46.254478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.254478000 to 2022-06-07 13:20:46.255478000
13:20:46.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.256225000, lastModified=2022-06-07 13:20:46.255478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.256225000, lastModified=2022-06-07 13:20:46.255478000, delta=747000 ns, racy<=15000 ns
13:20:46.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.256482000, lastModified=2022-06-07 13:20:46.255478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.256482000, lastModified=2022-06-07 13:20:46.255478000, delta=1004000 ns, racy<=15000 ns
13:20:46.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.256751000, lastModified=2022-06-07 13:20:46.255478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.256751000, lastModified=2022-06-07 13:20:46.255478000, delta=1273000 ns, racy<=15000 ns
13:20:46.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.257038000, lastModified=2022-06-07 13:20:46.256478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.257038000, lastModified=2022-06-07 13:20:46.256478000, delta=560000 ns, racy<=15000 ns
13:20:46.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.257318000, lastModified=2022-06-07 13:20:46.256478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.257318000, lastModified=2022-06-07 13:20:46.256478000, delta=840000 ns, racy<=15000 ns
13:20:46.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.257584000, lastModified=2022-06-07 13:20:46.256478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.257584000, lastModified=2022-06-07 13:20:46.256478000, delta=1106000 ns, racy<=15000 ns
13:20:46.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.257835000, lastModified=2022-06-07 13:20:46.256478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.256478000 to 2022-06-07 13:20:46.257478000
13:20:46.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.258141000, lastModified=2022-06-07 13:20:46.257478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.258141000, lastModified=2022-06-07 13:20:46.257478000, delta=663000 ns, racy<=15000 ns
13:20:46.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.258400000, lastModified=2022-06-07 13:20:46.257478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.258400000, lastModified=2022-06-07 13:20:46.257478000, delta=922000 ns, racy<=15000 ns
13:20:46.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.261004000, lastModified=2022-06-07 13:20:46.257478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.257478000 to 2022-06-07 13:20:46.260478000
13:20:46.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.261255000, lastModified=2022-06-07 13:20:46.260478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.261255000, lastModified=2022-06-07 13:20:46.260478000, delta=777000 ns, racy<=15000 ns
13:20:46.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.261508000, lastModified=2022-06-07 13:20:46.260478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.261508000, lastModified=2022-06-07 13:20:46.260478000, delta=1030000 ns, racy<=15000 ns
13:20:46.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.261756000, lastModified=2022-06-07 13:20:46.260478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.261756000, lastModified=2022-06-07 13:20:46.260478000, delta=1278000 ns, racy<=15000 ns
13:20:46.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.262020000, lastModified=2022-06-07 13:20:46.261478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.262020000, lastModified=2022-06-07 13:20:46.261478000, delta=542000 ns, racy<=15000 ns
13:20:46.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.262296000, lastModified=2022-06-07 13:20:46.261478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.262296000, lastModified=2022-06-07 13:20:46.261478000, delta=818000 ns, racy<=15000 ns
13:20:46.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.262545000, lastModified=2022-06-07 13:20:46.261478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.262545000, lastModified=2022-06-07 13:20:46.261478000, delta=1067000 ns, racy<=15000 ns
13:20:46.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.262808000, lastModified=2022-06-07 13:20:46.261478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.262808000, lastModified=2022-06-07 13:20:46.261478000, delta=1330000 ns, racy<=15000 ns
13:20:46.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.263080000, lastModified=2022-06-07 13:20:46.262478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.263080000, lastModified=2022-06-07 13:20:46.262478000, delta=602000 ns, racy<=15000 ns
13:20:46.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.263348000, lastModified=2022-06-07 13:20:46.262478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.263348000, lastModified=2022-06-07 13:20:46.262478000, delta=870000 ns, racy<=15000 ns
13:20:46.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.263594000, lastModified=2022-06-07 13:20:46.262478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.263594000, lastModified=2022-06-07 13:20:46.262478000, delta=1116000 ns, racy<=15000 ns
13:20:46.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.263839000, lastModified=2022-06-07 13:20:46.262478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.263839000, lastModified=2022-06-07 13:20:46.262478000, delta=1361000 ns, racy<=15000 ns
13:20:46.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.312159000, lastModified=2022-06-07 13:20:46.263478000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.263478000 to 2022-06-07 13:20:46.311479000
13:20:46.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.315084000, lastModified=2022-06-07 13:20:46.314479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.315084000, lastModified=2022-06-07 13:20:46.314479000, delta=605000 ns, racy<=15000 ns
13:20:46.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.315415000, lastModified=2022-06-07 13:20:46.314479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.315415000, lastModified=2022-06-07 13:20:46.314479000, delta=936000 ns, racy<=15000 ns
13:20:46.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.315727000, lastModified=2022-06-07 13:20:46.314479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.315727000, lastModified=2022-06-07 13:20:46.314479000, delta=1248000 ns, racy<=15000 ns
13:20:46.315 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.315993000, lastModified=2022-06-07 13:20:46.315479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.315993000, lastModified=2022-06-07 13:20:46.315479000, delta=514000 ns, racy<=15000 ns
13:20:46.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.316268000, lastModified=2022-06-07 13:20:46.315479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.316268000, lastModified=2022-06-07 13:20:46.315479000, delta=789000 ns, racy<=15000 ns
13:20:46.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.316521000, lastModified=2022-06-07 13:20:46.315479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.316521000, lastModified=2022-06-07 13:20:46.315479000, delta=1042000 ns, racy<=15000 ns
13:20:46.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.316797000, lastModified=2022-06-07 13:20:46.315479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.316797000, lastModified=2022-06-07 13:20:46.315479000, delta=1318000 ns, racy<=15000 ns
13:20:46.316 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.317059000, lastModified=2022-06-07 13:20:46.316479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.317059000, lastModified=2022-06-07 13:20:46.316479000, delta=580000 ns, racy<=15000 ns
13:20:46.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.317322000, lastModified=2022-06-07 13:20:46.316479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.317322000, lastModified=2022-06-07 13:20:46.316479000, delta=843000 ns, racy<=15000 ns
13:20:46.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.317567000, lastModified=2022-06-07 13:20:46.316479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.317567000, lastModified=2022-06-07 13:20:46.316479000, delta=1088000 ns, racy<=15000 ns
13:20:46.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.317814000, lastModified=2022-06-07 13:20:46.316479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.317814000, lastModified=2022-06-07 13:20:46.316479000, delta=1335000 ns, racy<=15000 ns
13:20:46.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.318105000, lastModified=2022-06-07 13:20:46.317479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.318105000, lastModified=2022-06-07 13:20:46.317479000, delta=626000 ns, racy<=15000 ns
13:20:46.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.321 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.321184000, lastModified=2022-06-07 13:20:46.317479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.321 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.317479000 to 2022-06-07 13:20:46.320479000
13:20:46.321 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.321435000, lastModified=2022-06-07 13:20:46.320479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.321 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.321435000, lastModified=2022-06-07 13:20:46.320479000, delta=956000 ns, racy<=15000 ns
13:20:46.321 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.321 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.321691000, lastModified=2022-06-07 13:20:46.320479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.321 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.321691000, lastModified=2022-06-07 13:20:46.320479000, delta=1212000 ns, racy<=15000 ns
13:20:46.321 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.321 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.321946000, lastModified=2022-06-07 13:20:46.320479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.322 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.320479000 to 2022-06-07 13:20:46.321479000
13:20:46.322 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.322188000, lastModified=2022-06-07 13:20:46.321479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.322 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.322188000, lastModified=2022-06-07 13:20:46.321479000, delta=709000 ns, racy<=15000 ns
13:20:46.322 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.322 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.322458000, lastModified=2022-06-07 13:20:46.321479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.322 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.322458000, lastModified=2022-06-07 13:20:46.321479000, delta=979000 ns, racy<=15000 ns
13:20:46.322 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.322 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.322704000, lastModified=2022-06-07 13:20:46.321479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.322 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.322704000, lastModified=2022-06-07 13:20:46.321479000, delta=1225000 ns, racy<=15000 ns
13:20:46.322 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.322 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.322963000, lastModified=2022-06-07 13:20:46.321479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.321479000 to 2022-06-07 13:20:46.322479000
13:20:46.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.323204000, lastModified=2022-06-07 13:20:46.322479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.323204000, lastModified=2022-06-07 13:20:46.322479000, delta=725000 ns, racy<=15000 ns
13:20:46.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.323454000, lastModified=2022-06-07 13:20:46.322479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.323454000, lastModified=2022-06-07 13:20:46.322479000, delta=975000 ns, racy<=15000 ns
13:20:46.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.323705000, lastModified=2022-06-07 13:20:46.322479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.323705000, lastModified=2022-06-07 13:20:46.322479000, delta=1226000 ns, racy<=15000 ns
13:20:46.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.323991000, lastModified=2022-06-07 13:20:46.323479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.323991000, lastModified=2022-06-07 13:20:46.323479000, delta=512000 ns, racy<=15000 ns
13:20:46.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.324274000, lastModified=2022-06-07 13:20:46.323479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.324274000, lastModified=2022-06-07 13:20:46.323479000, delta=795000 ns, racy<=15000 ns
13:20:46.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.327014000, lastModified=2022-06-07 13:20:46.326479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.327014000, lastModified=2022-06-07 13:20:46.326479000, delta=535000 ns, racy<=15000 ns
13:20:46.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.327299000, lastModified=2022-06-07 13:20:46.326479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.327299000, lastModified=2022-06-07 13:20:46.326479000, delta=820000 ns, racy<=15000 ns
13:20:46.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.327563000, lastModified=2022-06-07 13:20:46.326479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.327563000, lastModified=2022-06-07 13:20:46.326479000, delta=1084000 ns, racy<=15000 ns
13:20:46.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.327830000, lastModified=2022-06-07 13:20:46.326479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.327830000, lastModified=2022-06-07 13:20:46.326479000, delta=1351000 ns, racy<=15000 ns
13:20:46.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.328119000, lastModified=2022-06-07 13:20:46.327479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.328119000, lastModified=2022-06-07 13:20:46.327479000, delta=640000 ns, racy<=15000 ns
13:20:46.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.328386000, lastModified=2022-06-07 13:20:46.327479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.328386000, lastModified=2022-06-07 13:20:46.327479000, delta=907000 ns, racy<=15000 ns
13:20:46.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.328657000, lastModified=2022-06-07 13:20:46.327479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.328657000, lastModified=2022-06-07 13:20:46.327479000, delta=1178000 ns, racy<=15000 ns
13:20:46.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.328 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.328923000, lastModified=2022-06-07 13:20:46.327479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.327479000 to 2022-06-07 13:20:46.328479000
13:20:46.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.329216000, lastModified=2022-06-07 13:20:46.328479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.329216000, lastModified=2022-06-07 13:20:46.328479000, delta=737000 ns, racy<=15000 ns
13:20:46.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.329472000, lastModified=2022-06-07 13:20:46.328479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.329472000, lastModified=2022-06-07 13:20:46.328479000, delta=993000 ns, racy<=15000 ns
13:20:46.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.329741000, lastModified=2022-06-07 13:20:46.328479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.329741000, lastModified=2022-06-07 13:20:46.328479000, delta=1262000 ns, racy<=15000 ns
13:20:46.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.330023000, lastModified=2022-06-07 13:20:46.329479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.330023000, lastModified=2022-06-07 13:20:46.329479000, delta=544000 ns, racy<=15000 ns
13:20:46.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.332080000, lastModified=2022-06-07 13:20:46.329479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.329479000 to 2022-06-07 13:20:46.331479000
13:20:46.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.332333000, lastModified=2022-06-07 13:20:46.331479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.332333000, lastModified=2022-06-07 13:20:46.331479000, delta=854000 ns, racy<=15000 ns
13:20:46.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.332579000, lastModified=2022-06-07 13:20:46.331479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.332579000, lastModified=2022-06-07 13:20:46.331479000, delta=1100000 ns, racy<=15000 ns
13:20:46.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.332851000, lastModified=2022-06-07 13:20:46.331479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.331479000 to 2022-06-07 13:20:46.332479000
13:20:46.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.333109000, lastModified=2022-06-07 13:20:46.332479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.333109000, lastModified=2022-06-07 13:20:46.332479000, delta=630000 ns, racy<=15000 ns
13:20:46.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.333416000, lastModified=2022-06-07 13:20:46.332479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.333416000, lastModified=2022-06-07 13:20:46.332479000, delta=937000 ns, racy<=15000 ns
13:20:46.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.333696000, lastModified=2022-06-07 13:20:46.332479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.333696000, lastModified=2022-06-07 13:20:46.332479000, delta=1217000 ns, racy<=15000 ns
13:20:46.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.333958000, lastModified=2022-06-07 13:20:46.332479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.332479000 to 2022-06-07 13:20:46.333479000
13:20:46.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.334197000, lastModified=2022-06-07 13:20:46.333479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.334197000, lastModified=2022-06-07 13:20:46.333479000, delta=718000 ns, racy<=15000 ns
13:20:46.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.334443000, lastModified=2022-06-07 13:20:46.333479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.334443000, lastModified=2022-06-07 13:20:46.333479000, delta=964000 ns, racy<=15000 ns
13:20:46.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.334691000, lastModified=2022-06-07 13:20:46.333479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.334691000, lastModified=2022-06-07 13:20:46.333479000, delta=1212000 ns, racy<=15000 ns
13:20:46.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.334 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.334930000, lastModified=2022-06-07 13:20:46.333479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.333479000 to 2022-06-07 13:20:46.334479000
13:20:46.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.335176000, lastModified=2022-06-07 13:20:46.334479000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.335176000, lastModified=2022-06-07 13:20:46.334479000, delta=697000 ns, racy<=15000 ns
13:20:46.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.337768000, lastModified=2022-06-07 13:20:46.336480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.337768000, lastModified=2022-06-07 13:20:46.336480000, delta=1288000 ns, racy<=15000 ns
13:20:46.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.338046000, lastModified=2022-06-07 13:20:46.337480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.338046000, lastModified=2022-06-07 13:20:46.337480000, delta=566000 ns, racy<=15000 ns
13:20:46.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.338339000, lastModified=2022-06-07 13:20:46.337480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.338339000, lastModified=2022-06-07 13:20:46.337480000, delta=859000 ns, racy<=15000 ns
13:20:46.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.338613000, lastModified=2022-06-07 13:20:46.337480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.338613000, lastModified=2022-06-07 13:20:46.337480000, delta=1133000 ns, racy<=15000 ns
13:20:46.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.338884000, lastModified=2022-06-07 13:20:46.337480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.337480000 to 2022-06-07 13:20:46.338480000
13:20:46.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.339133000, lastModified=2022-06-07 13:20:46.338480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.339133000, lastModified=2022-06-07 13:20:46.338480000, delta=653000 ns, racy<=15000 ns
13:20:46.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.339394000, lastModified=2022-06-07 13:20:46.338480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.339394000, lastModified=2022-06-07 13:20:46.338480000, delta=914000 ns, racy<=15000 ns
13:20:46.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.339640000, lastModified=2022-06-07 13:20:46.338480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.339640000, lastModified=2022-06-07 13:20:46.338480000, delta=1160000 ns, racy<=15000 ns
13:20:46.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.339910000, lastModified=2022-06-07 13:20:46.338480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.338480000 to 2022-06-07 13:20:46.339480000
13:20:46.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.340163000, lastModified=2022-06-07 13:20:46.339480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.340163000, lastModified=2022-06-07 13:20:46.339480000, delta=683000 ns, racy<=15000 ns
13:20:46.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.340410000, lastModified=2022-06-07 13:20:46.339480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.340410000, lastModified=2022-06-07 13:20:46.339480000, delta=930000 ns, racy<=15000 ns
13:20:46.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.340653000, lastModified=2022-06-07 13:20:46.339480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.340653000, lastModified=2022-06-07 13:20:46.339480000, delta=1173000 ns, racy<=15000 ns
13:20:46.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.343 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.343685000, lastModified=2022-06-07 13:20:46.339480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.343 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.339480000 to 2022-06-07 13:20:46.342480000
13:20:46.343 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.343937000, lastModified=2022-06-07 13:20:46.342480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.342480000 to 2022-06-07 13:20:46.343480000
13:20:46.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.344227000, lastModified=2022-06-07 13:20:46.343480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.344227000, lastModified=2022-06-07 13:20:46.343480000, delta=747000 ns, racy<=15000 ns
13:20:46.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.344508000, lastModified=2022-06-07 13:20:46.343480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.344508000, lastModified=2022-06-07 13:20:46.343480000, delta=1028000 ns, racy<=15000 ns
13:20:46.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.344769000, lastModified=2022-06-07 13:20:46.343480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.344769000, lastModified=2022-06-07 13:20:46.343480000, delta=1289000 ns, racy<=15000 ns
13:20:46.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.345038000, lastModified=2022-06-07 13:20:46.344480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.345038000, lastModified=2022-06-07 13:20:46.344480000, delta=558000 ns, racy<=15000 ns
13:20:46.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.345312000, lastModified=2022-06-07 13:20:46.344480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.345312000, lastModified=2022-06-07 13:20:46.344480000, delta=832000 ns, racy<=15000 ns
13:20:46.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.345588000, lastModified=2022-06-07 13:20:46.344480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.345588000, lastModified=2022-06-07 13:20:46.344480000, delta=1108000 ns, racy<=15000 ns
13:20:46.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.345844000, lastModified=2022-06-07 13:20:46.344480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.345844000, lastModified=2022-06-07 13:20:46.344480000, delta=1364000 ns, racy<=15000 ns
13:20:46.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.346109000, lastModified=2022-06-07 13:20:46.345480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.346109000, lastModified=2022-06-07 13:20:46.345480000, delta=629000 ns, racy<=15000 ns
13:20:46.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.346388000, lastModified=2022-06-07 13:20:46.345480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.346388000, lastModified=2022-06-07 13:20:46.345480000, delta=908000 ns, racy<=15000 ns
13:20:46.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.346634000, lastModified=2022-06-07 13:20:46.345480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.346634000, lastModified=2022-06-07 13:20:46.345480000, delta=1154000 ns, racy<=15000 ns
13:20:46.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.346876000, lastModified=2022-06-07 13:20:46.345480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.345480000 to 2022-06-07 13:20:46.346480000
13:20:46.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.353535000, lastModified=2022-06-07 13:20:46.352480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.353535000, lastModified=2022-06-07 13:20:46.352480000, delta=1055000 ns, racy<=15000 ns
13:20:46.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.353819000, lastModified=2022-06-07 13:20:46.352480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.352480000 to 2022-06-07 13:20:46.353480000
13:20:46.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.354166000, lastModified=2022-06-07 13:20:46.353480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.354166000, lastModified=2022-06-07 13:20:46.353480000, delta=686000 ns, racy<=15000 ns
13:20:46.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.354440000, lastModified=2022-06-07 13:20:46.353480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.354440000, lastModified=2022-06-07 13:20:46.353480000, delta=960000 ns, racy<=15000 ns
13:20:46.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.354825000, lastModified=2022-06-07 13:20:46.353480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.354825000, lastModified=2022-06-07 13:20:46.353480000, delta=1345000 ns, racy<=15000 ns
13:20:46.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.355117000, lastModified=2022-06-07 13:20:46.354480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.355117000, lastModified=2022-06-07 13:20:46.354480000, delta=637000 ns, racy<=15000 ns
13:20:46.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.355382000, lastModified=2022-06-07 13:20:46.354480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.355382000, lastModified=2022-06-07 13:20:46.354480000, delta=902000 ns, racy<=15000 ns
13:20:46.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.355641000, lastModified=2022-06-07 13:20:46.354480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.355641000, lastModified=2022-06-07 13:20:46.354480000, delta=1161000 ns, racy<=15000 ns
13:20:46.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.355 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.355923000, lastModified=2022-06-07 13:20:46.354480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.354480000 to 2022-06-07 13:20:46.355480000
13:20:46.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.356211000, lastModified=2022-06-07 13:20:46.355480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.356211000, lastModified=2022-06-07 13:20:46.355480000, delta=731000 ns, racy<=15000 ns
13:20:46.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.356571000, lastModified=2022-06-07 13:20:46.355480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.356571000, lastModified=2022-06-07 13:20:46.355480000, delta=1091000 ns, racy<=15000 ns
13:20:46.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.356934000, lastModified=2022-06-07 13:20:46.355480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.355480000 to 2022-06-07 13:20:46.356480000
13:20:46.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.359042000, lastModified=2022-06-07 13:20:46.356480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.356480000 to 2022-06-07 13:20:46.358480000
13:20:46.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.359336000, lastModified=2022-06-07 13:20:46.358480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.359336000, lastModified=2022-06-07 13:20:46.358480000, delta=856000 ns, racy<=15000 ns
13:20:46.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.359588000, lastModified=2022-06-07 13:20:46.358480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.359588000, lastModified=2022-06-07 13:20:46.358480000, delta=1108000 ns, racy<=15000 ns
13:20:46.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.359 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.359878000, lastModified=2022-06-07 13:20:46.358480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.358480000 to 2022-06-07 13:20:46.359480000
13:20:46.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.360120000, lastModified=2022-06-07 13:20:46.359480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.360120000, lastModified=2022-06-07 13:20:46.359480000, delta=640000 ns, racy<=15000 ns
13:20:46.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.360368000, lastModified=2022-06-07 13:20:46.359480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.360368000, lastModified=2022-06-07 13:20:46.359480000, delta=888000 ns, racy<=15000 ns
13:20:46.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.360609000, lastModified=2022-06-07 13:20:46.359480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.360609000, lastModified=2022-06-07 13:20:46.359480000, delta=1129000 ns, racy<=15000 ns
13:20:46.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.360849000, lastModified=2022-06-07 13:20:46.359480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.359480000 to 2022-06-07 13:20:46.360480000
13:20:46.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.361080000, lastModified=2022-06-07 13:20:46.360480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.361080000, lastModified=2022-06-07 13:20:46.360480000, delta=600000 ns, racy<=15000 ns
13:20:46.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.361347000, lastModified=2022-06-07 13:20:46.360480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.361347000, lastModified=2022-06-07 13:20:46.360480000, delta=867000 ns, racy<=15000 ns
13:20:46.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.361594000, lastModified=2022-06-07 13:20:46.360480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.361594000, lastModified=2022-06-07 13:20:46.360480000, delta=1114000 ns, racy<=15000 ns
13:20:46.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.361849000, lastModified=2022-06-07 13:20:46.360480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.360480000 to 2022-06-07 13:20:46.361480000
13:20:46.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.362101000, lastModified=2022-06-07 13:20:46.361480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.362101000, lastModified=2022-06-07 13:20:46.361480000, delta=621000 ns, racy<=15000 ns
13:20:46.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.364848000, lastModified=2022-06-07 13:20:46.363480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.363480000 to 2022-06-07 13:20:46.364480000
13:20:46.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.365116000, lastModified=2022-06-07 13:20:46.364480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.365116000, lastModified=2022-06-07 13:20:46.364480000, delta=636000 ns, racy<=15000 ns
13:20:46.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.365391000, lastModified=2022-06-07 13:20:46.364480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.365391000, lastModified=2022-06-07 13:20:46.364480000, delta=911000 ns, racy<=15000 ns
13:20:46.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.365639000, lastModified=2022-06-07 13:20:46.364480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.365639000, lastModified=2022-06-07 13:20:46.364480000, delta=1159000 ns, racy<=15000 ns
13:20:46.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.365889000, lastModified=2022-06-07 13:20:46.364480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.364480000 to 2022-06-07 13:20:46.365480000
13:20:46.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.366137000, lastModified=2022-06-07 13:20:46.365480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.366137000, lastModified=2022-06-07 13:20:46.365480000, delta=657000 ns, racy<=15000 ns
13:20:46.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.366385000, lastModified=2022-06-07 13:20:46.365480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.366385000, lastModified=2022-06-07 13:20:46.365480000, delta=905000 ns, racy<=15000 ns
13:20:46.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.366628000, lastModified=2022-06-07 13:20:46.365480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.366628000, lastModified=2022-06-07 13:20:46.365480000, delta=1148000 ns, racy<=15000 ns
13:20:46.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.366870000, lastModified=2022-06-07 13:20:46.365480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.365480000 to 2022-06-07 13:20:46.366480000
13:20:46.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.367149000, lastModified=2022-06-07 13:20:46.366480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.367149000, lastModified=2022-06-07 13:20:46.366480000, delta=669000 ns, racy<=15000 ns
13:20:46.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.367396000, lastModified=2022-06-07 13:20:46.366480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.367396000, lastModified=2022-06-07 13:20:46.366480000, delta=916000 ns, racy<=15000 ns
13:20:46.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.367654000, lastModified=2022-06-07 13:20:46.366480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.367654000, lastModified=2022-06-07 13:20:46.366480000, delta=1174000 ns, racy<=15000 ns
13:20:46.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.370272000, lastModified=2022-06-07 13:20:46.366480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.366480000 to 2022-06-07 13:20:46.369480000
13:20:46.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.370531000, lastModified=2022-06-07 13:20:46.369480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.370531000, lastModified=2022-06-07 13:20:46.369480000, delta=1051000 ns, racy<=15000 ns
13:20:46.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.370811000, lastModified=2022-06-07 13:20:46.369480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.370811000, lastModified=2022-06-07 13:20:46.369480000, delta=1331000 ns, racy<=15000 ns
13:20:46.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.371077000, lastModified=2022-06-07 13:20:46.370480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.371077000, lastModified=2022-06-07 13:20:46.370480000, delta=597000 ns, racy<=15000 ns
13:20:46.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.371327000, lastModified=2022-06-07 13:20:46.370480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.371327000, lastModified=2022-06-07 13:20:46.370480000, delta=847000 ns, racy<=15000 ns
13:20:46.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.371565000, lastModified=2022-06-07 13:20:46.370480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.371565000, lastModified=2022-06-07 13:20:46.370480000, delta=1085000 ns, racy<=15000 ns
13:20:46.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.371799000, lastModified=2022-06-07 13:20:46.370480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.371799000, lastModified=2022-06-07 13:20:46.370480000, delta=1319000 ns, racy<=15000 ns
13:20:46.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.372041000, lastModified=2022-06-07 13:20:46.371480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.372041000, lastModified=2022-06-07 13:20:46.371480000, delta=561000 ns, racy<=15000 ns
13:20:46.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.372287000, lastModified=2022-06-07 13:20:46.371480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.372287000, lastModified=2022-06-07 13:20:46.371480000, delta=807000 ns, racy<=15000 ns
13:20:46.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.372532000, lastModified=2022-06-07 13:20:46.371480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.372532000, lastModified=2022-06-07 13:20:46.371480000, delta=1052000 ns, racy<=15000 ns
13:20:46.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.372757000, lastModified=2022-06-07 13:20:46.371480000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.372757000, lastModified=2022-06-07 13:20:46.371480000, delta=1277000 ns, racy<=15000 ns
13:20:46.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.412373000, lastModified=2022-06-07 13:20:46.411481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.412373000, lastModified=2022-06-07 13:20:46.411481000, delta=892000 ns, racy<=15000 ns
13:20:46.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.412709000, lastModified=2022-06-07 13:20:46.411481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.412709000, lastModified=2022-06-07 13:20:46.411481000, delta=1228000 ns, racy<=15000 ns
13:20:46.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.415962000, lastModified=2022-06-07 13:20:46.414481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.414481000 to 2022-06-07 13:20:46.415481000
13:20:46.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.416200000, lastModified=2022-06-07 13:20:46.415481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.416200000, lastModified=2022-06-07 13:20:46.415481000, delta=719000 ns, racy<=15000 ns
13:20:46.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.416443000, lastModified=2022-06-07 13:20:46.415481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.416443000, lastModified=2022-06-07 13:20:46.415481000, delta=962000 ns, racy<=15000 ns
13:20:46.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.416681000, lastModified=2022-06-07 13:20:46.415481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.416681000, lastModified=2022-06-07 13:20:46.415481000, delta=1200000 ns, racy<=15000 ns
13:20:46.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.416917000, lastModified=2022-06-07 13:20:46.415481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.415481000 to 2022-06-07 13:20:46.416481000
13:20:46.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.417152000, lastModified=2022-06-07 13:20:46.416481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.417152000, lastModified=2022-06-07 13:20:46.416481000, delta=671000 ns, racy<=15000 ns
13:20:46.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.417388000, lastModified=2022-06-07 13:20:46.416481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.417388000, lastModified=2022-06-07 13:20:46.416481000, delta=907000 ns, racy<=15000 ns
13:20:46.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.417641000, lastModified=2022-06-07 13:20:46.416481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.417641000, lastModified=2022-06-07 13:20:46.416481000, delta=1160000 ns, racy<=15000 ns
13:20:46.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.417870000, lastModified=2022-06-07 13:20:46.416481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.416481000 to 2022-06-07 13:20:46.417481000
13:20:46.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.418095000, lastModified=2022-06-07 13:20:46.417481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.418095000, lastModified=2022-06-07 13:20:46.417481000, delta=614000 ns, racy<=15000 ns
13:20:46.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.418337000, lastModified=2022-06-07 13:20:46.417481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.418337000, lastModified=2022-06-07 13:20:46.417481000, delta=856000 ns, racy<=15000 ns
13:20:46.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.418577000, lastModified=2022-06-07 13:20:46.417481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.418577000, lastModified=2022-06-07 13:20:46.417481000, delta=1096000 ns, racy<=15000 ns
13:20:46.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.420968000, lastModified=2022-06-07 13:20:46.417481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.417481000 to 2022-06-07 13:20:46.420481000
13:20:46.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.421217000, lastModified=2022-06-07 13:20:46.420481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.421217000, lastModified=2022-06-07 13:20:46.420481000, delta=736000 ns, racy<=15000 ns
13:20:46.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.421452000, lastModified=2022-06-07 13:20:46.420481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.421452000, lastModified=2022-06-07 13:20:46.420481000, delta=971000 ns, racy<=15000 ns
13:20:46.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.421708000, lastModified=2022-06-07 13:20:46.420481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.421708000, lastModified=2022-06-07 13:20:46.420481000, delta=1227000 ns, racy<=15000 ns
13:20:46.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.421938000, lastModified=2022-06-07 13:20:46.420481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.420481000 to 2022-06-07 13:20:46.421481000
13:20:46.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.422177000, lastModified=2022-06-07 13:20:46.421481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.422177000, lastModified=2022-06-07 13:20:46.421481000, delta=696000 ns, racy<=15000 ns
13:20:46.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.422444000, lastModified=2022-06-07 13:20:46.421481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.422444000, lastModified=2022-06-07 13:20:46.421481000, delta=963000 ns, racy<=15000 ns
13:20:46.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.422676000, lastModified=2022-06-07 13:20:46.421481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.422676000, lastModified=2022-06-07 13:20:46.421481000, delta=1195000 ns, racy<=15000 ns
13:20:46.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.422906000, lastModified=2022-06-07 13:20:46.421481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.421481000 to 2022-06-07 13:20:46.422481000
13:20:46.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.423135000, lastModified=2022-06-07 13:20:46.422481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.423135000, lastModified=2022-06-07 13:20:46.422481000, delta=654000 ns, racy<=15000 ns
13:20:46.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.423368000, lastModified=2022-06-07 13:20:46.422481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.423368000, lastModified=2022-06-07 13:20:46.422481000, delta=887000 ns, racy<=15000 ns
13:20:46.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.423594000, lastModified=2022-06-07 13:20:46.422481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.423594000, lastModified=2022-06-07 13:20:46.422481000, delta=1113000 ns, racy<=15000 ns
13:20:46.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.423826000, lastModified=2022-06-07 13:20:46.422481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.423826000, lastModified=2022-06-07 13:20:46.422481000, delta=1345000 ns, racy<=15000 ns
13:20:46.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.426129000, lastModified=2022-06-07 13:20:46.425481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.426129000, lastModified=2022-06-07 13:20:46.425481000, delta=648000 ns, racy<=15000 ns
13:20:46.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.426379000, lastModified=2022-06-07 13:20:46.425481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.426379000, lastModified=2022-06-07 13:20:46.425481000, delta=898000 ns, racy<=15000 ns
13:20:46.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.426611000, lastModified=2022-06-07 13:20:46.425481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.426611000, lastModified=2022-06-07 13:20:46.425481000, delta=1130000 ns, racy<=15000 ns
13:20:46.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.426 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.426853000, lastModified=2022-06-07 13:20:46.425481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.426853000, lastModified=2022-06-07 13:20:46.425481000, delta=1372000 ns, racy<=15000 ns
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.427108000, lastModified=2022-06-07 13:20:46.426481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.427108000, lastModified=2022-06-07 13:20:46.426481000, delta=627000 ns, racy<=15000 ns
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.427342000, lastModified=2022-06-07 13:20:46.426481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.427342000, lastModified=2022-06-07 13:20:46.426481000, delta=861000 ns, racy<=15000 ns
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.427570000, lastModified=2022-06-07 13:20:46.426481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.427570000, lastModified=2022-06-07 13:20:46.426481000, delta=1089000 ns, racy<=15000 ns
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.427802000, lastModified=2022-06-07 13:20:46.426481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.427802000, lastModified=2022-06-07 13:20:46.426481000, delta=1321000 ns, racy<=15000 ns
13:20:46.427 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.428050000, lastModified=2022-06-07 13:20:46.427481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.428050000, lastModified=2022-06-07 13:20:46.427481000, delta=569000 ns, racy<=15000 ns
13:20:46.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.428291000, lastModified=2022-06-07 13:20:46.427481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.428291000, lastModified=2022-06-07 13:20:46.427481000, delta=810000 ns, racy<=15000 ns
13:20:46.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.428518000, lastModified=2022-06-07 13:20:46.427481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.428518000, lastModified=2022-06-07 13:20:46.427481000, delta=1037000 ns, racy<=15000 ns
13:20:46.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.428741000, lastModified=2022-06-07 13:20:46.427481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.428741000, lastModified=2022-06-07 13:20:46.427481000, delta=1260000 ns, racy<=15000 ns
13:20:46.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.431209000, lastModified=2022-06-07 13:20:46.427481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.427481000 to 2022-06-07 13:20:46.430481000
13:20:46.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.431453000, lastModified=2022-06-07 13:20:46.430481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.431453000, lastModified=2022-06-07 13:20:46.430481000, delta=972000 ns, racy<=15000 ns
13:20:46.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.431687000, lastModified=2022-06-07 13:20:46.430481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.431687000, lastModified=2022-06-07 13:20:46.430481000, delta=1206000 ns, racy<=15000 ns
13:20:46.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.431 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.431921000, lastModified=2022-06-07 13:20:46.430481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.430481000 to 2022-06-07 13:20:46.431481000
13:20:46.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.432175000, lastModified=2022-06-07 13:20:46.431481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.432175000, lastModified=2022-06-07 13:20:46.431481000, delta=694000 ns, racy<=15000 ns
13:20:46.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.432415000, lastModified=2022-06-07 13:20:46.431481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.432415000, lastModified=2022-06-07 13:20:46.431481000, delta=934000 ns, racy<=15000 ns
13:20:46.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.432644000, lastModified=2022-06-07 13:20:46.431481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.432644000, lastModified=2022-06-07 13:20:46.431481000, delta=1163000 ns, racy<=15000 ns
13:20:46.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.432 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.432903000, lastModified=2022-06-07 13:20:46.431481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.431481000 to 2022-06-07 13:20:46.432481000
13:20:46.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.433148000, lastModified=2022-06-07 13:20:46.432481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.433148000, lastModified=2022-06-07 13:20:46.432481000, delta=667000 ns, racy<=15000 ns
13:20:46.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.433392000, lastModified=2022-06-07 13:20:46.432481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.433392000, lastModified=2022-06-07 13:20:46.432481000, delta=911000 ns, racy<=15000 ns
13:20:46.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.433641000, lastModified=2022-06-07 13:20:46.432481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.433641000, lastModified=2022-06-07 13:20:46.432481000, delta=1160000 ns, racy<=15000 ns
13:20:46.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.433902000, lastModified=2022-06-07 13:20:46.432481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.432481000 to 2022-06-07 13:20:46.433481000
13:20:46.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.434148000, lastModified=2022-06-07 13:20:46.433481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.437 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.434148000, lastModified=2022-06-07 13:20:46.433481000, delta=667000 ns, racy<=15000 ns
13:20:46.437 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.437 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.437305000, lastModified=2022-06-07 13:20:46.436481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.437 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.437305000, lastModified=2022-06-07 13:20:46.436481000, delta=824000 ns, racy<=15000 ns
13:20:46.437 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.437 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.437533000, lastModified=2022-06-07 13:20:46.436481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.437 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.437533000, lastModified=2022-06-07 13:20:46.436481000, delta=1052000 ns, racy<=15000 ns
13:20:46.437 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.437 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.437752000, lastModified=2022-06-07 13:20:46.436481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.437 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.437752000, lastModified=2022-06-07 13:20:46.436481000, delta=1271000 ns, racy<=15000 ns
13:20:46.437 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.438 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.437981000, lastModified=2022-06-07 13:20:46.437481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.438 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.437981000, lastModified=2022-06-07 13:20:46.437481000, delta=500000 ns, racy<=15000 ns
13:20:46.438 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.438 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.438256000, lastModified=2022-06-07 13:20:46.437481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.438 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.438256000, lastModified=2022-06-07 13:20:46.437481000, delta=775000 ns, racy<=15000 ns
13:20:46.438 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.438 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.438491000, lastModified=2022-06-07 13:20:46.437481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.438 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.438491000, lastModified=2022-06-07 13:20:46.437481000, delta=1010000 ns, racy<=15000 ns
13:20:46.438 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.438 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.438740000, lastModified=2022-06-07 13:20:46.437481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.438 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.438740000, lastModified=2022-06-07 13:20:46.437481000, delta=1259000 ns, racy<=15000 ns
13:20:46.438 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.438988000, lastModified=2022-06-07 13:20:46.438481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.438988000, lastModified=2022-06-07 13:20:46.438481000, delta=507000 ns, racy<=15000 ns
13:20:46.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.439247000, lastModified=2022-06-07 13:20:46.438481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.439247000, lastModified=2022-06-07 13:20:46.438481000, delta=766000 ns, racy<=15000 ns
13:20:46.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.439499000, lastModified=2022-06-07 13:20:46.438481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.439499000, lastModified=2022-06-07 13:20:46.438481000, delta=1018000 ns, racy<=15000 ns
13:20:46.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.439721000, lastModified=2022-06-07 13:20:46.438481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.439721000, lastModified=2022-06-07 13:20:46.438481000, delta=1240000 ns, racy<=15000 ns
13:20:46.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.439951000, lastModified=2022-06-07 13:20:46.438481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.438481000 to 2022-06-07 13:20:46.439481000
13:20:46.443 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.443515000, lastModified=2022-06-07 13:20:46.439481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.443 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.439481000 to 2022-06-07 13:20:46.442481000
13:20:46.443 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.443807000, lastModified=2022-06-07 13:20:46.442481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.443 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.443807000, lastModified=2022-06-07 13:20:46.442481000, delta=1326000 ns, racy<=15000 ns
13:20:46.443 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.444 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.444062000, lastModified=2022-06-07 13:20:46.443481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.444 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.444062000, lastModified=2022-06-07 13:20:46.443481000, delta=581000 ns, racy<=15000 ns
13:20:46.444 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.444 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.444335000, lastModified=2022-06-07 13:20:46.443481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.444 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.444335000, lastModified=2022-06-07 13:20:46.443481000, delta=854000 ns, racy<=15000 ns
13:20:46.444 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.444 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.444560000, lastModified=2022-06-07 13:20:46.443481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.444 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.444560000, lastModified=2022-06-07 13:20:46.443481000, delta=1079000 ns, racy<=15000 ns
13:20:46.444 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.444 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.444806000, lastModified=2022-06-07 13:20:46.443481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.444 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.444806000, lastModified=2022-06-07 13:20:46.443481000, delta=1325000 ns, racy<=15000 ns
13:20:46.444 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.445067000, lastModified=2022-06-07 13:20:46.444481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.445067000, lastModified=2022-06-07 13:20:46.444481000, delta=586000 ns, racy<=15000 ns
13:20:46.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.445320000, lastModified=2022-06-07 13:20:46.444481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.445320000, lastModified=2022-06-07 13:20:46.444481000, delta=839000 ns, racy<=15000 ns
13:20:46.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.445555000, lastModified=2022-06-07 13:20:46.444481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.445555000, lastModified=2022-06-07 13:20:46.444481000, delta=1074000 ns, racy<=15000 ns
13:20:46.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.445805000, lastModified=2022-06-07 13:20:46.444481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.445805000, lastModified=2022-06-07 13:20:46.444481000, delta=1324000 ns, racy<=15000 ns
13:20:46.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.446030000, lastModified=2022-06-07 13:20:46.445481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.446030000, lastModified=2022-06-07 13:20:46.445481000, delta=549000 ns, racy<=15000 ns
13:20:46.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.446285000, lastModified=2022-06-07 13:20:46.445481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.446285000, lastModified=2022-06-07 13:20:46.445481000, delta=804000 ns, racy<=15000 ns
13:20:46.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.446506000, lastModified=2022-06-07 13:20:46.445481000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.446506000, lastModified=2022-06-07 13:20:46.445481000, delta=1025000 ns, racy<=15000 ns
13:20:46.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.448773000, lastModified=2022-06-07 13:20:46.447482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.448773000, lastModified=2022-06-07 13:20:46.447482000, delta=1291000 ns, racy<=15000 ns
13:20:46.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.449017000, lastModified=2022-06-07 13:20:46.448482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.449017000, lastModified=2022-06-07 13:20:46.448482000, delta=535000 ns, racy<=15000 ns
13:20:46.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.449283000, lastModified=2022-06-07 13:20:46.448482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.449283000, lastModified=2022-06-07 13:20:46.448482000, delta=801000 ns, racy<=15000 ns
13:20:46.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.449505000, lastModified=2022-06-07 13:20:46.448482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.449505000, lastModified=2022-06-07 13:20:46.448482000, delta=1023000 ns, racy<=15000 ns
13:20:46.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.449720000, lastModified=2022-06-07 13:20:46.448482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.449720000, lastModified=2022-06-07 13:20:46.448482000, delta=1238000 ns, racy<=15000 ns
13:20:46.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.449 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.449934000, lastModified=2022-06-07 13:20:46.448482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.448482000 to 2022-06-07 13:20:46.449482000
13:20:46.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.450148000, lastModified=2022-06-07 13:20:46.449482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.450148000, lastModified=2022-06-07 13:20:46.449482000, delta=666000 ns, racy<=15000 ns
13:20:46.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.450365000, lastModified=2022-06-07 13:20:46.449482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.450365000, lastModified=2022-06-07 13:20:46.449482000, delta=883000 ns, racy<=15000 ns
13:20:46.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.450594000, lastModified=2022-06-07 13:20:46.449482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.450594000, lastModified=2022-06-07 13:20:46.449482000, delta=1112000 ns, racy<=15000 ns
13:20:46.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.450809000, lastModified=2022-06-07 13:20:46.449482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.450809000, lastModified=2022-06-07 13:20:46.449482000, delta=1327000 ns, racy<=15000 ns
13:20:46.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.451035000, lastModified=2022-06-07 13:20:46.450482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.451035000, lastModified=2022-06-07 13:20:46.450482000, delta=553000 ns, racy<=15000 ns
13:20:46.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.451292000, lastModified=2022-06-07 13:20:46.450482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.451292000, lastModified=2022-06-07 13:20:46.450482000, delta=810000 ns, racy<=15000 ns
13:20:46.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.453842000, lastModified=2022-06-07 13:20:46.450482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.450482000 to 2022-06-07 13:20:46.453482000
13:20:46.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.454133000, lastModified=2022-06-07 13:20:46.453482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.454133000, lastModified=2022-06-07 13:20:46.453482000, delta=651000 ns, racy<=15000 ns
13:20:46.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.454389000, lastModified=2022-06-07 13:20:46.453482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.454389000, lastModified=2022-06-07 13:20:46.453482000, delta=907000 ns, racy<=15000 ns
13:20:46.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.454649000, lastModified=2022-06-07 13:20:46.453482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.454649000, lastModified=2022-06-07 13:20:46.453482000, delta=1167000 ns, racy<=15000 ns
13:20:46.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.454880000, lastModified=2022-06-07 13:20:46.453482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.453482000 to 2022-06-07 13:20:46.454482000
13:20:46.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.455139000, lastModified=2022-06-07 13:20:46.454482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.455139000, lastModified=2022-06-07 13:20:46.454482000, delta=657000 ns, racy<=15000 ns
13:20:46.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.455366000, lastModified=2022-06-07 13:20:46.454482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.455366000, lastModified=2022-06-07 13:20:46.454482000, delta=884000 ns, racy<=15000 ns
13:20:46.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.455583000, lastModified=2022-06-07 13:20:46.454482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.455583000, lastModified=2022-06-07 13:20:46.454482000, delta=1101000 ns, racy<=15000 ns
13:20:46.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.455836000, lastModified=2022-06-07 13:20:46.454482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.455836000, lastModified=2022-06-07 13:20:46.454482000, delta=1354000 ns, racy<=15000 ns
13:20:46.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.456093000, lastModified=2022-06-07 13:20:46.455482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.456093000, lastModified=2022-06-07 13:20:46.455482000, delta=611000 ns, racy<=15000 ns
13:20:46.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.456360000, lastModified=2022-06-07 13:20:46.455482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.456360000, lastModified=2022-06-07 13:20:46.455482000, delta=878000 ns, racy<=15000 ns
13:20:46.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.456587000, lastModified=2022-06-07 13:20:46.455482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.456587000, lastModified=2022-06-07 13:20:46.455482000, delta=1105000 ns, racy<=15000 ns
13:20:46.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.456815000, lastModified=2022-06-07 13:20:46.455482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.456815000, lastModified=2022-06-07 13:20:46.455482000, delta=1333000 ns, racy<=15000 ns
13:20:46.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.459664000, lastModified=2022-06-07 13:20:46.458482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.459664000, lastModified=2022-06-07 13:20:46.458482000, delta=1182000 ns, racy<=15000 ns
13:20:46.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.459972000, lastModified=2022-06-07 13:20:46.458482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.458482000 to 2022-06-07 13:20:46.459482000
13:20:46.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.460210000, lastModified=2022-06-07 13:20:46.459482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.460210000, lastModified=2022-06-07 13:20:46.459482000, delta=728000 ns, racy<=15000 ns
13:20:46.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.460428000, lastModified=2022-06-07 13:20:46.459482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.460428000, lastModified=2022-06-07 13:20:46.459482000, delta=946000 ns, racy<=15000 ns
13:20:46.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.460656000, lastModified=2022-06-07 13:20:46.459482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.460656000, lastModified=2022-06-07 13:20:46.459482000, delta=1174000 ns, racy<=15000 ns
13:20:46.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.460878000, lastModified=2022-06-07 13:20:46.459482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.459482000 to 2022-06-07 13:20:46.460482000
13:20:46.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.461126000, lastModified=2022-06-07 13:20:46.460482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.461126000, lastModified=2022-06-07 13:20:46.460482000, delta=644000 ns, racy<=15000 ns
13:20:46.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.461347000, lastModified=2022-06-07 13:20:46.460482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.461347000, lastModified=2022-06-07 13:20:46.460482000, delta=865000 ns, racy<=15000 ns
13:20:46.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.461566000, lastModified=2022-06-07 13:20:46.460482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.461566000, lastModified=2022-06-07 13:20:46.460482000, delta=1084000 ns, racy<=15000 ns
13:20:46.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.461779000, lastModified=2022-06-07 13:20:46.460482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.461779000, lastModified=2022-06-07 13:20:46.460482000, delta=1297000 ns, racy<=15000 ns
13:20:46.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.462005000, lastModified=2022-06-07 13:20:46.461482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.462005000, lastModified=2022-06-07 13:20:46.461482000, delta=523000 ns, racy<=15000 ns
13:20:46.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.462245000, lastModified=2022-06-07 13:20:46.461482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.462245000, lastModified=2022-06-07 13:20:46.461482000, delta=763000 ns, racy<=15000 ns
13:20:46.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.465300000, lastModified=2022-06-07 13:20:46.461482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.461482000 to 2022-06-07 13:20:46.464482000
13:20:46.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.465554000, lastModified=2022-06-07 13:20:46.464482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.465554000, lastModified=2022-06-07 13:20:46.464482000, delta=1072000 ns, racy<=15000 ns
13:20:46.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.465769000, lastModified=2022-06-07 13:20:46.464482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.465769000, lastModified=2022-06-07 13:20:46.464482000, delta=1287000 ns, racy<=15000 ns
13:20:46.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.465999000, lastModified=2022-06-07 13:20:46.465482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.465999000, lastModified=2022-06-07 13:20:46.465482000, delta=517000 ns, racy<=15000 ns
13:20:46.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.466232000, lastModified=2022-06-07 13:20:46.465482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.466232000, lastModified=2022-06-07 13:20:46.465482000, delta=750000 ns, racy<=15000 ns
13:20:46.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.466446000, lastModified=2022-06-07 13:20:46.465482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.466446000, lastModified=2022-06-07 13:20:46.465482000, delta=964000 ns, racy<=15000 ns
13:20:46.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.466657000, lastModified=2022-06-07 13:20:46.465482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.466657000, lastModified=2022-06-07 13:20:46.465482000, delta=1175000 ns, racy<=15000 ns
13:20:46.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.466896000, lastModified=2022-06-07 13:20:46.465482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.465482000 to 2022-06-07 13:20:46.466482000
13:20:46.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.467135000, lastModified=2022-06-07 13:20:46.466482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.467135000, lastModified=2022-06-07 13:20:46.466482000, delta=653000 ns, racy<=15000 ns
13:20:46.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.467366000, lastModified=2022-06-07 13:20:46.466482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.467366000, lastModified=2022-06-07 13:20:46.466482000, delta=884000 ns, racy<=15000 ns
13:20:46.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.467595000, lastModified=2022-06-07 13:20:46.466482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.467595000, lastModified=2022-06-07 13:20:46.466482000, delta=1113000 ns, racy<=15000 ns
13:20:46.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.467832000, lastModified=2022-06-07 13:20:46.466482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.467832000, lastModified=2022-06-07 13:20:46.466482000, delta=1350000 ns, racy<=15000 ns
13:20:46.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.468051000, lastModified=2022-06-07 13:20:46.467482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.468051000, lastModified=2022-06-07 13:20:46.467482000, delta=569000 ns, racy<=15000 ns
13:20:46.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.470167000, lastModified=2022-06-07 13:20:46.469482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.470167000, lastModified=2022-06-07 13:20:46.469482000, delta=685000 ns, racy<=15000 ns
13:20:46.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.470384000, lastModified=2022-06-07 13:20:46.469482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.470384000, lastModified=2022-06-07 13:20:46.469482000, delta=902000 ns, racy<=15000 ns
13:20:46.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.470638000, lastModified=2022-06-07 13:20:46.469482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.470638000, lastModified=2022-06-07 13:20:46.469482000, delta=1156000 ns, racy<=15000 ns
13:20:46.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.470851000, lastModified=2022-06-07 13:20:46.469482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.470851000, lastModified=2022-06-07 13:20:46.469482000, delta=1369000 ns, racy<=15000 ns
13:20:46.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.512130000, lastModified=2022-06-07 13:20:46.470482000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.470482000 to 2022-06-07 13:20:46.511483000
13:20:46.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.512515000, lastModified=2022-06-07 13:20:46.511483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.512515000, lastModified=2022-06-07 13:20:46.511483000, delta=1032000 ns, racy<=15000 ns
13:20:46.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.512776000, lastModified=2022-06-07 13:20:46.511483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.512776000, lastModified=2022-06-07 13:20:46.511483000, delta=1293000 ns, racy<=15000 ns
13:20:46.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.513027000, lastModified=2022-06-07 13:20:46.512483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.513027000, lastModified=2022-06-07 13:20:46.512483000, delta=544000 ns, racy<=15000 ns
13:20:46.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.513403000, lastModified=2022-06-07 13:20:46.512483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.513403000, lastModified=2022-06-07 13:20:46.512483000, delta=920000 ns, racy<=15000 ns
13:20:46.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.513648000, lastModified=2022-06-07 13:20:46.512483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.513648000, lastModified=2022-06-07 13:20:46.512483000, delta=1165000 ns, racy<=15000 ns
13:20:46.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.513920000, lastModified=2022-06-07 13:20:46.512483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.512483000 to 2022-06-07 13:20:46.513483000
13:20:46.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.514168000, lastModified=2022-06-07 13:20:46.513483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.514168000, lastModified=2022-06-07 13:20:46.513483000, delta=685000 ns, racy<=15000 ns
13:20:46.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.516815000, lastModified=2022-06-07 13:20:46.513483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.513483000 to 2022-06-07 13:20:46.515483000
13:20:46.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.517073000, lastModified=2022-06-07 13:20:46.516483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.517073000, lastModified=2022-06-07 13:20:46.516483000, delta=590000 ns, racy<=15000 ns
13:20:46.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.517306000, lastModified=2022-06-07 13:20:46.516483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.517306000, lastModified=2022-06-07 13:20:46.516483000, delta=823000 ns, racy<=15000 ns
13:20:46.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.517519000, lastModified=2022-06-07 13:20:46.516483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.517519000, lastModified=2022-06-07 13:20:46.516483000, delta=1036000 ns, racy<=15000 ns
13:20:46.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.517731000, lastModified=2022-06-07 13:20:46.516483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.517731000, lastModified=2022-06-07 13:20:46.516483000, delta=1248000 ns, racy<=15000 ns
13:20:46.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.517956000, lastModified=2022-06-07 13:20:46.516483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.516483000 to 2022-06-07 13:20:46.517483000
13:20:46.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.518170000, lastModified=2022-06-07 13:20:46.517483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.518170000, lastModified=2022-06-07 13:20:46.517483000, delta=687000 ns, racy<=15000 ns
13:20:46.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.518387000, lastModified=2022-06-07 13:20:46.517483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.518387000, lastModified=2022-06-07 13:20:46.517483000, delta=904000 ns, racy<=15000 ns
13:20:46.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.518597000, lastModified=2022-06-07 13:20:46.517483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.518597000, lastModified=2022-06-07 13:20:46.517483000, delta=1114000 ns, racy<=15000 ns
13:20:46.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.518806000, lastModified=2022-06-07 13:20:46.517483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.518806000, lastModified=2022-06-07 13:20:46.517483000, delta=1323000 ns, racy<=15000 ns
13:20:46.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.519030000, lastModified=2022-06-07 13:20:46.518483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.519030000, lastModified=2022-06-07 13:20:46.518483000, delta=547000 ns, racy<=15000 ns
13:20:46.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.519258000, lastModified=2022-06-07 13:20:46.518483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.519258000, lastModified=2022-06-07 13:20:46.518483000, delta=775000 ns, racy<=15000 ns
13:20:46.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.519473000, lastModified=2022-06-07 13:20:46.518483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.519473000, lastModified=2022-06-07 13:20:46.518483000, delta=990000 ns, racy<=15000 ns
13:20:46.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.522073000, lastModified=2022-06-07 13:20:46.521483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.522073000, lastModified=2022-06-07 13:20:46.521483000, delta=590000 ns, racy<=15000 ns
13:20:46.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.522306000, lastModified=2022-06-07 13:20:46.521483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.522306000, lastModified=2022-06-07 13:20:46.521483000, delta=823000 ns, racy<=15000 ns
13:20:46.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.522532000, lastModified=2022-06-07 13:20:46.521483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.522532000, lastModified=2022-06-07 13:20:46.521483000, delta=1049000 ns, racy<=15000 ns
13:20:46.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.522752000, lastModified=2022-06-07 13:20:46.521483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.522752000, lastModified=2022-06-07 13:20:46.521483000, delta=1269000 ns, racy<=15000 ns
13:20:46.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.522977000, lastModified=2022-06-07 13:20:46.521483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.521483000 to 2022-06-07 13:20:46.522483000
13:20:46.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.523199000, lastModified=2022-06-07 13:20:46.522483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.523199000, lastModified=2022-06-07 13:20:46.522483000, delta=716000 ns, racy<=15000 ns
13:20:46.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.523414000, lastModified=2022-06-07 13:20:46.522483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.523414000, lastModified=2022-06-07 13:20:46.522483000, delta=931000 ns, racy<=15000 ns
13:20:46.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.523631000, lastModified=2022-06-07 13:20:46.522483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.523631000, lastModified=2022-06-07 13:20:46.522483000, delta=1148000 ns, racy<=15000 ns
13:20:46.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.523844000, lastModified=2022-06-07 13:20:46.522483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.523844000, lastModified=2022-06-07 13:20:46.522483000, delta=1361000 ns, racy<=15000 ns
13:20:46.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.524099000, lastModified=2022-06-07 13:20:46.523483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.524099000, lastModified=2022-06-07 13:20:46.523483000, delta=616000 ns, racy<=15000 ns
13:20:46.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.524318000, lastModified=2022-06-07 13:20:46.523483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.524318000, lastModified=2022-06-07 13:20:46.523483000, delta=835000 ns, racy<=15000 ns
13:20:46.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.524533000, lastModified=2022-06-07 13:20:46.523483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.524533000, lastModified=2022-06-07 13:20:46.523483000, delta=1050000 ns, racy<=15000 ns
13:20:46.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.527678000, lastModified=2022-06-07 13:20:46.523483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.523483000 to 2022-06-07 13:20:46.526483000
13:20:46.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.527908000, lastModified=2022-06-07 13:20:46.526483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.526483000 to 2022-06-07 13:20:46.527483000
13:20:46.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.528130000, lastModified=2022-06-07 13:20:46.527483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.528130000, lastModified=2022-06-07 13:20:46.527483000, delta=647000 ns, racy<=15000 ns
13:20:46.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.528345000, lastModified=2022-06-07 13:20:46.527483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.528345000, lastModified=2022-06-07 13:20:46.527483000, delta=862000 ns, racy<=15000 ns
13:20:46.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.528565000, lastModified=2022-06-07 13:20:46.527483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.528565000, lastModified=2022-06-07 13:20:46.527483000, delta=1082000 ns, racy<=15000 ns
13:20:46.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.528787000, lastModified=2022-06-07 13:20:46.527483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.528787000, lastModified=2022-06-07 13:20:46.527483000, delta=1304000 ns, racy<=15000 ns
13:20:46.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.529008000, lastModified=2022-06-07 13:20:46.528483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.529008000, lastModified=2022-06-07 13:20:46.528483000, delta=525000 ns, racy<=15000 ns
13:20:46.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.529231000, lastModified=2022-06-07 13:20:46.528483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.529231000, lastModified=2022-06-07 13:20:46.528483000, delta=748000 ns, racy<=15000 ns
13:20:46.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.529445000, lastModified=2022-06-07 13:20:46.528483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.529445000, lastModified=2022-06-07 13:20:46.528483000, delta=962000 ns, racy<=15000 ns
13:20:46.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.529654000, lastModified=2022-06-07 13:20:46.528483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.529654000, lastModified=2022-06-07 13:20:46.528483000, delta=1171000 ns, racy<=15000 ns
13:20:46.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.529866000, lastModified=2022-06-07 13:20:46.528483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.528483000 to 2022-06-07 13:20:46.529483000
13:20:46.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.530086000, lastModified=2022-06-07 13:20:46.529483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.530086000, lastModified=2022-06-07 13:20:46.529483000, delta=603000 ns, racy<=15000 ns
13:20:46.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.530302000, lastModified=2022-06-07 13:20:46.529483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.530302000, lastModified=2022-06-07 13:20:46.529483000, delta=819000 ns, racy<=15000 ns
13:20:46.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.533594000, lastModified=2022-06-07 13:20:46.532483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.533594000, lastModified=2022-06-07 13:20:46.532483000, delta=1111000 ns, racy<=15000 ns
13:20:46.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.533819000, lastModified=2022-06-07 13:20:46.532483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.533819000, lastModified=2022-06-07 13:20:46.532483000, delta=1336000 ns, racy<=15000 ns
13:20:46.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.534061000, lastModified=2022-06-07 13:20:46.533483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.534061000, lastModified=2022-06-07 13:20:46.533483000, delta=578000 ns, racy<=15000 ns
13:20:46.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.534288000, lastModified=2022-06-07 13:20:46.533483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.534288000, lastModified=2022-06-07 13:20:46.533483000, delta=805000 ns, racy<=15000 ns
13:20:46.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.534497000, lastModified=2022-06-07 13:20:46.533483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.534497000, lastModified=2022-06-07 13:20:46.533483000, delta=1014000 ns, racy<=15000 ns
13:20:46.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.534711000, lastModified=2022-06-07 13:20:46.533483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.534711000, lastModified=2022-06-07 13:20:46.533483000, delta=1228000 ns, racy<=15000 ns
13:20:46.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.534915000, lastModified=2022-06-07 13:20:46.533483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.533483000 to 2022-06-07 13:20:46.534483000
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.535138000, lastModified=2022-06-07 13:20:46.534483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.535138000, lastModified=2022-06-07 13:20:46.534483000, delta=655000 ns, racy<=15000 ns
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.535348000, lastModified=2022-06-07 13:20:46.534483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.535348000, lastModified=2022-06-07 13:20:46.534483000, delta=865000 ns, racy<=15000 ns
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.535558000, lastModified=2022-06-07 13:20:46.534483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.535558000, lastModified=2022-06-07 13:20:46.534483000, delta=1075000 ns, racy<=15000 ns
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.535766000, lastModified=2022-06-07 13:20:46.534483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.535766000, lastModified=2022-06-07 13:20:46.534483000, delta=1283000 ns, racy<=15000 ns
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.535982000, lastModified=2022-06-07 13:20:46.535483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.535982000, lastModified=2022-06-07 13:20:46.535483000, delta=499000 ns, racy<=15000 ns
13:20:46.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.537994000, lastModified=2022-06-07 13:20:46.535483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.535483000 to 2022-06-07 13:20:46.537483000
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.538216000, lastModified=2022-06-07 13:20:46.537483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.538216000, lastModified=2022-06-07 13:20:46.537483000, delta=733000 ns, racy<=15000 ns
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.538427000, lastModified=2022-06-07 13:20:46.537483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.538427000, lastModified=2022-06-07 13:20:46.537483000, delta=944000 ns, racy<=15000 ns
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.538641000, lastModified=2022-06-07 13:20:46.537483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.538641000, lastModified=2022-06-07 13:20:46.537483000, delta=1158000 ns, racy<=15000 ns
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.538848000, lastModified=2022-06-07 13:20:46.537483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.538848000, lastModified=2022-06-07 13:20:46.537483000, delta=1365000 ns, racy<=15000 ns
13:20:46.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.539099000, lastModified=2022-06-07 13:20:46.538483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.539099000, lastModified=2022-06-07 13:20:46.538483000, delta=616000 ns, racy<=15000 ns
13:20:46.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.539324000, lastModified=2022-06-07 13:20:46.538483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.539324000, lastModified=2022-06-07 13:20:46.538483000, delta=841000 ns, racy<=15000 ns
13:20:46.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.539550000, lastModified=2022-06-07 13:20:46.538483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.539550000, lastModified=2022-06-07 13:20:46.538483000, delta=1067000 ns, racy<=15000 ns
13:20:46.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.539764000, lastModified=2022-06-07 13:20:46.538483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.539764000, lastModified=2022-06-07 13:20:46.538483000, delta=1281000 ns, racy<=15000 ns
13:20:46.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.540000000, lastModified=2022-06-07 13:20:46.539483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.540000000, lastModified=2022-06-07 13:20:46.539483000, delta=517000 ns, racy<=15000 ns
13:20:46.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.540233000, lastModified=2022-06-07 13:20:46.539483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.540233000, lastModified=2022-06-07 13:20:46.539483000, delta=750000 ns, racy<=15000 ns
13:20:46.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.540445000, lastModified=2022-06-07 13:20:46.539483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.540445000, lastModified=2022-06-07 13:20:46.539483000, delta=962000 ns, racy<=15000 ns
13:20:46.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.540655000, lastModified=2022-06-07 13:20:46.539483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.540655000, lastModified=2022-06-07 13:20:46.539483000, delta=1172000 ns, racy<=15000 ns
13:20:46.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.543358000, lastModified=2022-06-07 13:20:46.542483000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.543358000, lastModified=2022-06-07 13:20:46.542483000, delta=875000 ns, racy<=15000 ns
13:20:46.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.560581000, lastModified=2022-06-07 13:20:46.559484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.560581000, lastModified=2022-06-07 13:20:46.559484000, delta=1097000 ns, racy<=15000 ns
13:20:46.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.561075000, lastModified=2022-06-07 13:20:46.560484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.561075000, lastModified=2022-06-07 13:20:46.560484000, delta=591000 ns, racy<=15000 ns
13:20:46.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.561344000, lastModified=2022-06-07 13:20:46.560484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.561344000, lastModified=2022-06-07 13:20:46.560484000, delta=860000 ns, racy<=15000 ns
13:20:46.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.561570000, lastModified=2022-06-07 13:20:46.560484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.561570000, lastModified=2022-06-07 13:20:46.560484000, delta=1086000 ns, racy<=15000 ns
13:20:46.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.561793000, lastModified=2022-06-07 13:20:46.560484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.561793000, lastModified=2022-06-07 13:20:46.560484000, delta=1309000 ns, racy<=15000 ns
13:20:46.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.562024000, lastModified=2022-06-07 13:20:46.561484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.562024000, lastModified=2022-06-07 13:20:46.561484000, delta=540000 ns, racy<=15000 ns
13:20:46.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.562257000, lastModified=2022-06-07 13:20:46.561484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.562257000, lastModified=2022-06-07 13:20:46.561484000, delta=773000 ns, racy<=15000 ns
13:20:46.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.562473000, lastModified=2022-06-07 13:20:46.561484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.562473000, lastModified=2022-06-07 13:20:46.561484000, delta=989000 ns, racy<=15000 ns
13:20:46.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.562688000, lastModified=2022-06-07 13:20:46.561484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.562688000, lastModified=2022-06-07 13:20:46.561484000, delta=1204000 ns, racy<=15000 ns
13:20:46.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.562911000, lastModified=2022-06-07 13:20:46.561484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.561484000 to 2022-06-07 13:20:46.562484000
13:20:46.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.563143000, lastModified=2022-06-07 13:20:46.562484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.563143000, lastModified=2022-06-07 13:20:46.562484000, delta=659000 ns, racy<=15000 ns
13:20:46.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.566121000, lastModified=2022-06-07 13:20:46.562484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.562484000 to 2022-06-07 13:20:46.565484000
13:20:46.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.566394000, lastModified=2022-06-07 13:20:46.565484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.566394000, lastModified=2022-06-07 13:20:46.565484000, delta=910000 ns, racy<=15000 ns
13:20:46.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.566635000, lastModified=2022-06-07 13:20:46.565484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.566635000, lastModified=2022-06-07 13:20:46.565484000, delta=1151000 ns, racy<=15000 ns
13:20:46.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.566880000, lastModified=2022-06-07 13:20:46.565484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.565484000 to 2022-06-07 13:20:46.566484000
13:20:46.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.567121000, lastModified=2022-06-07 13:20:46.566484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.567121000, lastModified=2022-06-07 13:20:46.566484000, delta=637000 ns, racy<=15000 ns
13:20:46.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.567368000, lastModified=2022-06-07 13:20:46.566484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.567368000, lastModified=2022-06-07 13:20:46.566484000, delta=884000 ns, racy<=15000 ns
13:20:46.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.567606000, lastModified=2022-06-07 13:20:46.566484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.567606000, lastModified=2022-06-07 13:20:46.566484000, delta=1122000 ns, racy<=15000 ns
13:20:46.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.567825000, lastModified=2022-06-07 13:20:46.566484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.567825000, lastModified=2022-06-07 13:20:46.566484000, delta=1341000 ns, racy<=15000 ns
13:20:46.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.568052000, lastModified=2022-06-07 13:20:46.567484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.568052000, lastModified=2022-06-07 13:20:46.567484000, delta=568000 ns, racy<=15000 ns
13:20:46.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.568293000, lastModified=2022-06-07 13:20:46.567484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.568293000, lastModified=2022-06-07 13:20:46.567484000, delta=809000 ns, racy<=15000 ns
13:20:46.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.568508000, lastModified=2022-06-07 13:20:46.567484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.568508000, lastModified=2022-06-07 13:20:46.567484000, delta=1024000 ns, racy<=15000 ns
13:20:46.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.568722000, lastModified=2022-06-07 13:20:46.567484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.568722000, lastModified=2022-06-07 13:20:46.567484000, delta=1238000 ns, racy<=15000 ns
13:20:46.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.568947000, lastModified=2022-06-07 13:20:46.567484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.567484000 to 2022-06-07 13:20:46.568484000
13:20:46.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.573922000, lastModified=2022-06-07 13:20:46.572484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.572484000 to 2022-06-07 13:20:46.573484000
13:20:46.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.574168000, lastModified=2022-06-07 13:20:46.573484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.574168000, lastModified=2022-06-07 13:20:46.573484000, delta=684000 ns, racy<=15000 ns
13:20:46.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.574451000, lastModified=2022-06-07 13:20:46.573484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.574451000, lastModified=2022-06-07 13:20:46.573484000, delta=967000 ns, racy<=15000 ns
13:20:46.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.574686000, lastModified=2022-06-07 13:20:46.573484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.574686000, lastModified=2022-06-07 13:20:46.573484000, delta=1202000 ns, racy<=15000 ns
13:20:46.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.612076000, lastModified=2022-06-07 13:20:46.573484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.573484000 to 2022-06-07 13:20:46.611484000
13:20:46.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.612667000, lastModified=2022-06-07 13:20:46.611484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.612667000, lastModified=2022-06-07 13:20:46.611484000, delta=1183000 ns, racy<=15000 ns
13:20:46.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.612994000, lastModified=2022-06-07 13:20:46.612484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.612994000, lastModified=2022-06-07 13:20:46.612484000, delta=510000 ns, racy<=15000 ns
13:20:46.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.613303000, lastModified=2022-06-07 13:20:46.612484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.613303000, lastModified=2022-06-07 13:20:46.612484000, delta=819000 ns, racy<=15000 ns
13:20:46.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.613543000, lastModified=2022-06-07 13:20:46.612484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.613543000, lastModified=2022-06-07 13:20:46.612484000, delta=1059000 ns, racy<=15000 ns
13:20:46.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.613803000, lastModified=2022-06-07 13:20:46.612484000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.613803000, lastModified=2022-06-07 13:20:46.612484000, delta=1319000 ns, racy<=15000 ns
13:20:46.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.614070000, lastModified=2022-06-07 13:20:46.613485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.614070000, lastModified=2022-06-07 13:20:46.613485000, delta=585000 ns, racy<=15000 ns
13:20:46.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.614321000, lastModified=2022-06-07 13:20:46.613485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.614321000, lastModified=2022-06-07 13:20:46.613485000, delta=836000 ns, racy<=15000 ns
13:20:46.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.616471000, lastModified=2022-06-07 13:20:46.613485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.613485000 to 2022-06-07 13:20:46.615485000
13:20:46.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.616977000, lastModified=2022-06-07 13:20:46.615485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.615485000 to 2022-06-07 13:20:46.616485000
13:20:46.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.617266000, lastModified=2022-06-07 13:20:46.616485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.617266000, lastModified=2022-06-07 13:20:46.616485000, delta=781000 ns, racy<=15000 ns
13:20:46.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.617561000, lastModified=2022-06-07 13:20:46.616485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.617561000, lastModified=2022-06-07 13:20:46.616485000, delta=1076000 ns, racy<=15000 ns
13:20:46.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.617832000, lastModified=2022-06-07 13:20:46.616485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.617832000, lastModified=2022-06-07 13:20:46.616485000, delta=1347000 ns, racy<=15000 ns
13:20:46.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.618117000, lastModified=2022-06-07 13:20:46.617485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.618117000, lastModified=2022-06-07 13:20:46.617485000, delta=632000 ns, racy<=15000 ns
13:20:46.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.618394000, lastModified=2022-06-07 13:20:46.617485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.618394000, lastModified=2022-06-07 13:20:46.617485000, delta=909000 ns, racy<=15000 ns
13:20:46.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.618665000, lastModified=2022-06-07 13:20:46.617485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.618665000, lastModified=2022-06-07 13:20:46.617485000, delta=1180000 ns, racy<=15000 ns
13:20:46.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.618902000, lastModified=2022-06-07 13:20:46.617485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.617485000 to 2022-06-07 13:20:46.618485000
13:20:46.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.619180000, lastModified=2022-06-07 13:20:46.618485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.619180000, lastModified=2022-06-07 13:20:46.618485000, delta=695000 ns, racy<=15000 ns
13:20:46.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.619434000, lastModified=2022-06-07 13:20:46.618485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.619434000, lastModified=2022-06-07 13:20:46.618485000, delta=949000 ns, racy<=15000 ns
13:20:46.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.619706000, lastModified=2022-06-07 13:20:46.618485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.619706000, lastModified=2022-06-07 13:20:46.618485000, delta=1221000 ns, racy<=15000 ns
13:20:46.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.619966000, lastModified=2022-06-07 13:20:46.618485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.618485000 to 2022-06-07 13:20:46.619485000
13:20:46.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.622641000, lastModified=2022-06-07 13:20:46.621485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.622641000, lastModified=2022-06-07 13:20:46.621485000, delta=1156000 ns, racy<=15000 ns
13:20:46.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.622908000, lastModified=2022-06-07 13:20:46.621485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.621485000 to 2022-06-07 13:20:46.622485000
13:20:46.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.623154000, lastModified=2022-06-07 13:20:46.622485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.623154000, lastModified=2022-06-07 13:20:46.622485000, delta=669000 ns, racy<=15000 ns
13:20:46.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.623398000, lastModified=2022-06-07 13:20:46.622485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.623398000, lastModified=2022-06-07 13:20:46.622485000, delta=913000 ns, racy<=15000 ns
13:20:46.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.623637000, lastModified=2022-06-07 13:20:46.622485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.623637000, lastModified=2022-06-07 13:20:46.622485000, delta=1152000 ns, racy<=15000 ns
13:20:46.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.623877000, lastModified=2022-06-07 13:20:46.622485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.622485000 to 2022-06-07 13:20:46.623485000
13:20:46.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.624120000, lastModified=2022-06-07 13:20:46.623485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.624120000, lastModified=2022-06-07 13:20:46.623485000, delta=635000 ns, racy<=15000 ns
13:20:46.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.624362000, lastModified=2022-06-07 13:20:46.623485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.624362000, lastModified=2022-06-07 13:20:46.623485000, delta=877000 ns, racy<=15000 ns
13:20:46.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.624613000, lastModified=2022-06-07 13:20:46.623485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.624613000, lastModified=2022-06-07 13:20:46.623485000, delta=1128000 ns, racy<=15000 ns
13:20:46.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.624850000, lastModified=2022-06-07 13:20:46.623485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.624850000, lastModified=2022-06-07 13:20:46.623485000, delta=1365000 ns, racy<=15000 ns
13:20:46.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.625117000, lastModified=2022-06-07 13:20:46.624485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.625117000, lastModified=2022-06-07 13:20:46.624485000, delta=632000 ns, racy<=15000 ns
13:20:46.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.625447000, lastModified=2022-06-07 13:20:46.624485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.625447000, lastModified=2022-06-07 13:20:46.624485000, delta=962000 ns, racy<=15000 ns
13:20:46.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.628 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.628111000, lastModified=2022-06-07 13:20:46.624485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.628 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.624485000 to 2022-06-07 13:20:46.627485000
13:20:46.628 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.628381000, lastModified=2022-06-07 13:20:46.627485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.628 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.628381000, lastModified=2022-06-07 13:20:46.627485000, delta=896000 ns, racy<=15000 ns
13:20:46.628 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.628 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.628620000, lastModified=2022-06-07 13:20:46.627485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.628 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.628620000, lastModified=2022-06-07 13:20:46.627485000, delta=1135000 ns, racy<=15000 ns
13:20:46.628 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.628 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.628855000, lastModified=2022-06-07 13:20:46.627485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.628 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.627485000 to 2022-06-07 13:20:46.628485000
13:20:46.629 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.629081000, lastModified=2022-06-07 13:20:46.628485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.629 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.629081000, lastModified=2022-06-07 13:20:46.628485000, delta=596000 ns, racy<=15000 ns
13:20:46.629 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.629 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.629462000, lastModified=2022-06-07 13:20:46.628485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.629 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.629462000, lastModified=2022-06-07 13:20:46.628485000, delta=977000 ns, racy<=15000 ns
13:20:46.629 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.629 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.629708000, lastModified=2022-06-07 13:20:46.628485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.629 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.629708000, lastModified=2022-06-07 13:20:46.628485000, delta=1223000 ns, racy<=15000 ns
13:20:46.629 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.629984000, lastModified=2022-06-07 13:20:46.628485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.628485000 to 2022-06-07 13:20:46.629485000
13:20:46.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.630233000, lastModified=2022-06-07 13:20:46.629485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.630233000, lastModified=2022-06-07 13:20:46.629485000, delta=748000 ns, racy<=15000 ns
13:20:46.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.630502000, lastModified=2022-06-07 13:20:46.629485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.630502000, lastModified=2022-06-07 13:20:46.629485000, delta=1017000 ns, racy<=15000 ns
13:20:46.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.630742000, lastModified=2022-06-07 13:20:46.629485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.630742000, lastModified=2022-06-07 13:20:46.629485000, delta=1257000 ns, racy<=15000 ns
13:20:46.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.631042000, lastModified=2022-06-07 13:20:46.630485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.631042000, lastModified=2022-06-07 13:20:46.630485000, delta=557000 ns, racy<=15000 ns
13:20:46.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.631302000, lastModified=2022-06-07 13:20:46.630485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.634 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.631302000, lastModified=2022-06-07 13:20:46.630485000, delta=817000 ns, racy<=15000 ns
13:20:46.634 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.634 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.634740000, lastModified=2022-06-07 13:20:46.633485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.634 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.634740000, lastModified=2022-06-07 13:20:46.633485000, delta=1255000 ns, racy<=15000 ns
13:20:46.634 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.635 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.635260000, lastModified=2022-06-07 13:20:46.634485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.635 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.635260000, lastModified=2022-06-07 13:20:46.634485000, delta=775000 ns, racy<=15000 ns
13:20:46.635 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.635 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.635671000, lastModified=2022-06-07 13:20:46.634485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.635 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.635671000, lastModified=2022-06-07 13:20:46.634485000, delta=1186000 ns, racy<=15000 ns
13:20:46.635 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.635995000, lastModified=2022-06-07 13:20:46.635485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.635995000, lastModified=2022-06-07 13:20:46.635485000, delta=510000 ns, racy<=15000 ns
13:20:46.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.636406000, lastModified=2022-06-07 13:20:46.635485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.636406000, lastModified=2022-06-07 13:20:46.635485000, delta=921000 ns, racy<=15000 ns
13:20:46.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.636830000, lastModified=2022-06-07 13:20:46.635485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.635485000 to 2022-06-07 13:20:46.636485000
13:20:46.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.637177000, lastModified=2022-06-07 13:20:46.636485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.637177000, lastModified=2022-06-07 13:20:46.636485000, delta=692000 ns, racy<=15000 ns
13:20:46.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.637468000, lastModified=2022-06-07 13:20:46.636485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.637468000, lastModified=2022-06-07 13:20:46.636485000, delta=983000 ns, racy<=15000 ns
13:20:46.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.637708000, lastModified=2022-06-07 13:20:46.636485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.637708000, lastModified=2022-06-07 13:20:46.636485000, delta=1223000 ns, racy<=15000 ns
13:20:46.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.637950000, lastModified=2022-06-07 13:20:46.636485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.636485000 to 2022-06-07 13:20:46.637485000
13:20:46.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.638186000, lastModified=2022-06-07 13:20:46.637485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.638186000, lastModified=2022-06-07 13:20:46.637485000, delta=701000 ns, racy<=15000 ns
13:20:46.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.638423000, lastModified=2022-06-07 13:20:46.637485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.638423000, lastModified=2022-06-07 13:20:46.637485000, delta=938000 ns, racy<=15000 ns
13:20:46.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.641114000, lastModified=2022-06-07 13:20:46.637485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.637485000 to 2022-06-07 13:20:46.640485000
13:20:46.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.641349000, lastModified=2022-06-07 13:20:46.640485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.641349000, lastModified=2022-06-07 13:20:46.640485000, delta=864000 ns, racy<=15000 ns
13:20:46.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.641581000, lastModified=2022-06-07 13:20:46.640485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.641581000, lastModified=2022-06-07 13:20:46.640485000, delta=1096000 ns, racy<=15000 ns
13:20:46.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.641822000, lastModified=2022-06-07 13:20:46.640485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.641822000, lastModified=2022-06-07 13:20:46.640485000, delta=1337000 ns, racy<=15000 ns
13:20:46.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.642053000, lastModified=2022-06-07 13:20:46.641485000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.642053000, lastModified=2022-06-07 13:20:46.641485000, delta=568000 ns, racy<=15000 ns
13:20:46.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.712518000, lastModified=2022-06-07 13:20:46.711486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.712518000, lastModified=2022-06-07 13:20:46.711486000, delta=1032000 ns, racy<=15000 ns
13:20:46.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.712807000, lastModified=2022-06-07 13:20:46.711486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.712807000, lastModified=2022-06-07 13:20:46.711486000, delta=1321000 ns, racy<=15000 ns
13:20:46.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.713078000, lastModified=2022-06-07 13:20:46.712486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.713078000, lastModified=2022-06-07 13:20:46.712486000, delta=592000 ns, racy<=15000 ns
13:20:46.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.713332000, lastModified=2022-06-07 13:20:46.712486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.713332000, lastModified=2022-06-07 13:20:46.712486000, delta=846000 ns, racy<=15000 ns
13:20:46.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.713555000, lastModified=2022-06-07 13:20:46.712486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.713555000, lastModified=2022-06-07 13:20:46.712486000, delta=1069000 ns, racy<=15000 ns
13:20:46.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.713777000, lastModified=2022-06-07 13:20:46.712486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.713777000, lastModified=2022-06-07 13:20:46.712486000, delta=1291000 ns, racy<=15000 ns
13:20:46.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.714038000, lastModified=2022-06-07 13:20:46.713486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.714038000, lastModified=2022-06-07 13:20:46.713486000, delta=552000 ns, racy<=15000 ns
13:20:46.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.714280000, lastModified=2022-06-07 13:20:46.713486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.716 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.714280000, lastModified=2022-06-07 13:20:46.713486000, delta=794000 ns, racy<=15000 ns
13:20:46.716 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.716 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.716652000, lastModified=2022-06-07 13:20:46.715486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.716 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.716652000, lastModified=2022-06-07 13:20:46.715486000, delta=1166000 ns, racy<=15000 ns
13:20:46.716 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.716 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.716881000, lastModified=2022-06-07 13:20:46.715486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.715486000 to 2022-06-07 13:20:46.716486000
13:20:46.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.717107000, lastModified=2022-06-07 13:20:46.716486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.717107000, lastModified=2022-06-07 13:20:46.716486000, delta=621000 ns, racy<=15000 ns
13:20:46.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.717331000, lastModified=2022-06-07 13:20:46.716486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.717331000, lastModified=2022-06-07 13:20:46.716486000, delta=845000 ns, racy<=15000 ns
13:20:46.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.717550000, lastModified=2022-06-07 13:20:46.716486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.717550000, lastModified=2022-06-07 13:20:46.716486000, delta=1064000 ns, racy<=15000 ns
13:20:46.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.717777000, lastModified=2022-06-07 13:20:46.716486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.717777000, lastModified=2022-06-07 13:20:46.716486000, delta=1291000 ns, racy<=15000 ns
13:20:46.717 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.717998000, lastModified=2022-06-07 13:20:46.717486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.717998000, lastModified=2022-06-07 13:20:46.717486000, delta=512000 ns, racy<=15000 ns
13:20:46.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.718234000, lastModified=2022-06-07 13:20:46.717486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.718234000, lastModified=2022-06-07 13:20:46.717486000, delta=748000 ns, racy<=15000 ns
13:20:46.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.718455000, lastModified=2022-06-07 13:20:46.717486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.718455000, lastModified=2022-06-07 13:20:46.717486000, delta=969000 ns, racy<=15000 ns
13:20:46.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.718671000, lastModified=2022-06-07 13:20:46.717486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.718671000, lastModified=2022-06-07 13:20:46.717486000, delta=1185000 ns, racy<=15000 ns
13:20:46.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.718894000, lastModified=2022-06-07 13:20:46.717486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.717486000 to 2022-06-07 13:20:46.718486000
13:20:46.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.719119000, lastModified=2022-06-07 13:20:46.718486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.719119000, lastModified=2022-06-07 13:20:46.718486000, delta=633000 ns, racy<=15000 ns
13:20:46.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.721 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.721738000, lastModified=2022-06-07 13:20:46.718486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.721 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.718486000 to 2022-06-07 13:20:46.720486000
13:20:46.721 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.721975000, lastModified=2022-06-07 13:20:46.720486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.720486000 to 2022-06-07 13:20:46.721486000
13:20:46.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.722190000, lastModified=2022-06-07 13:20:46.721486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.722190000, lastModified=2022-06-07 13:20:46.721486000, delta=704000 ns, racy<=15000 ns
13:20:46.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.722412000, lastModified=2022-06-07 13:20:46.721486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.722412000, lastModified=2022-06-07 13:20:46.721486000, delta=926000 ns, racy<=15000 ns
13:20:46.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.722633000, lastModified=2022-06-07 13:20:46.721486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.722633000, lastModified=2022-06-07 13:20:46.721486000, delta=1147000 ns, racy<=15000 ns
13:20:46.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.722853000, lastModified=2022-06-07 13:20:46.721486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.722 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.722853000, lastModified=2022-06-07 13:20:46.721486000, delta=1367000 ns, racy<=15000 ns
13:20:46.723 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.723 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.723100000, lastModified=2022-06-07 13:20:46.722486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.723 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.723100000, lastModified=2022-06-07 13:20:46.722486000, delta=614000 ns, racy<=15000 ns
13:20:46.723 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.723 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.723324000, lastModified=2022-06-07 13:20:46.722486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.723 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.723324000, lastModified=2022-06-07 13:20:46.722486000, delta=838000 ns, racy<=15000 ns
13:20:46.723 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.723 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.723549000, lastModified=2022-06-07 13:20:46.722486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.723 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.723549000, lastModified=2022-06-07 13:20:46.722486000, delta=1063000 ns, racy<=15000 ns
13:20:46.723 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.723 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.723809000, lastModified=2022-06-07 13:20:46.722486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.723 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.723809000, lastModified=2022-06-07 13:20:46.722486000, delta=1323000 ns, racy<=15000 ns
13:20:46.723 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.724 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.724059000, lastModified=2022-06-07 13:20:46.723486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.724 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.724059000, lastModified=2022-06-07 13:20:46.723486000, delta=573000 ns, racy<=15000 ns
13:20:46.724 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.724 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.724300000, lastModified=2022-06-07 13:20:46.723486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.724 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.724300000, lastModified=2022-06-07 13:20:46.723486000, delta=814000 ns, racy<=15000 ns
13:20:46.724 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.724 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.724518000, lastModified=2022-06-07 13:20:46.723486000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.724518000, lastModified=2022-06-07 13:20:46.723486000, delta=1032000 ns, racy<=15000 ns
13:20:46.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.757431000, lastModified=2022-06-07 13:20:46.756487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.757431000, lastModified=2022-06-07 13:20:46.756487000, delta=944000 ns, racy<=15000 ns
13:20:46.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.757777000, lastModified=2022-06-07 13:20:46.756487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.757777000, lastModified=2022-06-07 13:20:46.756487000, delta=1290000 ns, racy<=15000 ns
13:20:46.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.758021000, lastModified=2022-06-07 13:20:46.757487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.758021000, lastModified=2022-06-07 13:20:46.757487000, delta=534000 ns, racy<=15000 ns
13:20:46.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.758263000, lastModified=2022-06-07 13:20:46.757487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.758263000, lastModified=2022-06-07 13:20:46.757487000, delta=776000 ns, racy<=15000 ns
13:20:46.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.758478000, lastModified=2022-06-07 13:20:46.757487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.758478000, lastModified=2022-06-07 13:20:46.757487000, delta=991000 ns, racy<=15000 ns
13:20:46.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.758697000, lastModified=2022-06-07 13:20:46.757487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.758697000, lastModified=2022-06-07 13:20:46.757487000, delta=1210000 ns, racy<=15000 ns
13:20:46.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.758906000, lastModified=2022-06-07 13:20:46.757487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.757487000 to 2022-06-07 13:20:46.758487000
13:20:46.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.759137000, lastModified=2022-06-07 13:20:46.758487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.759137000, lastModified=2022-06-07 13:20:46.758487000, delta=650000 ns, racy<=15000 ns
13:20:46.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.759351000, lastModified=2022-06-07 13:20:46.758487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.759351000, lastModified=2022-06-07 13:20:46.758487000, delta=864000 ns, racy<=15000 ns
13:20:46.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.759562000, lastModified=2022-06-07 13:20:46.758487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.759562000, lastModified=2022-06-07 13:20:46.758487000, delta=1075000 ns, racy<=15000 ns
13:20:46.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.759777000, lastModified=2022-06-07 13:20:46.758487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.759777000, lastModified=2022-06-07 13:20:46.758487000, delta=1290000 ns, racy<=15000 ns
13:20:46.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.759997000, lastModified=2022-06-07 13:20:46.759487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.759997000, lastModified=2022-06-07 13:20:46.759487000, delta=510000 ns, racy<=15000 ns
13:20:46.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.763617000, lastModified=2022-06-07 13:20:46.759487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.759487000 to 2022-06-07 13:20:46.762487000
13:20:46.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.763889000, lastModified=2022-06-07 13:20:46.762487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.762487000 to 2022-06-07 13:20:46.763487000
13:20:46.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.764123000, lastModified=2022-06-07 13:20:46.763487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.764123000, lastModified=2022-06-07 13:20:46.763487000, delta=636000 ns, racy<=15000 ns
13:20:46.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.764350000, lastModified=2022-06-07 13:20:46.763487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.764350000, lastModified=2022-06-07 13:20:46.763487000, delta=863000 ns, racy<=15000 ns
13:20:46.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.764563000, lastModified=2022-06-07 13:20:46.763487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.764563000, lastModified=2022-06-07 13:20:46.763487000, delta=1076000 ns, racy<=15000 ns
13:20:46.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.764777000, lastModified=2022-06-07 13:20:46.763487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.764777000, lastModified=2022-06-07 13:20:46.763487000, delta=1290000 ns, racy<=15000 ns
13:20:46.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.765003000, lastModified=2022-06-07 13:20:46.764487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.765003000, lastModified=2022-06-07 13:20:46.764487000, delta=516000 ns, racy<=15000 ns
13:20:46.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.765266000, lastModified=2022-06-07 13:20:46.764487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.765266000, lastModified=2022-06-07 13:20:46.764487000, delta=779000 ns, racy<=15000 ns
13:20:46.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.765491000, lastModified=2022-06-07 13:20:46.764487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.765491000, lastModified=2022-06-07 13:20:46.764487000, delta=1004000 ns, racy<=15000 ns
13:20:46.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.765705000, lastModified=2022-06-07 13:20:46.764487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.765705000, lastModified=2022-06-07 13:20:46.764487000, delta=1218000 ns, racy<=15000 ns
13:20:46.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.765918000, lastModified=2022-06-07 13:20:46.764487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.764487000 to 2022-06-07 13:20:46.765487000
13:20:46.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.766135000, lastModified=2022-06-07 13:20:46.765487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.766135000, lastModified=2022-06-07 13:20:46.765487000, delta=648000 ns, racy<=15000 ns
13:20:46.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.766351000, lastModified=2022-06-07 13:20:46.765487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.766351000, lastModified=2022-06-07 13:20:46.765487000, delta=864000 ns, racy<=15000 ns
13:20:46.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.768375000, lastModified=2022-06-07 13:20:46.767487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.768375000, lastModified=2022-06-07 13:20:46.767487000, delta=888000 ns, racy<=15000 ns
13:20:46.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.768600000, lastModified=2022-06-07 13:20:46.767487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.768600000, lastModified=2022-06-07 13:20:46.767487000, delta=1113000 ns, racy<=15000 ns
13:20:46.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.768818000, lastModified=2022-06-07 13:20:46.767487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.768818000, lastModified=2022-06-07 13:20:46.767487000, delta=1331000 ns, racy<=15000 ns
13:20:46.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.769060000, lastModified=2022-06-07 13:20:46.768487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.769060000, lastModified=2022-06-07 13:20:46.768487000, delta=573000 ns, racy<=15000 ns
13:20:46.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.812179000, lastModified=2022-06-07 13:20:46.768487000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.768487000 to 2022-06-07 13:20:46.811488000
13:20:46.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.812744000, lastModified=2022-06-07 13:20:46.811488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.812744000, lastModified=2022-06-07 13:20:46.811488000, delta=1256000 ns, racy<=15000 ns
13:20:46.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.813021000, lastModified=2022-06-07 13:20:46.812488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.813021000, lastModified=2022-06-07 13:20:46.812488000, delta=533000 ns, racy<=15000 ns
13:20:46.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.813280000, lastModified=2022-06-07 13:20:46.812488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.813280000, lastModified=2022-06-07 13:20:46.812488000, delta=792000 ns, racy<=15000 ns
13:20:46.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.813529000, lastModified=2022-06-07 13:20:46.812488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.813529000, lastModified=2022-06-07 13:20:46.812488000, delta=1041000 ns, racy<=15000 ns
13:20:46.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.813750000, lastModified=2022-06-07 13:20:46.812488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.813750000, lastModified=2022-06-07 13:20:46.812488000, delta=1262000 ns, racy<=15000 ns
13:20:46.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.813979000, lastModified=2022-06-07 13:20:46.813488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.813979000, lastModified=2022-06-07 13:20:46.813488000, delta=491000 ns, racy<=15000 ns
13:20:46.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.814213000, lastModified=2022-06-07 13:20:46.813488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.814213000, lastModified=2022-06-07 13:20:46.813488000, delta=725000 ns, racy<=15000 ns
13:20:46.814 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.816900000, lastModified=2022-06-07 13:20:46.813488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.813488000 to 2022-06-07 13:20:46.816488000
13:20:46.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.817189000, lastModified=2022-06-07 13:20:46.816488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.817189000, lastModified=2022-06-07 13:20:46.816488000, delta=701000 ns, racy<=15000 ns
13:20:46.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.817410000, lastModified=2022-06-07 13:20:46.816488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.817410000, lastModified=2022-06-07 13:20:46.816488000, delta=922000 ns, racy<=15000 ns
13:20:46.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.817628000, lastModified=2022-06-07 13:20:46.816488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.817628000, lastModified=2022-06-07 13:20:46.816488000, delta=1140000 ns, racy<=15000 ns
13:20:46.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.817844000, lastModified=2022-06-07 13:20:46.816488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.817844000, lastModified=2022-06-07 13:20:46.816488000, delta=1356000 ns, racy<=15000 ns
13:20:46.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.818097000, lastModified=2022-06-07 13:20:46.817488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.818097000, lastModified=2022-06-07 13:20:46.817488000, delta=609000 ns, racy<=15000 ns
13:20:46.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.818320000, lastModified=2022-06-07 13:20:46.817488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.818320000, lastModified=2022-06-07 13:20:46.817488000, delta=832000 ns, racy<=15000 ns
13:20:46.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.818575000, lastModified=2022-06-07 13:20:46.817488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.818575000, lastModified=2022-06-07 13:20:46.817488000, delta=1087000 ns, racy<=15000 ns
13:20:46.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.818811000, lastModified=2022-06-07 13:20:46.817488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.818811000, lastModified=2022-06-07 13:20:46.817488000, delta=1323000 ns, racy<=15000 ns
13:20:46.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.819060000, lastModified=2022-06-07 13:20:46.818488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.819060000, lastModified=2022-06-07 13:20:46.818488000, delta=572000 ns, racy<=15000 ns
13:20:46.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.819307000, lastModified=2022-06-07 13:20:46.818488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.819307000, lastModified=2022-06-07 13:20:46.818488000, delta=819000 ns, racy<=15000 ns
13:20:46.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.819540000, lastModified=2022-06-07 13:20:46.818488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.819540000, lastModified=2022-06-07 13:20:46.818488000, delta=1052000 ns, racy<=15000 ns
13:20:46.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.819769000, lastModified=2022-06-07 13:20:46.818488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.819769000, lastModified=2022-06-07 13:20:46.818488000, delta=1281000 ns, racy<=15000 ns
13:20:46.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.822917000, lastModified=2022-06-07 13:20:46.821488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.821488000 to 2022-06-07 13:20:46.822488000
13:20:46.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.823139000, lastModified=2022-06-07 13:20:46.822488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.823139000, lastModified=2022-06-07 13:20:46.822488000, delta=651000 ns, racy<=15000 ns
13:20:46.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.823354000, lastModified=2022-06-07 13:20:46.822488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.823354000, lastModified=2022-06-07 13:20:46.822488000, delta=866000 ns, racy<=15000 ns
13:20:46.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.823568000, lastModified=2022-06-07 13:20:46.822488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.823568000, lastModified=2022-06-07 13:20:46.822488000, delta=1080000 ns, racy<=15000 ns
13:20:46.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.823781000, lastModified=2022-06-07 13:20:46.822488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.823781000, lastModified=2022-06-07 13:20:46.822488000, delta=1293000 ns, racy<=15000 ns
13:20:46.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.824006000, lastModified=2022-06-07 13:20:46.823488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.824006000, lastModified=2022-06-07 13:20:46.823488000, delta=518000 ns, racy<=15000 ns
13:20:46.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.824247000, lastModified=2022-06-07 13:20:46.823488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.824247000, lastModified=2022-06-07 13:20:46.823488000, delta=759000 ns, racy<=15000 ns
13:20:46.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.824458000, lastModified=2022-06-07 13:20:46.823488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.824458000, lastModified=2022-06-07 13:20:46.823488000, delta=970000 ns, racy<=15000 ns
13:20:46.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.824667000, lastModified=2022-06-07 13:20:46.823488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.824667000, lastModified=2022-06-07 13:20:46.823488000, delta=1179000 ns, racy<=15000 ns
13:20:46.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.824 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.824892000, lastModified=2022-06-07 13:20:46.823488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.823488000 to 2022-06-07 13:20:46.824488000
13:20:46.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.825144000, lastModified=2022-06-07 13:20:46.824488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.825144000, lastModified=2022-06-07 13:20:46.824488000, delta=656000 ns, racy<=15000 ns
13:20:46.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.825381000, lastModified=2022-06-07 13:20:46.824488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.825381000, lastModified=2022-06-07 13:20:46.824488000, delta=893000 ns, racy<=15000 ns
13:20:46.825 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.828580000, lastModified=2022-06-07 13:20:46.824488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.824488000 to 2022-06-07 13:20:46.827488000
13:20:46.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.828864000, lastModified=2022-06-07 13:20:46.827488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.827488000 to 2022-06-07 13:20:46.828488000
13:20:46.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.829117000, lastModified=2022-06-07 13:20:46.828488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.829117000, lastModified=2022-06-07 13:20:46.828488000, delta=629000 ns, racy<=15000 ns
13:20:46.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.829350000, lastModified=2022-06-07 13:20:46.828488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.829350000, lastModified=2022-06-07 13:20:46.828488000, delta=862000 ns, racy<=15000 ns
13:20:46.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.829582000, lastModified=2022-06-07 13:20:46.828488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.829582000, lastModified=2022-06-07 13:20:46.828488000, delta=1094000 ns, racy<=15000 ns
13:20:46.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.829823000, lastModified=2022-06-07 13:20:46.828488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.829823000, lastModified=2022-06-07 13:20:46.828488000, delta=1335000 ns, racy<=15000 ns
13:20:46.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.830051000, lastModified=2022-06-07 13:20:46.829488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.830051000, lastModified=2022-06-07 13:20:46.829488000, delta=563000 ns, racy<=15000 ns
13:20:46.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.830280000, lastModified=2022-06-07 13:20:46.829488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.830280000, lastModified=2022-06-07 13:20:46.829488000, delta=792000 ns, racy<=15000 ns
13:20:46.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.830498000, lastModified=2022-06-07 13:20:46.829488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.830498000, lastModified=2022-06-07 13:20:46.829488000, delta=1010000 ns, racy<=15000 ns
13:20:46.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.830713000, lastModified=2022-06-07 13:20:46.829488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.830713000, lastModified=2022-06-07 13:20:46.829488000, delta=1225000 ns, racy<=15000 ns
13:20:46.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.830 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.830933000, lastModified=2022-06-07 13:20:46.829488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.829488000 to 2022-06-07 13:20:46.830488000
13:20:46.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.831164000, lastModified=2022-06-07 13:20:46.830488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.831164000, lastModified=2022-06-07 13:20:46.830488000, delta=676000 ns, racy<=15000 ns
13:20:46.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.831383000, lastModified=2022-06-07 13:20:46.830488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.831383000, lastModified=2022-06-07 13:20:46.830488000, delta=895000 ns, racy<=15000 ns
13:20:46.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.833454000, lastModified=2022-06-07 13:20:46.832488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.833454000, lastModified=2022-06-07 13:20:46.832488000, delta=966000 ns, racy<=15000 ns
13:20:46.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.833689000, lastModified=2022-06-07 13:20:46.832488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.833689000, lastModified=2022-06-07 13:20:46.832488000, delta=1201000 ns, racy<=15000 ns
13:20:46.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.833901000, lastModified=2022-06-07 13:20:46.832488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.832488000 to 2022-06-07 13:20:46.833488000
13:20:46.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.834153000, lastModified=2022-06-07 13:20:46.833488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.834153000, lastModified=2022-06-07 13:20:46.833488000, delta=665000 ns, racy<=15000 ns
13:20:46.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.834383000, lastModified=2022-06-07 13:20:46.833488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.834383000, lastModified=2022-06-07 13:20:46.833488000, delta=895000 ns, racy<=15000 ns
13:20:46.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.834612000, lastModified=2022-06-07 13:20:46.833488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.834612000, lastModified=2022-06-07 13:20:46.833488000, delta=1124000 ns, racy<=15000 ns
13:20:46.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.834850000, lastModified=2022-06-07 13:20:46.833488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.834850000, lastModified=2022-06-07 13:20:46.833488000, delta=1362000 ns, racy<=15000 ns
13:20:46.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.835089000, lastModified=2022-06-07 13:20:46.834488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.835089000, lastModified=2022-06-07 13:20:46.834488000, delta=601000 ns, racy<=15000 ns
13:20:46.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.835320000, lastModified=2022-06-07 13:20:46.834488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.835320000, lastModified=2022-06-07 13:20:46.834488000, delta=832000 ns, racy<=15000 ns
13:20:46.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.835550000, lastModified=2022-06-07 13:20:46.834488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.835550000, lastModified=2022-06-07 13:20:46.834488000, delta=1062000 ns, racy<=15000 ns
13:20:46.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.835765000, lastModified=2022-06-07 13:20:46.834488000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.835765000, lastModified=2022-06-07 13:20:46.834488000, delta=1277000 ns, racy<=15000 ns
13:20:46.835 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.835997000, lastModified=2022-06-07 13:20:46.835489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.835997000, lastModified=2022-06-07 13:20:46.835489000, delta=508000 ns, racy<=15000 ns
13:20:46.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.838593000, lastModified=2022-06-07 13:20:46.835489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.835489000 to 2022-06-07 13:20:46.837489000
13:20:46.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.838818000, lastModified=2022-06-07 13:20:46.837489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.838818000, lastModified=2022-06-07 13:20:46.837489000, delta=1329000 ns, racy<=15000 ns
13:20:46.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.839063000, lastModified=2022-06-07 13:20:46.838489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.839063000, lastModified=2022-06-07 13:20:46.838489000, delta=574000 ns, racy<=15000 ns
13:20:46.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.839307000, lastModified=2022-06-07 13:20:46.838489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.839307000, lastModified=2022-06-07 13:20:46.838489000, delta=818000 ns, racy<=15000 ns
13:20:46.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.839572000, lastModified=2022-06-07 13:20:46.838489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.839572000, lastModified=2022-06-07 13:20:46.838489000, delta=1083000 ns, racy<=15000 ns
13:20:46.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.839790000, lastModified=2022-06-07 13:20:46.838489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.839790000, lastModified=2022-06-07 13:20:46.838489000, delta=1301000 ns, racy<=15000 ns
13:20:46.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.840166000, lastModified=2022-06-07 13:20:46.839489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.840166000, lastModified=2022-06-07 13:20:46.839489000, delta=677000 ns, racy<=15000 ns
13:20:46.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.840428000, lastModified=2022-06-07 13:20:46.839489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.840428000, lastModified=2022-06-07 13:20:46.839489000, delta=939000 ns, racy<=15000 ns
13:20:46.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.840677000, lastModified=2022-06-07 13:20:46.839489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.840677000, lastModified=2022-06-07 13:20:46.839489000, delta=1188000 ns, racy<=15000 ns
13:20:46.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.840901000, lastModified=2022-06-07 13:20:46.839489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.839489000 to 2022-06-07 13:20:46.840489000
13:20:46.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.841145000, lastModified=2022-06-07 13:20:46.840489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.841145000, lastModified=2022-06-07 13:20:46.840489000, delta=656000 ns, racy<=15000 ns
13:20:46.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.841460000, lastModified=2022-06-07 13:20:46.840489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.841460000, lastModified=2022-06-07 13:20:46.840489000, delta=971000 ns, racy<=15000 ns
13:20:46.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.841899000, lastModified=2022-06-07 13:20:46.840489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.840489000 to 2022-06-07 13:20:46.841489000
13:20:46.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.844690000, lastModified=2022-06-07 13:20:46.843489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.844690000, lastModified=2022-06-07 13:20:46.843489000, delta=1201000 ns, racy<=15000 ns
13:20:46.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.845009000, lastModified=2022-06-07 13:20:46.844489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.845009000, lastModified=2022-06-07 13:20:46.844489000, delta=520000 ns, racy<=15000 ns
13:20:46.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.845274000, lastModified=2022-06-07 13:20:46.844489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.845274000, lastModified=2022-06-07 13:20:46.844489000, delta=785000 ns, racy<=15000 ns
13:20:46.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.845527000, lastModified=2022-06-07 13:20:46.844489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.845527000, lastModified=2022-06-07 13:20:46.844489000, delta=1038000 ns, racy<=15000 ns
13:20:46.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.845789000, lastModified=2022-06-07 13:20:46.844489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.845789000, lastModified=2022-06-07 13:20:46.844489000, delta=1300000 ns, racy<=15000 ns
13:20:46.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.846039000, lastModified=2022-06-07 13:20:46.845489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.846039000, lastModified=2022-06-07 13:20:46.845489000, delta=550000 ns, racy<=15000 ns
13:20:46.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.846288000, lastModified=2022-06-07 13:20:46.845489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.846288000, lastModified=2022-06-07 13:20:46.845489000, delta=799000 ns, racy<=15000 ns
13:20:46.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.846511000, lastModified=2022-06-07 13:20:46.845489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.846511000, lastModified=2022-06-07 13:20:46.845489000, delta=1022000 ns, racy<=15000 ns
13:20:46.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.846735000, lastModified=2022-06-07 13:20:46.845489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.846735000, lastModified=2022-06-07 13:20:46.845489000, delta=1246000 ns, racy<=15000 ns
13:20:46.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.846966000, lastModified=2022-06-07 13:20:46.845489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.845489000 to 2022-06-07 13:20:46.846489000
13:20:46.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.847189000, lastModified=2022-06-07 13:20:46.846489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.847189000, lastModified=2022-06-07 13:20:46.846489000, delta=700000 ns, racy<=15000 ns
13:20:46.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.847460000, lastModified=2022-06-07 13:20:46.846489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.847460000, lastModified=2022-06-07 13:20:46.846489000, delta=971000 ns, racy<=15000 ns
13:20:46.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.850583000, lastModified=2022-06-07 13:20:46.846489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.846489000 to 2022-06-07 13:20:46.849489000
13:20:46.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.850870000, lastModified=2022-06-07 13:20:46.849489000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.849489000 to 2022-06-07 13:20:46.911490000
13:20:46.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.912607000, lastModified=2022-06-07 13:20:46.911490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.912607000, lastModified=2022-06-07 13:20:46.911490000, delta=1117000 ns, racy<=15000 ns
13:20:46.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.912930000, lastModified=2022-06-07 13:20:46.911490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.911490000 to 2022-06-07 13:20:46.912490000
13:20:46.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.913202000, lastModified=2022-06-07 13:20:46.912490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.913202000, lastModified=2022-06-07 13:20:46.912490000, delta=712000 ns, racy<=15000 ns
13:20:46.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.913470000, lastModified=2022-06-07 13:20:46.912490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.913470000, lastModified=2022-06-07 13:20:46.912490000, delta=980000 ns, racy<=15000 ns
13:20:46.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.913842000, lastModified=2022-06-07 13:20:46.912490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.912490000 to 2022-06-07 13:20:46.913490000
13:20:46.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.914250000, lastModified=2022-06-07 13:20:46.913490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.914250000, lastModified=2022-06-07 13:20:46.913490000, delta=760000 ns, racy<=15000 ns
13:20:46.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.914616000, lastModified=2022-06-07 13:20:46.913490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.914616000, lastModified=2022-06-07 13:20:46.913490000, delta=1126000 ns, racy<=15000 ns
13:20:46.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.914902000, lastModified=2022-06-07 13:20:46.913490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.913490000 to 2022-06-07 13:20:46.914490000
13:20:46.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.915222000, lastModified=2022-06-07 13:20:46.914490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.915222000, lastModified=2022-06-07 13:20:46.914490000, delta=732000 ns, racy<=15000 ns
13:20:46.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.915458000, lastModified=2022-06-07 13:20:46.914490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.915458000, lastModified=2022-06-07 13:20:46.914490000, delta=968000 ns, racy<=15000 ns
13:20:46.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.915695000, lastModified=2022-06-07 13:20:46.914490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.915695000, lastModified=2022-06-07 13:20:46.914490000, delta=1205000 ns, racy<=15000 ns
13:20:46.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.918271000, lastModified=2022-06-07 13:20:46.917490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.918271000, lastModified=2022-06-07 13:20:46.917490000, delta=781000 ns, racy<=15000 ns
13:20:46.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.918520000, lastModified=2022-06-07 13:20:46.917490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.918520000, lastModified=2022-06-07 13:20:46.917490000, delta=1030000 ns, racy<=15000 ns
13:20:46.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.918750000, lastModified=2022-06-07 13:20:46.917490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.918750000, lastModified=2022-06-07 13:20:46.917490000, delta=1260000 ns, racy<=15000 ns
13:20:46.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.918984000, lastModified=2022-06-07 13:20:46.918490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.918984000, lastModified=2022-06-07 13:20:46.918490000, delta=494000 ns, racy<=15000 ns
13:20:46.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.919224000, lastModified=2022-06-07 13:20:46.918490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.919224000, lastModified=2022-06-07 13:20:46.918490000, delta=734000 ns, racy<=15000 ns
13:20:46.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.919451000, lastModified=2022-06-07 13:20:46.918490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.919451000, lastModified=2022-06-07 13:20:46.918490000, delta=961000 ns, racy<=15000 ns
13:20:46.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.919675000, lastModified=2022-06-07 13:20:46.918490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.919675000, lastModified=2022-06-07 13:20:46.918490000, delta=1185000 ns, racy<=15000 ns
13:20:46.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.919900000, lastModified=2022-06-07 13:20:46.918490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.918490000 to 2022-06-07 13:20:46.919490000
13:20:46.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.920128000, lastModified=2022-06-07 13:20:46.919490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.920128000, lastModified=2022-06-07 13:20:46.919490000, delta=638000 ns, racy<=15000 ns
13:20:46.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.920352000, lastModified=2022-06-07 13:20:46.919490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.920352000, lastModified=2022-06-07 13:20:46.919490000, delta=862000 ns, racy<=15000 ns
13:20:46.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.920572000, lastModified=2022-06-07 13:20:46.919490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.920572000, lastModified=2022-06-07 13:20:46.919490000, delta=1082000 ns, racy<=15000 ns
13:20:46.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.920788000, lastModified=2022-06-07 13:20:46.919490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.920788000, lastModified=2022-06-07 13:20:46.919490000, delta=1298000 ns, racy<=15000 ns
13:20:46.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.922801000, lastModified=2022-06-07 13:20:46.920490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.920490000 to 2022-06-07 13:20:46.921490000
13:20:46.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.923065000, lastModified=2022-06-07 13:20:46.922490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.923065000, lastModified=2022-06-07 13:20:46.922490000, delta=575000 ns, racy<=15000 ns
13:20:46.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.923320000, lastModified=2022-06-07 13:20:46.922490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.923320000, lastModified=2022-06-07 13:20:46.922490000, delta=830000 ns, racy<=15000 ns
13:20:46.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.923546000, lastModified=2022-06-07 13:20:46.922490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.923546000, lastModified=2022-06-07 13:20:46.922490000, delta=1056000 ns, racy<=15000 ns
13:20:46.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.923766000, lastModified=2022-06-07 13:20:46.922490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.923766000, lastModified=2022-06-07 13:20:46.922490000, delta=1276000 ns, racy<=15000 ns
13:20:46.923 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.924002000, lastModified=2022-06-07 13:20:46.923490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.924002000, lastModified=2022-06-07 13:20:46.923490000, delta=512000 ns, racy<=15000 ns
13:20:46.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.924254000, lastModified=2022-06-07 13:20:46.923490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.924254000, lastModified=2022-06-07 13:20:46.923490000, delta=764000 ns, racy<=15000 ns
13:20:46.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.924479000, lastModified=2022-06-07 13:20:46.923490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.924479000, lastModified=2022-06-07 13:20:46.923490000, delta=989000 ns, racy<=15000 ns
13:20:46.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.924696000, lastModified=2022-06-07 13:20:46.923490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.924696000, lastModified=2022-06-07 13:20:46.923490000, delta=1206000 ns, racy<=15000 ns
13:20:46.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.924910000, lastModified=2022-06-07 13:20:46.923490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.923490000 to 2022-06-07 13:20:46.924490000
13:20:46.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.925137000, lastModified=2022-06-07 13:20:46.924490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.925137000, lastModified=2022-06-07 13:20:46.924490000, delta=647000 ns, racy<=15000 ns
13:20:46.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.925402000, lastModified=2022-06-07 13:20:46.924490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.925402000, lastModified=2022-06-07 13:20:46.924490000, delta=912000 ns, racy<=15000 ns
13:20:46.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.925641000, lastModified=2022-06-07 13:20:46.924490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.925641000, lastModified=2022-06-07 13:20:46.924490000, delta=1151000 ns, racy<=15000 ns
13:20:46.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.928352000, lastModified=2022-06-07 13:20:46.927490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.928352000, lastModified=2022-06-07 13:20:46.927490000, delta=862000 ns, racy<=15000 ns
13:20:46.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.928584000, lastModified=2022-06-07 13:20:46.927490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.928584000, lastModified=2022-06-07 13:20:46.927490000, delta=1094000 ns, racy<=15000 ns
13:20:46.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.928832000, lastModified=2022-06-07 13:20:46.927490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.928832000, lastModified=2022-06-07 13:20:46.927490000, delta=1342000 ns, racy<=15000 ns
13:20:46.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.929102000, lastModified=2022-06-07 13:20:46.928490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.929102000, lastModified=2022-06-07 13:20:46.928490000, delta=612000 ns, racy<=15000 ns
13:20:46.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.929343000, lastModified=2022-06-07 13:20:46.928490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.929343000, lastModified=2022-06-07 13:20:46.928490000, delta=853000 ns, racy<=15000 ns
13:20:46.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.929589000, lastModified=2022-06-07 13:20:46.928490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.929589000, lastModified=2022-06-07 13:20:46.928490000, delta=1099000 ns, racy<=15000 ns
13:20:46.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.929821000, lastModified=2022-06-07 13:20:46.928490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.929821000, lastModified=2022-06-07 13:20:46.928490000, delta=1331000 ns, racy<=15000 ns
13:20:46.929 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.930071000, lastModified=2022-06-07 13:20:46.929490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.930071000, lastModified=2022-06-07 13:20:46.929490000, delta=581000 ns, racy<=15000 ns
13:20:46.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.930310000, lastModified=2022-06-07 13:20:46.929490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.930310000, lastModified=2022-06-07 13:20:46.929490000, delta=820000 ns, racy<=15000 ns
13:20:46.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.930550000, lastModified=2022-06-07 13:20:46.929490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.930550000, lastModified=2022-06-07 13:20:46.929490000, delta=1060000 ns, racy<=15000 ns
13:20:46.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.930771000, lastModified=2022-06-07 13:20:46.929490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.930771000, lastModified=2022-06-07 13:20:46.929490000, delta=1281000 ns, racy<=15000 ns
13:20:46.930 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.930996000, lastModified=2022-06-07 13:20:46.930490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.930996000, lastModified=2022-06-07 13:20:46.930490000, delta=506000 ns, racy<=15000 ns
13:20:46.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.934136000, lastModified=2022-06-07 13:20:46.930490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.930490000 to 2022-06-07 13:20:46.933490000
13:20:46.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.934369000, lastModified=2022-06-07 13:20:46.933490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.934369000, lastModified=2022-06-07 13:20:46.933490000, delta=879000 ns, racy<=15000 ns
13:20:46.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.934588000, lastModified=2022-06-07 13:20:46.933490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.934588000, lastModified=2022-06-07 13:20:46.933490000, delta=1098000 ns, racy<=15000 ns
13:20:46.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.934808000, lastModified=2022-06-07 13:20:46.933490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.934808000, lastModified=2022-06-07 13:20:46.933490000, delta=1318000 ns, racy<=15000 ns
13:20:46.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.935071000, lastModified=2022-06-07 13:20:46.934490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.935071000, lastModified=2022-06-07 13:20:46.934490000, delta=581000 ns, racy<=15000 ns
13:20:46.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.935308000, lastModified=2022-06-07 13:20:46.934490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.935308000, lastModified=2022-06-07 13:20:46.934490000, delta=818000 ns, racy<=15000 ns
13:20:46.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.935525000, lastModified=2022-06-07 13:20:46.934490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.935525000, lastModified=2022-06-07 13:20:46.934490000, delta=1035000 ns, racy<=15000 ns
13:20:46.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.935739000, lastModified=2022-06-07 13:20:46.934490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.935739000, lastModified=2022-06-07 13:20:46.934490000, delta=1249000 ns, racy<=15000 ns
13:20:46.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.935 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.935963000, lastModified=2022-06-07 13:20:46.934490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.934490000 to 2022-06-07 13:20:46.935490000
13:20:46.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.936176000, lastModified=2022-06-07 13:20:46.935490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.936176000, lastModified=2022-06-07 13:20:46.935490000, delta=686000 ns, racy<=15000 ns
13:20:46.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.936393000, lastModified=2022-06-07 13:20:46.935490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.936393000, lastModified=2022-06-07 13:20:46.935490000, delta=903000 ns, racy<=15000 ns
13:20:46.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.936615000, lastModified=2022-06-07 13:20:46.935490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.936615000, lastModified=2022-06-07 13:20:46.935490000, delta=1125000 ns, racy<=15000 ns
13:20:46.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.936831000, lastModified=2022-06-07 13:20:46.935490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.936831000, lastModified=2022-06-07 13:20:46.935490000, delta=1341000 ns, racy<=15000 ns
13:20:46.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.940278000, lastModified=2022-06-07 13:20:46.939490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.940278000, lastModified=2022-06-07 13:20:46.939490000, delta=788000 ns, racy<=15000 ns
13:20:46.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.940511000, lastModified=2022-06-07 13:20:46.939490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.940511000, lastModified=2022-06-07 13:20:46.939490000, delta=1021000 ns, racy<=15000 ns
13:20:46.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.940728000, lastModified=2022-06-07 13:20:46.939490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.940728000, lastModified=2022-06-07 13:20:46.939490000, delta=1238000 ns, racy<=15000 ns
13:20:46.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.941006000, lastModified=2022-06-07 13:20:46.939490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.939490000 to 2022-06-07 13:20:46.940490000
13:20:46.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.941234000, lastModified=2022-06-07 13:20:46.940490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.941234000, lastModified=2022-06-07 13:20:46.940490000, delta=744000 ns, racy<=15000 ns
13:20:46.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.941455000, lastModified=2022-06-07 13:20:46.940490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.941455000, lastModified=2022-06-07 13:20:46.940490000, delta=965000 ns, racy<=15000 ns
13:20:46.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.941674000, lastModified=2022-06-07 13:20:46.940490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.941674000, lastModified=2022-06-07 13:20:46.940490000, delta=1184000 ns, racy<=15000 ns
13:20:46.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.941890000, lastModified=2022-06-07 13:20:46.940490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.940490000 to 2022-06-07 13:20:46.941490000
13:20:46.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.942107000, lastModified=2022-06-07 13:20:46.941490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.942107000, lastModified=2022-06-07 13:20:46.941490000, delta=617000 ns, racy<=15000 ns
13:20:46.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.942324000, lastModified=2022-06-07 13:20:46.941490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.942324000, lastModified=2022-06-07 13:20:46.941490000, delta=834000 ns, racy<=15000 ns
13:20:46.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.942541000, lastModified=2022-06-07 13:20:46.941490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.942541000, lastModified=2022-06-07 13:20:46.941490000, delta=1051000 ns, racy<=15000 ns
13:20:46.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.942765000, lastModified=2022-06-07 13:20:46.941490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.942765000, lastModified=2022-06-07 13:20:46.941490000, delta=1275000 ns, racy<=15000 ns
13:20:46.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.944751000, lastModified=2022-06-07 13:20:46.942490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.942490000 to 2022-06-07 13:20:46.943490000
13:20:46.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.945018000, lastModified=2022-06-07 13:20:46.944490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.945018000, lastModified=2022-06-07 13:20:46.944490000, delta=528000 ns, racy<=15000 ns
13:20:46.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.945259000, lastModified=2022-06-07 13:20:46.944490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.945259000, lastModified=2022-06-07 13:20:46.944490000, delta=769000 ns, racy<=15000 ns
13:20:46.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.945481000, lastModified=2022-06-07 13:20:46.944490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.945481000, lastModified=2022-06-07 13:20:46.944490000, delta=991000 ns, racy<=15000 ns
13:20:46.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.945698000, lastModified=2022-06-07 13:20:46.944490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.945698000, lastModified=2022-06-07 13:20:46.944490000, delta=1208000 ns, racy<=15000 ns
13:20:46.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.945922000, lastModified=2022-06-07 13:20:46.944490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.944490000 to 2022-06-07 13:20:46.945490000
13:20:46.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.946146000, lastModified=2022-06-07 13:20:46.945490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.946146000, lastModified=2022-06-07 13:20:46.945490000, delta=656000 ns, racy<=15000 ns
13:20:46.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.946383000, lastModified=2022-06-07 13:20:46.945490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.946383000, lastModified=2022-06-07 13:20:46.945490000, delta=893000 ns, racy<=15000 ns
13:20:46.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.946601000, lastModified=2022-06-07 13:20:46.945490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.946601000, lastModified=2022-06-07 13:20:46.945490000, delta=1111000 ns, racy<=15000 ns
13:20:46.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.946820000, lastModified=2022-06-07 13:20:46.945490000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.946820000, lastModified=2022-06-07 13:20:46.945490000, delta=1330000 ns, racy<=15000 ns
13:20:46.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.947048000, lastModified=2022-06-07 13:20:46.946491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.947048000, lastModified=2022-06-07 13:20:46.946491000, delta=557000 ns, racy<=15000 ns
13:20:46.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.947281000, lastModified=2022-06-07 13:20:46.946491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.947281000, lastModified=2022-06-07 13:20:46.946491000, delta=790000 ns, racy<=15000 ns
13:20:46.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.947502000, lastModified=2022-06-07 13:20:46.946491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.947502000, lastModified=2022-06-07 13:20:46.946491000, delta=1011000 ns, racy<=15000 ns
13:20:46.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.950177000, lastModified=2022-06-07 13:20:46.949491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.950177000, lastModified=2022-06-07 13:20:46.949491000, delta=686000 ns, racy<=15000 ns
13:20:46.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.950412000, lastModified=2022-06-07 13:20:46.949491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.950412000, lastModified=2022-06-07 13:20:46.949491000, delta=921000 ns, racy<=15000 ns
13:20:46.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.950632000, lastModified=2022-06-07 13:20:46.949491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.950632000, lastModified=2022-06-07 13:20:46.949491000, delta=1141000 ns, racy<=15000 ns
13:20:46.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.950856000, lastModified=2022-06-07 13:20:46.949491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.949491000 to 2022-06-07 13:20:46.950491000
13:20:46.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.951075000, lastModified=2022-06-07 13:20:46.950491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.951075000, lastModified=2022-06-07 13:20:46.950491000, delta=584000 ns, racy<=15000 ns
13:20:46.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.951313000, lastModified=2022-06-07 13:20:46.950491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.951313000, lastModified=2022-06-07 13:20:46.950491000, delta=822000 ns, racy<=15000 ns
13:20:46.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.951530000, lastModified=2022-06-07 13:20:46.950491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.951530000, lastModified=2022-06-07 13:20:46.950491000, delta=1039000 ns, racy<=15000 ns
13:20:46.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.951749000, lastModified=2022-06-07 13:20:46.950491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.951749000, lastModified=2022-06-07 13:20:46.950491000, delta=1258000 ns, racy<=15000 ns
13:20:46.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.951983000, lastModified=2022-06-07 13:20:46.951491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.951983000, lastModified=2022-06-07 13:20:46.951491000, delta=492000 ns, racy<=15000 ns
13:20:46.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.952217000, lastModified=2022-06-07 13:20:46.951491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.952217000, lastModified=2022-06-07 13:20:46.951491000, delta=726000 ns, racy<=15000 ns
13:20:46.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.952441000, lastModified=2022-06-07 13:20:46.951491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.952441000, lastModified=2022-06-07 13:20:46.951491000, delta=950000 ns, racy<=15000 ns
13:20:46.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.952658000, lastModified=2022-06-07 13:20:46.951491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.952658000, lastModified=2022-06-07 13:20:46.951491000, delta=1167000 ns, racy<=15000 ns
13:20:46.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.962630000, lastModified=2022-06-07 13:20:46.951491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.951491000 to 2022-06-07 13:20:46.962491000
13:20:46.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.964103000, lastModified=2022-06-07 13:20:46.963491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:46.964103000, lastModified=2022-06-07 13:20:46.963491000, delta=612000 ns, racy<=15000 ns
13:20:46.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:46.965 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.965469000, lastModified=2022-06-07 13:20:46.964491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.964491000 to 2022-06-07 13:20:46.965491000
13:20:46.966 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.966862000, lastModified=2022-06-07 13:20:46.965491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.965491000 to 2022-06-07 13:20:46.966491000
13:20:46.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.968174000, lastModified=2022-06-07 13:20:46.967491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.967491000 to 2022-06-07 13:20:46.968491000
13:20:46.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.969848000, lastModified=2022-06-07 13:20:46.968491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.968491000 to 2022-06-07 13:20:46.969491000
13:20:46.971 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.971495000, lastModified=2022-06-07 13:20:46.970491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.970491000 to 2022-06-07 13:20:46.972491000
13:20:46.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.974673000, lastModified=2022-06-07 13:20:46.973491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.973491000 to 2022-06-07 13:20:46.975491000
13:20:46.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.977235000, lastModified=2022-06-07 13:20:46.976491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.976491000 to 2022-06-07 13:20:46.979491000
13:20:46.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.983779000, lastModified=2022-06-07 13:20:46.982491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.982491000 to 2022-06-07 13:20:46.983491000
13:20:46.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.986488000, lastModified=2022-06-07 13:20:46.984491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.984491000 to 2022-06-07 13:20:46.987491000
13:20:46.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.992767000, lastModified=2022-06-07 13:20:46.991491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:46.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.991491000 to 2022-06-07 13:20:46.992491000
13:20:46.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:46.994586000, lastModified=2022-06-07 13:20:46.993491000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:46.993491000 to 2022-06-07 13:20:46.996491000
13:20:47.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.020420000, lastModified=2022-06-07 13:20:47.019492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.020420000, lastModified=2022-06-07 13:20:47.019492000, delta=928000 ns, racy<=15000 ns
13:20:47.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.020771000, lastModified=2022-06-07 13:20:47.019492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.020771000, lastModified=2022-06-07 13:20:47.019492000, delta=1279000 ns, racy<=15000 ns
13:20:47.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.021173000, lastModified=2022-06-07 13:20:47.020492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.021173000, lastModified=2022-06-07 13:20:47.020492000, delta=681000 ns, racy<=15000 ns
13:20:47.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.021477000, lastModified=2022-06-07 13:20:47.020492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.021477000, lastModified=2022-06-07 13:20:47.020492000, delta=985000 ns, racy<=15000 ns
13:20:47.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.021728000, lastModified=2022-06-07 13:20:47.020492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.021728000, lastModified=2022-06-07 13:20:47.020492000, delta=1236000 ns, racy<=15000 ns
13:20:47.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.022062000, lastModified=2022-06-07 13:20:47.021492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.022062000, lastModified=2022-06-07 13:20:47.021492000, delta=570000 ns, racy<=15000 ns
13:20:47.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.022395000, lastModified=2022-06-07 13:20:47.021492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.022395000, lastModified=2022-06-07 13:20:47.021492000, delta=903000 ns, racy<=15000 ns
13:20:47.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.022703000, lastModified=2022-06-07 13:20:47.021492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.022703000, lastModified=2022-06-07 13:20:47.021492000, delta=1211000 ns, racy<=15000 ns
13:20:47.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.023 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.023023000, lastModified=2022-06-07 13:20:47.022492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.023 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.023023000, lastModified=2022-06-07 13:20:47.022492000, delta=531000 ns, racy<=15000 ns
13:20:47.023 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.023 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.023387000, lastModified=2022-06-07 13:20:47.022492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.023 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.023387000, lastModified=2022-06-07 13:20:47.022492000, delta=895000 ns, racy<=15000 ns
13:20:47.023 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.023 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.023788000, lastModified=2022-06-07 13:20:47.022492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.024 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.023788000, lastModified=2022-06-07 13:20:47.022492000, delta=1296000 ns, racy<=15000 ns
13:20:47.024 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.024 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.024239000, lastModified=2022-06-07 13:20:47.023492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.024 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.024239000, lastModified=2022-06-07 13:20:47.023492000, delta=747000 ns, racy<=15000 ns
13:20:47.024 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.054 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.054707000, lastModified=2022-06-07 13:20:47.023492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.023492000 to 2022-06-07 13:20:47.054492000
13:20:47.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.055203000, lastModified=2022-06-07 13:20:47.054492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.055203000, lastModified=2022-06-07 13:20:47.054492000, delta=711000 ns, racy<=15000 ns
13:20:47.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.055612000, lastModified=2022-06-07 13:20:47.054492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.055612000, lastModified=2022-06-07 13:20:47.054492000, delta=1120000 ns, racy<=15000 ns
13:20:47.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.055935000, lastModified=2022-06-07 13:20:47.054492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.054492000 to 2022-06-07 13:20:47.055492000
13:20:47.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.056324000, lastModified=2022-06-07 13:20:47.055492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.056324000, lastModified=2022-06-07 13:20:47.055492000, delta=832000 ns, racy<=15000 ns
13:20:47.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.056581000, lastModified=2022-06-07 13:20:47.055492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.056581000, lastModified=2022-06-07 13:20:47.055492000, delta=1089000 ns, racy<=15000 ns
13:20:47.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.056872000, lastModified=2022-06-07 13:20:47.055492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.055492000 to 2022-06-07 13:20:47.056492000
13:20:47.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.057187000, lastModified=2022-06-07 13:20:47.056492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.057187000, lastModified=2022-06-07 13:20:47.056492000, delta=695000 ns, racy<=15000 ns
13:20:47.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.057489000, lastModified=2022-06-07 13:20:47.056492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.057489000, lastModified=2022-06-07 13:20:47.056492000, delta=997000 ns, racy<=15000 ns
13:20:47.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.057801000, lastModified=2022-06-07 13:20:47.056492000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.057801000, lastModified=2022-06-07 13:20:47.056492000, delta=1309000 ns, racy<=15000 ns
13:20:47.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.058136000, lastModified=2022-06-07 13:20:47.057493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.058136000, lastModified=2022-06-07 13:20:47.057493000, delta=643000 ns, racy<=15000 ns
13:20:47.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.058418000, lastModified=2022-06-07 13:20:47.057493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.058418000, lastModified=2022-06-07 13:20:47.057493000, delta=925000 ns, racy<=15000 ns
13:20:47.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.058755000, lastModified=2022-06-07 13:20:47.057493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.058755000, lastModified=2022-06-07 13:20:47.057493000, delta=1262000 ns, racy<=15000 ns
13:20:47.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.083 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.083416000, lastModified=2022-06-07 13:20:47.082493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.084 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.082493000 to 2022-06-07 13:20:47.083493000
13:20:47.085 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.085586000, lastModified=2022-06-07 13:20:47.084493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.086 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.084493000 to 2022-06-07 13:20:47.085493000
13:20:47.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.087151000, lastModified=2022-06-07 13:20:47.086493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.086493000 to 2022-06-07 13:20:47.087493000
13:20:47.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.089978000, lastModified=2022-06-07 13:20:47.088493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.088493000 to 2022-06-07 13:20:47.089493000
13:20:47.090 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.090969000, lastModified=2022-06-07 13:20:47.089493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.089493000 to 2022-06-07 13:20:47.090493000
13:20:47.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.091201000, lastModified=2022-06-07 13:20:47.090493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.091201000, lastModified=2022-06-07 13:20:47.090493000, delta=708000 ns, racy<=15000 ns
13:20:47.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.091442000, lastModified=2022-06-07 13:20:47.090493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.091442000, lastModified=2022-06-07 13:20:47.090493000, delta=949000 ns, racy<=15000 ns
13:20:47.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.091675000, lastModified=2022-06-07 13:20:47.090493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.091675000, lastModified=2022-06-07 13:20:47.090493000, delta=1182000 ns, racy<=15000 ns
13:20:47.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.091 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.091929000, lastModified=2022-06-07 13:20:47.090493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.090493000 to 2022-06-07 13:20:47.091493000
13:20:47.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.092157000, lastModified=2022-06-07 13:20:47.091493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.092157000, lastModified=2022-06-07 13:20:47.091493000, delta=664000 ns, racy<=15000 ns
13:20:47.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.092378000, lastModified=2022-06-07 13:20:47.091493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.092378000, lastModified=2022-06-07 13:20:47.091493000, delta=885000 ns, racy<=15000 ns
13:20:47.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.092594000, lastModified=2022-06-07 13:20:47.091493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.092594000, lastModified=2022-06-07 13:20:47.091493000, delta=1101000 ns, racy<=15000 ns
13:20:47.092 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.110 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.110385000, lastModified=2022-06-07 13:20:47.091493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.110 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.091493000 to 2022-06-07 13:20:47.109493000
13:20:47.110 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.110773000, lastModified=2022-06-07 13:20:47.109493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.110 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.110773000, lastModified=2022-06-07 13:20:47.109493000, delta=1280000 ns, racy<=15000 ns
13:20:47.110 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.111 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.111020000, lastModified=2022-06-07 13:20:47.110493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.111 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.111020000, lastModified=2022-06-07 13:20:47.110493000, delta=527000 ns, racy<=15000 ns
13:20:47.111 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.111 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.111265000, lastModified=2022-06-07 13:20:47.110493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.111265000, lastModified=2022-06-07 13:20:47.110493000, delta=772000 ns, racy<=15000 ns
13:20:47.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.112171000, lastModified=2022-06-07 13:20:47.111493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.112171000, lastModified=2022-06-07 13:20:47.111493000, delta=678000 ns, racy<=15000 ns
13:20:47.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.112412000, lastModified=2022-06-07 13:20:47.111493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.112412000, lastModified=2022-06-07 13:20:47.111493000, delta=919000 ns, racy<=15000 ns
13:20:47.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.112637000, lastModified=2022-06-07 13:20:47.111493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.112637000, lastModified=2022-06-07 13:20:47.111493000, delta=1144000 ns, racy<=15000 ns
13:20:47.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.112865000, lastModified=2022-06-07 13:20:47.111493000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.111493000 to 2022-06-07 13:20:47.112494000
13:20:47.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.113122000, lastModified=2022-06-07 13:20:47.112494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.113122000, lastModified=2022-06-07 13:20:47.112494000, delta=628000 ns, racy<=15000 ns
13:20:47.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.113563000, lastModified=2022-06-07 13:20:47.112494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.113563000, lastModified=2022-06-07 13:20:47.112494000, delta=1069000 ns, racy<=15000 ns
13:20:47.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.113796000, lastModified=2022-06-07 13:20:47.112494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.113796000, lastModified=2022-06-07 13:20:47.112494000, delta=1302000 ns, racy<=15000 ns
13:20:47.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.114042000, lastModified=2022-06-07 13:20:47.113494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.114042000, lastModified=2022-06-07 13:20:47.113494000, delta=548000 ns, racy<=15000 ns
13:20:47.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.114 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.114281000, lastModified=2022-06-07 13:20:47.113494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.116 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.114281000, lastModified=2022-06-07 13:20:47.113494000, delta=787000 ns, racy<=15000 ns
13:20:47.116 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.116 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.116762000, lastModified=2022-06-07 13:20:47.115494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.116 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.116762000, lastModified=2022-06-07 13:20:47.115494000, delta=1268000 ns, racy<=15000 ns
13:20:47.116 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.117036000, lastModified=2022-06-07 13:20:47.116494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.117036000, lastModified=2022-06-07 13:20:47.116494000, delta=542000 ns, racy<=15000 ns
13:20:47.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.117284000, lastModified=2022-06-07 13:20:47.116494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.117284000, lastModified=2022-06-07 13:20:47.116494000, delta=790000 ns, racy<=15000 ns
13:20:47.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.117544000, lastModified=2022-06-07 13:20:47.116494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.117544000, lastModified=2022-06-07 13:20:47.116494000, delta=1050000 ns, racy<=15000 ns
13:20:47.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.117776000, lastModified=2022-06-07 13:20:47.116494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.117776000, lastModified=2022-06-07 13:20:47.116494000, delta=1282000 ns, racy<=15000 ns
13:20:47.117 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.118022000, lastModified=2022-06-07 13:20:47.117494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.118022000, lastModified=2022-06-07 13:20:47.117494000, delta=528000 ns, racy<=15000 ns
13:20:47.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.118265000, lastModified=2022-06-07 13:20:47.117494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.118265000, lastModified=2022-06-07 13:20:47.117494000, delta=771000 ns, racy<=15000 ns
13:20:47.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.118500000, lastModified=2022-06-07 13:20:47.117494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.118500000, lastModified=2022-06-07 13:20:47.117494000, delta=1006000 ns, racy<=15000 ns
13:20:47.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.119076000, lastModified=2022-06-07 13:20:47.118494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.119076000, lastModified=2022-06-07 13:20:47.118494000, delta=582000 ns, racy<=15000 ns
13:20:47.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.119328000, lastModified=2022-06-07 13:20:47.118494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.119328000, lastModified=2022-06-07 13:20:47.118494000, delta=834000 ns, racy<=15000 ns
13:20:47.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.119552000, lastModified=2022-06-07 13:20:47.118494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.119552000, lastModified=2022-06-07 13:20:47.118494000, delta=1058000 ns, racy<=15000 ns
13:20:47.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.119772000, lastModified=2022-06-07 13:20:47.118494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.119772000, lastModified=2022-06-07 13:20:47.118494000, delta=1278000 ns, racy<=15000 ns
13:20:47.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.122299000, lastModified=2022-06-07 13:20:47.119494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.119494000 to 2022-06-07 13:20:47.121494000
13:20:47.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.122561000, lastModified=2022-06-07 13:20:47.121494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.122561000, lastModified=2022-06-07 13:20:47.121494000, delta=1067000 ns, racy<=15000 ns
13:20:47.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.122795000, lastModified=2022-06-07 13:20:47.121494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.122795000, lastModified=2022-06-07 13:20:47.121494000, delta=1301000 ns, racy<=15000 ns
13:20:47.122 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.123039000, lastModified=2022-06-07 13:20:47.122494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.123039000, lastModified=2022-06-07 13:20:47.122494000, delta=545000 ns, racy<=15000 ns
13:20:47.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.123273000, lastModified=2022-06-07 13:20:47.122494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.123273000, lastModified=2022-06-07 13:20:47.122494000, delta=779000 ns, racy<=15000 ns
13:20:47.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.123496000, lastModified=2022-06-07 13:20:47.122494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.123496000, lastModified=2022-06-07 13:20:47.122494000, delta=1002000 ns, racy<=15000 ns
13:20:47.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.123717000, lastModified=2022-06-07 13:20:47.122494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.123717000, lastModified=2022-06-07 13:20:47.122494000, delta=1223000 ns, racy<=15000 ns
13:20:47.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.123952000, lastModified=2022-06-07 13:20:47.122494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.122494000 to 2022-06-07 13:20:47.123494000
13:20:47.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.124178000, lastModified=2022-06-07 13:20:47.123494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.124178000, lastModified=2022-06-07 13:20:47.123494000, delta=684000 ns, racy<=15000 ns
13:20:47.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.124402000, lastModified=2022-06-07 13:20:47.123494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.124402000, lastModified=2022-06-07 13:20:47.123494000, delta=908000 ns, racy<=15000 ns
13:20:47.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.124632000, lastModified=2022-06-07 13:20:47.123494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.124632000, lastModified=2022-06-07 13:20:47.123494000, delta=1138000 ns, racy<=15000 ns
13:20:47.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.124858000, lastModified=2022-06-07 13:20:47.123494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.123494000 to 2022-06-07 13:20:47.124494000
13:20:47.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.125090000, lastModified=2022-06-07 13:20:47.124494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.125090000, lastModified=2022-06-07 13:20:47.124494000, delta=596000 ns, racy<=15000 ns
13:20:47.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.127556000, lastModified=2022-06-07 13:20:47.126494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.127556000, lastModified=2022-06-07 13:20:47.126494000, delta=1062000 ns, racy<=15000 ns
13:20:47.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.127784000, lastModified=2022-06-07 13:20:47.126494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.127784000, lastModified=2022-06-07 13:20:47.126494000, delta=1290000 ns, racy<=15000 ns
13:20:47.127 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.128019000, lastModified=2022-06-07 13:20:47.127494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.128019000, lastModified=2022-06-07 13:20:47.127494000, delta=525000 ns, racy<=15000 ns
13:20:47.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.128251000, lastModified=2022-06-07 13:20:47.127494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.128251000, lastModified=2022-06-07 13:20:47.127494000, delta=757000 ns, racy<=15000 ns
13:20:47.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.128485000, lastModified=2022-06-07 13:20:47.127494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.128485000, lastModified=2022-06-07 13:20:47.127494000, delta=991000 ns, racy<=15000 ns
13:20:47.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.128720000, lastModified=2022-06-07 13:20:47.127494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.128720000, lastModified=2022-06-07 13:20:47.127494000, delta=1226000 ns, racy<=15000 ns
13:20:47.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.128950000, lastModified=2022-06-07 13:20:47.127494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.127494000 to 2022-06-07 13:20:47.128494000
13:20:47.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.129196000, lastModified=2022-06-07 13:20:47.128494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.129196000, lastModified=2022-06-07 13:20:47.128494000, delta=702000 ns, racy<=15000 ns
13:20:47.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.129423000, lastModified=2022-06-07 13:20:47.128494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.129423000, lastModified=2022-06-07 13:20:47.128494000, delta=929000 ns, racy<=15000 ns
13:20:47.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.129648000, lastModified=2022-06-07 13:20:47.128494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.129648000, lastModified=2022-06-07 13:20:47.128494000, delta=1154000 ns, racy<=15000 ns
13:20:47.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.129876000, lastModified=2022-06-07 13:20:47.128494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.128494000 to 2022-06-07 13:20:47.129494000
13:20:47.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.130146000, lastModified=2022-06-07 13:20:47.129494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.130146000, lastModified=2022-06-07 13:20:47.129494000, delta=652000 ns, racy<=15000 ns
13:20:47.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.132668000, lastModified=2022-06-07 13:20:47.129494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.129494000 to 2022-06-07 13:20:47.131494000
13:20:47.132 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.132906000, lastModified=2022-06-07 13:20:47.131494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.131494000 to 2022-06-07 13:20:47.132494000
13:20:47.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.133171000, lastModified=2022-06-07 13:20:47.132494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.133171000, lastModified=2022-06-07 13:20:47.132494000, delta=677000 ns, racy<=15000 ns
13:20:47.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.133406000, lastModified=2022-06-07 13:20:47.132494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.133406000, lastModified=2022-06-07 13:20:47.132494000, delta=912000 ns, racy<=15000 ns
13:20:47.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.133638000, lastModified=2022-06-07 13:20:47.132494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.133638000, lastModified=2022-06-07 13:20:47.132494000, delta=1144000 ns, racy<=15000 ns
13:20:47.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.133 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.133871000, lastModified=2022-06-07 13:20:47.132494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.132494000 to 2022-06-07 13:20:47.133494000
13:20:47.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.134128000, lastModified=2022-06-07 13:20:47.133494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.134128000, lastModified=2022-06-07 13:20:47.133494000, delta=634000 ns, racy<=15000 ns
13:20:47.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.134357000, lastModified=2022-06-07 13:20:47.133494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.134357000, lastModified=2022-06-07 13:20:47.133494000, delta=863000 ns, racy<=15000 ns
13:20:47.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.134581000, lastModified=2022-06-07 13:20:47.133494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.134581000, lastModified=2022-06-07 13:20:47.133494000, delta=1087000 ns, racy<=15000 ns
13:20:47.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.134803000, lastModified=2022-06-07 13:20:47.133494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.134803000, lastModified=2022-06-07 13:20:47.133494000, delta=1309000 ns, racy<=15000 ns
13:20:47.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.135038000, lastModified=2022-06-07 13:20:47.134494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.135038000, lastModified=2022-06-07 13:20:47.134494000, delta=544000 ns, racy<=15000 ns
13:20:47.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.135274000, lastModified=2022-06-07 13:20:47.134494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.135274000, lastModified=2022-06-07 13:20:47.134494000, delta=780000 ns, racy<=15000 ns
13:20:47.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.135493000, lastModified=2022-06-07 13:20:47.134494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.135493000, lastModified=2022-06-07 13:20:47.134494000, delta=999000 ns, racy<=15000 ns
13:20:47.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.138 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.138964000, lastModified=2022-06-07 13:20:47.137494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.137494000 to 2022-06-07 13:20:47.138494000
13:20:47.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.139190000, lastModified=2022-06-07 13:20:47.138494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.139190000, lastModified=2022-06-07 13:20:47.138494000, delta=696000 ns, racy<=15000 ns
13:20:47.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.139413000, lastModified=2022-06-07 13:20:47.138494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.139413000, lastModified=2022-06-07 13:20:47.138494000, delta=919000 ns, racy<=15000 ns
13:20:47.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.139628000, lastModified=2022-06-07 13:20:47.138494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.139628000, lastModified=2022-06-07 13:20:47.138494000, delta=1134000 ns, racy<=15000 ns
13:20:47.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.139848000, lastModified=2022-06-07 13:20:47.138494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.139848000, lastModified=2022-06-07 13:20:47.138494000, delta=1354000 ns, racy<=15000 ns
13:20:47.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.140092000, lastModified=2022-06-07 13:20:47.139494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.140092000, lastModified=2022-06-07 13:20:47.139494000, delta=598000 ns, racy<=15000 ns
13:20:47.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.140317000, lastModified=2022-06-07 13:20:47.139494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.140317000, lastModified=2022-06-07 13:20:47.139494000, delta=823000 ns, racy<=15000 ns
13:20:47.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.140537000, lastModified=2022-06-07 13:20:47.139494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.140537000, lastModified=2022-06-07 13:20:47.139494000, delta=1043000 ns, racy<=15000 ns
13:20:47.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.140768000, lastModified=2022-06-07 13:20:47.139494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.140768000, lastModified=2022-06-07 13:20:47.139494000, delta=1274000 ns, racy<=15000 ns
13:20:47.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.140998000, lastModified=2022-06-07 13:20:47.140494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.140998000, lastModified=2022-06-07 13:20:47.140494000, delta=504000 ns, racy<=15000 ns
13:20:47.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.141233000, lastModified=2022-06-07 13:20:47.140494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.141233000, lastModified=2022-06-07 13:20:47.140494000, delta=739000 ns, racy<=15000 ns
13:20:47.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.141452000, lastModified=2022-06-07 13:20:47.140494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.141452000, lastModified=2022-06-07 13:20:47.140494000, delta=958000 ns, racy<=15000 ns
13:20:47.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.144802000, lastModified=2022-06-07 13:20:47.140494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.144 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.140494000 to 2022-06-07 13:20:47.143494000
13:20:47.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.145041000, lastModified=2022-06-07 13:20:47.144494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.145041000, lastModified=2022-06-07 13:20:47.144494000, delta=547000 ns, racy<=15000 ns
13:20:47.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.145276000, lastModified=2022-06-07 13:20:47.144494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.145276000, lastModified=2022-06-07 13:20:47.144494000, delta=782000 ns, racy<=15000 ns
13:20:47.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.145497000, lastModified=2022-06-07 13:20:47.144494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.145497000, lastModified=2022-06-07 13:20:47.144494000, delta=1003000 ns, racy<=15000 ns
13:20:47.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.145711000, lastModified=2022-06-07 13:20:47.144494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.145711000, lastModified=2022-06-07 13:20:47.144494000, delta=1217000 ns, racy<=15000 ns
13:20:47.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.145 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.145928000, lastModified=2022-06-07 13:20:47.144494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.144494000 to 2022-06-07 13:20:47.145494000
13:20:47.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.146179000, lastModified=2022-06-07 13:20:47.145494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.146179000, lastModified=2022-06-07 13:20:47.145494000, delta=685000 ns, racy<=15000 ns
13:20:47.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.146394000, lastModified=2022-06-07 13:20:47.145494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.146394000, lastModified=2022-06-07 13:20:47.145494000, delta=900000 ns, racy<=15000 ns
13:20:47.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.146609000, lastModified=2022-06-07 13:20:47.145494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.146609000, lastModified=2022-06-07 13:20:47.145494000, delta=1115000 ns, racy<=15000 ns
13:20:47.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.146821000, lastModified=2022-06-07 13:20:47.145494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.146821000, lastModified=2022-06-07 13:20:47.145494000, delta=1327000 ns, racy<=15000 ns
13:20:47.146 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.147046000, lastModified=2022-06-07 13:20:47.146494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.147046000, lastModified=2022-06-07 13:20:47.146494000, delta=552000 ns, racy<=15000 ns
13:20:47.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.147272000, lastModified=2022-06-07 13:20:47.146494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.147272000, lastModified=2022-06-07 13:20:47.146494000, delta=778000 ns, racy<=15000 ns
13:20:47.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.147 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.147489000, lastModified=2022-06-07 13:20:47.146494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.147489000, lastModified=2022-06-07 13:20:47.146494000, delta=995000 ns, racy<=15000 ns
13:20:47.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.150898000, lastModified=2022-06-07 13:20:47.149494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.149494000 to 2022-06-07 13:20:47.150494000
13:20:47.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.151123000, lastModified=2022-06-07 13:20:47.150494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.151123000, lastModified=2022-06-07 13:20:47.150494000, delta=629000 ns, racy<=15000 ns
13:20:47.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.151359000, lastModified=2022-06-07 13:20:47.150494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.151359000, lastModified=2022-06-07 13:20:47.150494000, delta=865000 ns, racy<=15000 ns
13:20:47.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.151589000, lastModified=2022-06-07 13:20:47.150494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.151589000, lastModified=2022-06-07 13:20:47.150494000, delta=1095000 ns, racy<=15000 ns
13:20:47.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.151837000, lastModified=2022-06-07 13:20:47.150494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.151837000, lastModified=2022-06-07 13:20:47.150494000, delta=1343000 ns, racy<=15000 ns
13:20:47.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.152078000, lastModified=2022-06-07 13:20:47.151494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.152078000, lastModified=2022-06-07 13:20:47.151494000, delta=584000 ns, racy<=15000 ns
13:20:47.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.152313000, lastModified=2022-06-07 13:20:47.151494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.152313000, lastModified=2022-06-07 13:20:47.151494000, delta=819000 ns, racy<=15000 ns
13:20:47.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.152570000, lastModified=2022-06-07 13:20:47.151494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.152570000, lastModified=2022-06-07 13:20:47.151494000, delta=1076000 ns, racy<=15000 ns
13:20:47.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.152809000, lastModified=2022-06-07 13:20:47.151494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.152809000, lastModified=2022-06-07 13:20:47.151494000, delta=1315000 ns, racy<=15000 ns
13:20:47.152 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.153057000, lastModified=2022-06-07 13:20:47.152494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.153057000, lastModified=2022-06-07 13:20:47.152494000, delta=563000 ns, racy<=15000 ns
13:20:47.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.153318000, lastModified=2022-06-07 13:20:47.152494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.153318000, lastModified=2022-06-07 13:20:47.152494000, delta=824000 ns, racy<=15000 ns
13:20:47.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.153565000, lastModified=2022-06-07 13:20:47.152494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.153565000, lastModified=2022-06-07 13:20:47.152494000, delta=1071000 ns, racy<=15000 ns
13:20:47.153 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.157115000, lastModified=2022-06-07 13:20:47.152494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.152494000 to 2022-06-07 13:20:47.156494000
13:20:47.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.157334000, lastModified=2022-06-07 13:20:47.156494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.157334000, lastModified=2022-06-07 13:20:47.156494000, delta=840000 ns, racy<=15000 ns
13:20:47.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.157543000, lastModified=2022-06-07 13:20:47.156494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.157543000, lastModified=2022-06-07 13:20:47.156494000, delta=1049000 ns, racy<=15000 ns
13:20:47.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.157749000, lastModified=2022-06-07 13:20:47.156494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.157749000, lastModified=2022-06-07 13:20:47.156494000, delta=1255000 ns, racy<=15000 ns
13:20:47.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.157960000, lastModified=2022-06-07 13:20:47.156494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.156494000 to 2022-06-07 13:20:47.157494000
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.158166000, lastModified=2022-06-07 13:20:47.157494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.158166000, lastModified=2022-06-07 13:20:47.157494000, delta=672000 ns, racy<=15000 ns
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.158370000, lastModified=2022-06-07 13:20:47.157494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.158370000, lastModified=2022-06-07 13:20:47.157494000, delta=876000 ns, racy<=15000 ns
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.158572000, lastModified=2022-06-07 13:20:47.157494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.158572000, lastModified=2022-06-07 13:20:47.157494000, delta=1078000 ns, racy<=15000 ns
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.158772000, lastModified=2022-06-07 13:20:47.157494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.158772000, lastModified=2022-06-07 13:20:47.157494000, delta=1278000 ns, racy<=15000 ns
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.158 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.158980000, lastModified=2022-06-07 13:20:47.158494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.158980000, lastModified=2022-06-07 13:20:47.158494000, delta=486000 ns, racy<=15000 ns
13:20:47.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.159196000, lastModified=2022-06-07 13:20:47.158494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.159196000, lastModified=2022-06-07 13:20:47.158494000, delta=702000 ns, racy<=15000 ns
13:20:47.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.159396000, lastModified=2022-06-07 13:20:47.158494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.159396000, lastModified=2022-06-07 13:20:47.158494000, delta=902000 ns, racy<=15000 ns
13:20:47.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.159 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.159601000, lastModified=2022-06-07 13:20:47.158494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.159601000, lastModified=2022-06-07 13:20:47.158494000, delta=1107000 ns, racy<=15000 ns
13:20:47.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.163599000, lastModified=2022-06-07 13:20:47.162494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.163599000, lastModified=2022-06-07 13:20:47.162494000, delta=1105000 ns, racy<=15000 ns
13:20:47.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.163806000, lastModified=2022-06-07 13:20:47.162494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.163806000, lastModified=2022-06-07 13:20:47.162494000, delta=1312000 ns, racy<=15000 ns
13:20:47.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.164041000, lastModified=2022-06-07 13:20:47.163494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.164041000, lastModified=2022-06-07 13:20:47.163494000, delta=547000 ns, racy<=15000 ns
13:20:47.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.164289000, lastModified=2022-06-07 13:20:47.163494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.164289000, lastModified=2022-06-07 13:20:47.163494000, delta=795000 ns, racy<=15000 ns
13:20:47.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.164513000, lastModified=2022-06-07 13:20:47.163494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.164513000, lastModified=2022-06-07 13:20:47.163494000, delta=1019000 ns, racy<=15000 ns
13:20:47.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.164736000, lastModified=2022-06-07 13:20:47.163494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.164736000, lastModified=2022-06-07 13:20:47.163494000, delta=1242000 ns, racy<=15000 ns
13:20:47.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.164 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.164965000, lastModified=2022-06-07 13:20:47.163494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.163494000 to 2022-06-07 13:20:47.164494000
13:20:47.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.165190000, lastModified=2022-06-07 13:20:47.164494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.165190000, lastModified=2022-06-07 13:20:47.164494000, delta=696000 ns, racy<=15000 ns
13:20:47.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.165409000, lastModified=2022-06-07 13:20:47.164494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.165409000, lastModified=2022-06-07 13:20:47.164494000, delta=915000 ns, racy<=15000 ns
13:20:47.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.165629000, lastModified=2022-06-07 13:20:47.164494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.165629000, lastModified=2022-06-07 13:20:47.164494000, delta=1135000 ns, racy<=15000 ns
13:20:47.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.165858000, lastModified=2022-06-07 13:20:47.164494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.165858000, lastModified=2022-06-07 13:20:47.164494000, delta=1364000 ns, racy<=15000 ns
13:20:47.165 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.166066000, lastModified=2022-06-07 13:20:47.165494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.166066000, lastModified=2022-06-07 13:20:47.165494000, delta=572000 ns, racy<=15000 ns
13:20:47.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.170393000, lastModified=2022-06-07 13:20:47.165494000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.165494000 to 2022-06-07 13:20:47.169495000
13:20:47.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.170625000, lastModified=2022-06-07 13:20:47.169495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.170625000, lastModified=2022-06-07 13:20:47.169495000, delta=1130000 ns, racy<=15000 ns
13:20:47.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.170833000, lastModified=2022-06-07 13:20:47.169495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.170833000, lastModified=2022-06-07 13:20:47.169495000, delta=1338000 ns, racy<=15000 ns
13:20:47.170 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.171049000, lastModified=2022-06-07 13:20:47.170495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.171049000, lastModified=2022-06-07 13:20:47.170495000, delta=554000 ns, racy<=15000 ns
13:20:47.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.171262000, lastModified=2022-06-07 13:20:47.170495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.171262000, lastModified=2022-06-07 13:20:47.170495000, delta=767000 ns, racy<=15000 ns
13:20:47.171 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.212111000, lastModified=2022-06-07 13:20:47.170495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.170495000 to 2022-06-07 13:20:47.211495000
13:20:47.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.212538000, lastModified=2022-06-07 13:20:47.211495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.212538000, lastModified=2022-06-07 13:20:47.211495000, delta=1043000 ns, racy<=15000 ns
13:20:47.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.212783000, lastModified=2022-06-07 13:20:47.211495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.212783000, lastModified=2022-06-07 13:20:47.211495000, delta=1288000 ns, racy<=15000 ns
13:20:47.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.213027000, lastModified=2022-06-07 13:20:47.212495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.213027000, lastModified=2022-06-07 13:20:47.212495000, delta=532000 ns, racy<=15000 ns
13:20:47.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.213256000, lastModified=2022-06-07 13:20:47.212495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.213256000, lastModified=2022-06-07 13:20:47.212495000, delta=761000 ns, racy<=15000 ns
13:20:47.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.213470000, lastModified=2022-06-07 13:20:47.212495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.213470000, lastModified=2022-06-07 13:20:47.212495000, delta=975000 ns, racy<=15000 ns
13:20:47.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.213685000, lastModified=2022-06-07 13:20:47.212495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.213685000, lastModified=2022-06-07 13:20:47.212495000, delta=1190000 ns, racy<=15000 ns
13:20:47.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.213891000, lastModified=2022-06-07 13:20:47.212495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.212495000 to 2022-06-07 13:20:47.213495000
13:20:47.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.220650000, lastModified=2022-06-07 13:20:47.219495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.220650000, lastModified=2022-06-07 13:20:47.219495000, delta=1155000 ns, racy<=15000 ns
13:20:47.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.220885000, lastModified=2022-06-07 13:20:47.219495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.219495000 to 2022-06-07 13:20:47.220495000
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.221104000, lastModified=2022-06-07 13:20:47.220495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.221104000, lastModified=2022-06-07 13:20:47.220495000, delta=609000 ns, racy<=15000 ns
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.221321000, lastModified=2022-06-07 13:20:47.220495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.221321000, lastModified=2022-06-07 13:20:47.220495000, delta=826000 ns, racy<=15000 ns
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.221533000, lastModified=2022-06-07 13:20:47.220495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.221533000, lastModified=2022-06-07 13:20:47.220495000, delta=1038000 ns, racy<=15000 ns
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.221743000, lastModified=2022-06-07 13:20:47.220495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.221743000, lastModified=2022-06-07 13:20:47.220495000, delta=1248000 ns, racy<=15000 ns
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.221958000, lastModified=2022-06-07 13:20:47.220495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.220495000 to 2022-06-07 13:20:47.221495000
13:20:47.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.222166000, lastModified=2022-06-07 13:20:47.221495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.222166000, lastModified=2022-06-07 13:20:47.221495000, delta=671000 ns, racy<=15000 ns
13:20:47.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.222374000, lastModified=2022-06-07 13:20:47.221495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.222374000, lastModified=2022-06-07 13:20:47.221495000, delta=879000 ns, racy<=15000 ns
13:20:47.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.222594000, lastModified=2022-06-07 13:20:47.221495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.222594000, lastModified=2022-06-07 13:20:47.221495000, delta=1099000 ns, racy<=15000 ns
13:20:47.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.222802000, lastModified=2022-06-07 13:20:47.221495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.222802000, lastModified=2022-06-07 13:20:47.221495000, delta=1307000 ns, racy<=15000 ns
13:20:47.222 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.223 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.223016000, lastModified=2022-06-07 13:20:47.222495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.223 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.223016000, lastModified=2022-06-07 13:20:47.222495000, delta=521000 ns, racy<=15000 ns
13:20:47.223 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.227555000, lastModified=2022-06-07 13:20:47.222495000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.222495000 to 2022-06-07 13:20:47.226496000
13:20:47.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.227810000, lastModified=2022-06-07 13:20:47.226496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.227810000, lastModified=2022-06-07 13:20:47.226496000, delta=1314000 ns, racy<=15000 ns
13:20:47.227 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.228057000, lastModified=2022-06-07 13:20:47.227496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.228057000, lastModified=2022-06-07 13:20:47.227496000, delta=561000 ns, racy<=15000 ns
13:20:47.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.228277000, lastModified=2022-06-07 13:20:47.227496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.228277000, lastModified=2022-06-07 13:20:47.227496000, delta=781000 ns, racy<=15000 ns
13:20:47.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.228496000, lastModified=2022-06-07 13:20:47.227496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.228496000, lastModified=2022-06-07 13:20:47.227496000, delta=1000000 ns, racy<=15000 ns
13:20:47.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.228700000, lastModified=2022-06-07 13:20:47.227496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.228700000, lastModified=2022-06-07 13:20:47.227496000, delta=1204000 ns, racy<=15000 ns
13:20:47.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.228901000, lastModified=2022-06-07 13:20:47.227496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.227496000 to 2022-06-07 13:20:47.228496000
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.229110000, lastModified=2022-06-07 13:20:47.228496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.229110000, lastModified=2022-06-07 13:20:47.228496000, delta=614000 ns, racy<=15000 ns
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.229317000, lastModified=2022-06-07 13:20:47.228496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.229317000, lastModified=2022-06-07 13:20:47.228496000, delta=821000 ns, racy<=15000 ns
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.229520000, lastModified=2022-06-07 13:20:47.228496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.229520000, lastModified=2022-06-07 13:20:47.228496000, delta=1024000 ns, racy<=15000 ns
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.229726000, lastModified=2022-06-07 13:20:47.228496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.229726000, lastModified=2022-06-07 13:20:47.228496000, delta=1230000 ns, racy<=15000 ns
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.229930000, lastModified=2022-06-07 13:20:47.228496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.228496000 to 2022-06-07 13:20:47.229496000
13:20:47.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.230143000, lastModified=2022-06-07 13:20:47.229496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.230143000, lastModified=2022-06-07 13:20:47.229496000, delta=647000 ns, racy<=15000 ns
13:20:47.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.236472000, lastModified=2022-06-07 13:20:47.235496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.236472000, lastModified=2022-06-07 13:20:47.235496000, delta=976000 ns, racy<=15000 ns
13:20:47.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.236747000, lastModified=2022-06-07 13:20:47.235496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.236747000, lastModified=2022-06-07 13:20:47.235496000, delta=1251000 ns, racy<=15000 ns
13:20:47.236 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.237007000, lastModified=2022-06-07 13:20:47.236496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.237007000, lastModified=2022-06-07 13:20:47.236496000, delta=511000 ns, racy<=15000 ns
13:20:47.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.237300000, lastModified=2022-06-07 13:20:47.236496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.237300000, lastModified=2022-06-07 13:20:47.236496000, delta=804000 ns, racy<=15000 ns
13:20:47.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.237526000, lastModified=2022-06-07 13:20:47.236496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.237526000, lastModified=2022-06-07 13:20:47.236496000, delta=1030000 ns, racy<=15000 ns
13:20:47.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.237749000, lastModified=2022-06-07 13:20:47.236496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.237749000, lastModified=2022-06-07 13:20:47.236496000, delta=1253000 ns, racy<=15000 ns
13:20:47.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.237977000, lastModified=2022-06-07 13:20:47.236496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.236496000 to 2022-06-07 13:20:47.237496000
13:20:47.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.238197000, lastModified=2022-06-07 13:20:47.237496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.238197000, lastModified=2022-06-07 13:20:47.237496000, delta=701000 ns, racy<=15000 ns
13:20:47.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.238420000, lastModified=2022-06-07 13:20:47.237496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.238420000, lastModified=2022-06-07 13:20:47.237496000, delta=924000 ns, racy<=15000 ns
13:20:47.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.238639000, lastModified=2022-06-07 13:20:47.237496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.238639000, lastModified=2022-06-07 13:20:47.237496000, delta=1143000 ns, racy<=15000 ns
13:20:47.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.238861000, lastModified=2022-06-07 13:20:47.237496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.237496000 to 2022-06-07 13:20:47.238496000
13:20:47.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.239097000, lastModified=2022-06-07 13:20:47.238496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.239097000, lastModified=2022-06-07 13:20:47.238496000, delta=601000 ns, racy<=15000 ns
13:20:47.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.241335000, lastModified=2022-06-07 13:20:47.238496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.238496000 to 2022-06-07 13:20:47.240496000
13:20:47.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.241555000, lastModified=2022-06-07 13:20:47.240496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.241555000, lastModified=2022-06-07 13:20:47.240496000, delta=1059000 ns, racy<=15000 ns
13:20:47.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.241766000, lastModified=2022-06-07 13:20:47.240496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.241766000, lastModified=2022-06-07 13:20:47.240496000, delta=1270000 ns, racy<=15000 ns
13:20:47.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.241 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.241980000, lastModified=2022-06-07 13:20:47.241496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.241980000, lastModified=2022-06-07 13:20:47.241496000, delta=484000 ns, racy<=15000 ns
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.242197000, lastModified=2022-06-07 13:20:47.241496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.242197000, lastModified=2022-06-07 13:20:47.241496000, delta=701000 ns, racy<=15000 ns
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.242409000, lastModified=2022-06-07 13:20:47.241496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.242409000, lastModified=2022-06-07 13:20:47.241496000, delta=913000 ns, racy<=15000 ns
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.242614000, lastModified=2022-06-07 13:20:47.241496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.242614000, lastModified=2022-06-07 13:20:47.241496000, delta=1118000 ns, racy<=15000 ns
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.242834000, lastModified=2022-06-07 13:20:47.241496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.242834000, lastModified=2022-06-07 13:20:47.241496000, delta=1338000 ns, racy<=15000 ns
13:20:47.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.243050000, lastModified=2022-06-07 13:20:47.242496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.243050000, lastModified=2022-06-07 13:20:47.242496000, delta=554000 ns, racy<=15000 ns
13:20:47.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.243306000, lastModified=2022-06-07 13:20:47.242496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.243306000, lastModified=2022-06-07 13:20:47.242496000, delta=810000 ns, racy<=15000 ns
13:20:47.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.243512000, lastModified=2022-06-07 13:20:47.242496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.243512000, lastModified=2022-06-07 13:20:47.242496000, delta=1016000 ns, racy<=15000 ns
13:20:47.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.243719000, lastModified=2022-06-07 13:20:47.242496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.243719000, lastModified=2022-06-07 13:20:47.242496000, delta=1223000 ns, racy<=15000 ns
13:20:47.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.243925000, lastModified=2022-06-07 13:20:47.242496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.242496000 to 2022-06-07 13:20:47.243496000
13:20:47.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.246249000, lastModified=2022-06-07 13:20:47.245496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.246249000, lastModified=2022-06-07 13:20:47.245496000, delta=753000 ns, racy<=15000 ns
13:20:47.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.246468000, lastModified=2022-06-07 13:20:47.245496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.246468000, lastModified=2022-06-07 13:20:47.245496000, delta=972000 ns, racy<=15000 ns
13:20:47.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.246676000, lastModified=2022-06-07 13:20:47.245496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.246676000, lastModified=2022-06-07 13:20:47.245496000, delta=1180000 ns, racy<=15000 ns
13:20:47.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.246 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.246883000, lastModified=2022-06-07 13:20:47.245496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.245496000 to 2022-06-07 13:20:47.246496000
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.247099000, lastModified=2022-06-07 13:20:47.246496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.247099000, lastModified=2022-06-07 13:20:47.246496000, delta=603000 ns, racy<=15000 ns
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.247305000, lastModified=2022-06-07 13:20:47.246496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.247305000, lastModified=2022-06-07 13:20:47.246496000, delta=809000 ns, racy<=15000 ns
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.247506000, lastModified=2022-06-07 13:20:47.246496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.247506000, lastModified=2022-06-07 13:20:47.246496000, delta=1010000 ns, racy<=15000 ns
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.247709000, lastModified=2022-06-07 13:20:47.246496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.247709000, lastModified=2022-06-07 13:20:47.246496000, delta=1213000 ns, racy<=15000 ns
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.247 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.247909000, lastModified=2022-06-07 13:20:47.246496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.246496000 to 2022-06-07 13:20:47.247496000
13:20:47.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.248115000, lastModified=2022-06-07 13:20:47.247496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.248115000, lastModified=2022-06-07 13:20:47.247496000, delta=619000 ns, racy<=15000 ns
13:20:47.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.248319000, lastModified=2022-06-07 13:20:47.247496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.248319000, lastModified=2022-06-07 13:20:47.247496000, delta=823000 ns, racy<=15000 ns
13:20:47.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.248518000, lastModified=2022-06-07 13:20:47.247496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.248518000, lastModified=2022-06-07 13:20:47.247496000, delta=1022000 ns, racy<=15000 ns
13:20:47.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.250900000, lastModified=2022-06-07 13:20:47.247496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.247496000 to 2022-06-07 13:20:47.250496000
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.251125000, lastModified=2022-06-07 13:20:47.250496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.251125000, lastModified=2022-06-07 13:20:47.250496000, delta=629000 ns, racy<=15000 ns
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.251335000, lastModified=2022-06-07 13:20:47.250496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.251335000, lastModified=2022-06-07 13:20:47.250496000, delta=839000 ns, racy<=15000 ns
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.251544000, lastModified=2022-06-07 13:20:47.250496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.251544000, lastModified=2022-06-07 13:20:47.250496000, delta=1048000 ns, racy<=15000 ns
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.251751000, lastModified=2022-06-07 13:20:47.250496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.251751000, lastModified=2022-06-07 13:20:47.250496000, delta=1255000 ns, racy<=15000 ns
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.251 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.251974000, lastModified=2022-06-07 13:20:47.250496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.250496000 to 2022-06-07 13:20:47.251496000
13:20:47.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.252180000, lastModified=2022-06-07 13:20:47.251496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.252180000, lastModified=2022-06-07 13:20:47.251496000, delta=684000 ns, racy<=15000 ns
13:20:47.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.252 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.252385000, lastModified=2022-06-07 13:20:47.251496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.251496000 to 2022-06-07 13:20:47.252496000
13:20:47.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.253786000, lastModified=2022-06-07 13:20:47.252496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.253786000, lastModified=2022-06-07 13:20:47.252496000, delta=1290000 ns, racy<=15000 ns
13:20:47.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.254022000, lastModified=2022-06-07 13:20:47.253496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.254022000, lastModified=2022-06-07 13:20:47.253496000, delta=526000 ns, racy<=15000 ns
13:20:47.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.254271000, lastModified=2022-06-07 13:20:47.253496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.254271000, lastModified=2022-06-07 13:20:47.253496000, delta=775000 ns, racy<=15000 ns
13:20:47.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.254489000, lastModified=2022-06-07 13:20:47.253496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.254489000, lastModified=2022-06-07 13:20:47.253496000, delta=993000 ns, racy<=15000 ns
13:20:47.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.254706000, lastModified=2022-06-07 13:20:47.253496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.254706000, lastModified=2022-06-07 13:20:47.253496000, delta=1210000 ns, racy<=15000 ns
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.257168000, lastModified=2022-06-07 13:20:47.256496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.257168000, lastModified=2022-06-07 13:20:47.256496000, delta=672000 ns, racy<=15000 ns
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.257385000, lastModified=2022-06-07 13:20:47.256496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.257385000, lastModified=2022-06-07 13:20:47.256496000, delta=889000 ns, racy<=15000 ns
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.257601000, lastModified=2022-06-07 13:20:47.256496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.257601000, lastModified=2022-06-07 13:20:47.256496000, delta=1105000 ns, racy<=15000 ns
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.257811000, lastModified=2022-06-07 13:20:47.256496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.257811000, lastModified=2022-06-07 13:20:47.256496000, delta=1315000 ns, racy<=15000 ns
13:20:47.257 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.258041000, lastModified=2022-06-07 13:20:47.257496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.258041000, lastModified=2022-06-07 13:20:47.257496000, delta=545000 ns, racy<=15000 ns
13:20:47.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.258265000, lastModified=2022-06-07 13:20:47.257496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.258265000, lastModified=2022-06-07 13:20:47.257496000, delta=769000 ns, racy<=15000 ns
13:20:47.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.258476000, lastModified=2022-06-07 13:20:47.257496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.258476000, lastModified=2022-06-07 13:20:47.257496000, delta=980000 ns, racy<=15000 ns
13:20:47.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.258684000, lastModified=2022-06-07 13:20:47.257496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.258684000, lastModified=2022-06-07 13:20:47.257496000, delta=1188000 ns, racy<=15000 ns
13:20:47.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.258 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.258891000, lastModified=2022-06-07 13:20:47.257496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.257496000 to 2022-06-07 13:20:47.258496000
13:20:47.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.259106000, lastModified=2022-06-07 13:20:47.258496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.259106000, lastModified=2022-06-07 13:20:47.258496000, delta=610000 ns, racy<=15000 ns
13:20:47.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.259319000, lastModified=2022-06-07 13:20:47.258496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.259319000, lastModified=2022-06-07 13:20:47.258496000, delta=823000 ns, racy<=15000 ns
13:20:47.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.259536000, lastModified=2022-06-07 13:20:47.258496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.259536000, lastModified=2022-06-07 13:20:47.258496000, delta=1040000 ns, racy<=15000 ns
13:20:47.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.262467000, lastModified=2022-06-07 13:20:47.258496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.258496000 to 2022-06-07 13:20:47.261496000
13:20:47.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.262708000, lastModified=2022-06-07 13:20:47.261496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.262708000, lastModified=2022-06-07 13:20:47.261496000, delta=1212000 ns, racy<=15000 ns
13:20:47.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.262 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.262930000, lastModified=2022-06-07 13:20:47.261496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.261496000 to 2022-06-07 13:20:47.262496000
13:20:47.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.263158000, lastModified=2022-06-07 13:20:47.262496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.263158000, lastModified=2022-06-07 13:20:47.262496000, delta=662000 ns, racy<=15000 ns
13:20:47.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.263406000, lastModified=2022-06-07 13:20:47.262496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.263406000, lastModified=2022-06-07 13:20:47.262496000, delta=910000 ns, racy<=15000 ns
13:20:47.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.263637000, lastModified=2022-06-07 13:20:47.262496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.263637000, lastModified=2022-06-07 13:20:47.262496000, delta=1141000 ns, racy<=15000 ns
13:20:47.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.263 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.263866000, lastModified=2022-06-07 13:20:47.262496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.262496000 to 2022-06-07 13:20:47.263496000
13:20:47.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.264098000, lastModified=2022-06-07 13:20:47.263496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.264098000, lastModified=2022-06-07 13:20:47.263496000, delta=602000 ns, racy<=15000 ns
13:20:47.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.264331000, lastModified=2022-06-07 13:20:47.263496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.264331000, lastModified=2022-06-07 13:20:47.263496000, delta=835000 ns, racy<=15000 ns
13:20:47.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.264560000, lastModified=2022-06-07 13:20:47.263496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.264560000, lastModified=2022-06-07 13:20:47.263496000, delta=1064000 ns, racy<=15000 ns
13:20:47.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.264772000, lastModified=2022-06-07 13:20:47.263496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.264772000, lastModified=2022-06-07 13:20:47.263496000, delta=1276000 ns, racy<=15000 ns
13:20:47.264 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.264994000, lastModified=2022-06-07 13:20:47.264496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.264994000, lastModified=2022-06-07 13:20:47.264496000, delta=498000 ns, racy<=15000 ns
13:20:47.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.265235000, lastModified=2022-06-07 13:20:47.264496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.268 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.265235000, lastModified=2022-06-07 13:20:47.264496000, delta=739000 ns, racy<=15000 ns
13:20:47.268 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.268 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.268513000, lastModified=2022-06-07 13:20:47.267496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.268 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.268513000, lastModified=2022-06-07 13:20:47.267496000, delta=1017000 ns, racy<=15000 ns
13:20:47.268 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.268 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.268728000, lastModified=2022-06-07 13:20:47.267496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.268 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.268728000, lastModified=2022-06-07 13:20:47.267496000, delta=1232000 ns, racy<=15000 ns
13:20:47.268 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.268 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.268938000, lastModified=2022-06-07 13:20:47.267496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.267496000 to 2022-06-07 13:20:47.268496000
13:20:47.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.269230000, lastModified=2022-06-07 13:20:47.268496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.269230000, lastModified=2022-06-07 13:20:47.268496000, delta=734000 ns, racy<=15000 ns
13:20:47.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.269443000, lastModified=2022-06-07 13:20:47.268496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.269443000, lastModified=2022-06-07 13:20:47.268496000, delta=947000 ns, racy<=15000 ns
13:20:47.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.269680000, lastModified=2022-06-07 13:20:47.268496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.269680000, lastModified=2022-06-07 13:20:47.268496000, delta=1184000 ns, racy<=15000 ns
13:20:47.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.269 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.269916000, lastModified=2022-06-07 13:20:47.268496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.268496000 to 2022-06-07 13:20:47.269496000
13:20:47.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.270138000, lastModified=2022-06-07 13:20:47.269496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.270138000, lastModified=2022-06-07 13:20:47.269496000, delta=642000 ns, racy<=15000 ns
13:20:47.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.270357000, lastModified=2022-06-07 13:20:47.269496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.270357000, lastModified=2022-06-07 13:20:47.269496000, delta=861000 ns, racy<=15000 ns
13:20:47.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.270577000, lastModified=2022-06-07 13:20:47.269496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.270577000, lastModified=2022-06-07 13:20:47.269496000, delta=1081000 ns, racy<=15000 ns
13:20:47.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.270798000, lastModified=2022-06-07 13:20:47.269496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.270798000, lastModified=2022-06-07 13:20:47.269496000, delta=1302000 ns, racy<=15000 ns
13:20:47.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.271018000, lastModified=2022-06-07 13:20:47.270496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.271018000, lastModified=2022-06-07 13:20:47.270496000, delta=522000 ns, racy<=15000 ns
13:20:47.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.274296000, lastModified=2022-06-07 13:20:47.270496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.270496000 to 2022-06-07 13:20:47.273496000
13:20:47.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.274532000, lastModified=2022-06-07 13:20:47.273496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.274532000, lastModified=2022-06-07 13:20:47.273496000, delta=1036000 ns, racy<=15000 ns
13:20:47.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.274751000, lastModified=2022-06-07 13:20:47.273496000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.274751000, lastModified=2022-06-07 13:20:47.273496000, delta=1255000 ns, racy<=15000 ns
13:20:47.274 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.312347000, lastModified=2022-06-07 13:20:47.311497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.312347000, lastModified=2022-06-07 13:20:47.311497000, delta=850000 ns, racy<=15000 ns
13:20:47.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.312753000, lastModified=2022-06-07 13:20:47.311497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.312753000, lastModified=2022-06-07 13:20:47.311497000, delta=1256000 ns, racy<=15000 ns
13:20:47.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.313017000, lastModified=2022-06-07 13:20:47.312497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.313017000, lastModified=2022-06-07 13:20:47.312497000, delta=520000 ns, racy<=15000 ns
13:20:47.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.313274000, lastModified=2022-06-07 13:20:47.312497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.313274000, lastModified=2022-06-07 13:20:47.312497000, delta=777000 ns, racy<=15000 ns
13:20:47.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.313501000, lastModified=2022-06-07 13:20:47.312497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.313501000, lastModified=2022-06-07 13:20:47.312497000, delta=1004000 ns, racy<=15000 ns
13:20:47.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.313720000, lastModified=2022-06-07 13:20:47.312497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.313720000, lastModified=2022-06-07 13:20:47.312497000, delta=1223000 ns, racy<=15000 ns
13:20:47.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.313934000, lastModified=2022-06-07 13:20:47.312497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.312497000 to 2022-06-07 13:20:47.313497000
13:20:47.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.314164000, lastModified=2022-06-07 13:20:47.313497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.314164000, lastModified=2022-06-07 13:20:47.313497000, delta=667000 ns, racy<=15000 ns
13:20:47.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.314377000, lastModified=2022-06-07 13:20:47.313497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.314377000, lastModified=2022-06-07 13:20:47.313497000, delta=880000 ns, racy<=15000 ns
13:20:47.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.314 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.314589000, lastModified=2022-06-07 13:20:47.313497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.314589000, lastModified=2022-06-07 13:20:47.313497000, delta=1092000 ns, racy<=15000 ns
13:20:47.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.317948000, lastModified=2022-06-07 13:20:47.316497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.316497000 to 2022-06-07 13:20:47.317497000
13:20:47.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.318165000, lastModified=2022-06-07 13:20:47.317497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.318165000, lastModified=2022-06-07 13:20:47.317497000, delta=668000 ns, racy<=15000 ns
13:20:47.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.318405000, lastModified=2022-06-07 13:20:47.317497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.318405000, lastModified=2022-06-07 13:20:47.317497000, delta=908000 ns, racy<=15000 ns
13:20:47.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.318625000, lastModified=2022-06-07 13:20:47.317497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.318625000, lastModified=2022-06-07 13:20:47.317497000, delta=1128000 ns, racy<=15000 ns
13:20:47.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.318837000, lastModified=2022-06-07 13:20:47.317497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.318837000, lastModified=2022-06-07 13:20:47.317497000, delta=1340000 ns, racy<=15000 ns
13:20:47.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.319071000, lastModified=2022-06-07 13:20:47.318497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.319071000, lastModified=2022-06-07 13:20:47.318497000, delta=574000 ns, racy<=15000 ns
13:20:47.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.319332000, lastModified=2022-06-07 13:20:47.318497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.319332000, lastModified=2022-06-07 13:20:47.318497000, delta=835000 ns, racy<=15000 ns
13:20:47.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.319557000, lastModified=2022-06-07 13:20:47.318497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.319557000, lastModified=2022-06-07 13:20:47.318497000, delta=1060000 ns, racy<=15000 ns
13:20:47.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.319775000, lastModified=2022-06-07 13:20:47.318497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.319775000, lastModified=2022-06-07 13:20:47.318497000, delta=1278000 ns, racy<=15000 ns
13:20:47.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.319998000, lastModified=2022-06-07 13:20:47.319497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.319998000, lastModified=2022-06-07 13:20:47.319497000, delta=501000 ns, racy<=15000 ns
13:20:47.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.320239000, lastModified=2022-06-07 13:20:47.319497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.320239000, lastModified=2022-06-07 13:20:47.319497000, delta=742000 ns, racy<=15000 ns
13:20:47.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.320452000, lastModified=2022-06-07 13:20:47.319497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.320452000, lastModified=2022-06-07 13:20:47.319497000, delta=955000 ns, racy<=15000 ns
13:20:47.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.323795000, lastModified=2022-06-07 13:20:47.319497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.319497000 to 2022-06-07 13:20:47.323497000
13:20:47.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.324122000, lastModified=2022-06-07 13:20:47.323497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.324122000, lastModified=2022-06-07 13:20:47.323497000, delta=625000 ns, racy<=15000 ns
13:20:47.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.324349000, lastModified=2022-06-07 13:20:47.323497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.324349000, lastModified=2022-06-07 13:20:47.323497000, delta=852000 ns, racy<=15000 ns
13:20:47.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.324578000, lastModified=2022-06-07 13:20:47.323497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.324578000, lastModified=2022-06-07 13:20:47.323497000, delta=1081000 ns, racy<=15000 ns
13:20:47.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.324796000, lastModified=2022-06-07 13:20:47.323497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.324796000, lastModified=2022-06-07 13:20:47.323497000, delta=1299000 ns, racy<=15000 ns
13:20:47.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.325025000, lastModified=2022-06-07 13:20:47.324497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.325025000, lastModified=2022-06-07 13:20:47.324497000, delta=528000 ns, racy<=15000 ns
13:20:47.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.325258000, lastModified=2022-06-07 13:20:47.324497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.325258000, lastModified=2022-06-07 13:20:47.324497000, delta=761000 ns, racy<=15000 ns
13:20:47.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.325470000, lastModified=2022-06-07 13:20:47.324497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.325470000, lastModified=2022-06-07 13:20:47.324497000, delta=973000 ns, racy<=15000 ns
13:20:47.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.325685000, lastModified=2022-06-07 13:20:47.324497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.325685000, lastModified=2022-06-07 13:20:47.324497000, delta=1188000 ns, racy<=15000 ns
13:20:47.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.325900000, lastModified=2022-06-07 13:20:47.324497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.324497000 to 2022-06-07 13:20:47.325497000
13:20:47.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.326123000, lastModified=2022-06-07 13:20:47.325497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.326123000, lastModified=2022-06-07 13:20:47.325497000, delta=626000 ns, racy<=15000 ns
13:20:47.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.326338000, lastModified=2022-06-07 13:20:47.325497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.326338000, lastModified=2022-06-07 13:20:47.325497000, delta=841000 ns, racy<=15000 ns
13:20:47.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.326550000, lastModified=2022-06-07 13:20:47.325497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.326550000, lastModified=2022-06-07 13:20:47.325497000, delta=1053000 ns, racy<=15000 ns
13:20:47.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.330838000, lastModified=2022-06-07 13:20:47.329497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.330838000, lastModified=2022-06-07 13:20:47.329497000, delta=1341000 ns, racy<=15000 ns
13:20:47.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.331068000, lastModified=2022-06-07 13:20:47.330497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.331068000, lastModified=2022-06-07 13:20:47.330497000, delta=571000 ns, racy<=15000 ns
13:20:47.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.331288000, lastModified=2022-06-07 13:20:47.330497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.331288000, lastModified=2022-06-07 13:20:47.330497000, delta=791000 ns, racy<=15000 ns
13:20:47.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.331497000, lastModified=2022-06-07 13:20:47.330497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.331497000, lastModified=2022-06-07 13:20:47.330497000, delta=1000000 ns, racy<=15000 ns
13:20:47.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.331724000, lastModified=2022-06-07 13:20:47.330497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.331724000, lastModified=2022-06-07 13:20:47.330497000, delta=1227000 ns, racy<=15000 ns
13:20:47.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.331951000, lastModified=2022-06-07 13:20:47.330497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.330497000 to 2022-06-07 13:20:47.331497000
13:20:47.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.332162000, lastModified=2022-06-07 13:20:47.331497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.332162000, lastModified=2022-06-07 13:20:47.331497000, delta=665000 ns, racy<=15000 ns
13:20:47.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.332372000, lastModified=2022-06-07 13:20:47.331497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.332372000, lastModified=2022-06-07 13:20:47.331497000, delta=875000 ns, racy<=15000 ns
13:20:47.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.332583000, lastModified=2022-06-07 13:20:47.331497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.332583000, lastModified=2022-06-07 13:20:47.331497000, delta=1086000 ns, racy<=15000 ns
13:20:47.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.332788000, lastModified=2022-06-07 13:20:47.331497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.332788000, lastModified=2022-06-07 13:20:47.331497000, delta=1291000 ns, racy<=15000 ns
13:20:47.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.333006000, lastModified=2022-06-07 13:20:47.332497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.333006000, lastModified=2022-06-07 13:20:47.332497000, delta=509000 ns, racy<=15000 ns
13:20:47.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.333226000, lastModified=2022-06-07 13:20:47.332497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.333226000, lastModified=2022-06-07 13:20:47.332497000, delta=729000 ns, racy<=15000 ns
13:20:47.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.337505000, lastModified=2022-06-07 13:20:47.332497000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.332497000 to 2022-06-07 13:20:47.336498000
13:20:47.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.337745000, lastModified=2022-06-07 13:20:47.336498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.337745000, lastModified=2022-06-07 13:20:47.336498000, delta=1247000 ns, racy<=15000 ns
13:20:47.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.337979000, lastModified=2022-06-07 13:20:47.337498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.337979000, lastModified=2022-06-07 13:20:47.337498000, delta=481000 ns, racy<=15000 ns
13:20:47.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.338217000, lastModified=2022-06-07 13:20:47.337498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.338217000, lastModified=2022-06-07 13:20:47.337498000, delta=719000 ns, racy<=15000 ns
13:20:47.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.338432000, lastModified=2022-06-07 13:20:47.337498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.338432000, lastModified=2022-06-07 13:20:47.337498000, delta=934000 ns, racy<=15000 ns
13:20:47.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.338648000, lastModified=2022-06-07 13:20:47.337498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.338648000, lastModified=2022-06-07 13:20:47.337498000, delta=1150000 ns, racy<=15000 ns
13:20:47.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.338 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.338858000, lastModified=2022-06-07 13:20:47.337498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.338858000, lastModified=2022-06-07 13:20:47.337498000, delta=1360000 ns, racy<=15000 ns
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.339110000, lastModified=2022-06-07 13:20:47.338498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.339110000, lastModified=2022-06-07 13:20:47.338498000, delta=612000 ns, racy<=15000 ns
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.339327000, lastModified=2022-06-07 13:20:47.338498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.339327000, lastModified=2022-06-07 13:20:47.338498000, delta=829000 ns, racy<=15000 ns
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.339535000, lastModified=2022-06-07 13:20:47.338498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.339535000, lastModified=2022-06-07 13:20:47.338498000, delta=1037000 ns, racy<=15000 ns
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.339749000, lastModified=2022-06-07 13:20:47.338498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.339749000, lastModified=2022-06-07 13:20:47.338498000, delta=1251000 ns, racy<=15000 ns
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.339 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.339974000, lastModified=2022-06-07 13:20:47.338498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.338498000 to 2022-06-07 13:20:47.339498000
13:20:47.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.340232000, lastModified=2022-06-07 13:20:47.339498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.340232000, lastModified=2022-06-07 13:20:47.339498000, delta=734000 ns, racy<=15000 ns
13:20:47.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.344593000, lastModified=2022-06-07 13:20:47.343498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.344593000, lastModified=2022-06-07 13:20:47.343498000, delta=1095000 ns, racy<=15000 ns
13:20:47.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.344812000, lastModified=2022-06-07 13:20:47.343498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.344812000, lastModified=2022-06-07 13:20:47.343498000, delta=1314000 ns, racy<=15000 ns
13:20:47.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.345042000, lastModified=2022-06-07 13:20:47.344498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.345042000, lastModified=2022-06-07 13:20:47.344498000, delta=544000 ns, racy<=15000 ns
13:20:47.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.345268000, lastModified=2022-06-07 13:20:47.344498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.345268000, lastModified=2022-06-07 13:20:47.344498000, delta=770000 ns, racy<=15000 ns
13:20:47.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.345481000, lastModified=2022-06-07 13:20:47.344498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.345481000, lastModified=2022-06-07 13:20:47.344498000, delta=983000 ns, racy<=15000 ns
13:20:47.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.345700000, lastModified=2022-06-07 13:20:47.344498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.345700000, lastModified=2022-06-07 13:20:47.344498000, delta=1202000 ns, racy<=15000 ns
13:20:47.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.345923000, lastModified=2022-06-07 13:20:47.344498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.344498000 to 2022-06-07 13:20:47.345498000
13:20:47.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.346158000, lastModified=2022-06-07 13:20:47.345498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.346158000, lastModified=2022-06-07 13:20:47.345498000, delta=660000 ns, racy<=15000 ns
13:20:47.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.346376000, lastModified=2022-06-07 13:20:47.345498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.346376000, lastModified=2022-06-07 13:20:47.345498000, delta=878000 ns, racy<=15000 ns
13:20:47.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.346589000, lastModified=2022-06-07 13:20:47.345498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.346589000, lastModified=2022-06-07 13:20:47.345498000, delta=1091000 ns, racy<=15000 ns
13:20:47.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.346811000, lastModified=2022-06-07 13:20:47.345498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.346811000, lastModified=2022-06-07 13:20:47.345498000, delta=1313000 ns, racy<=15000 ns
13:20:47.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.347 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.347036000, lastModified=2022-06-07 13:20:47.346498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.347 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.347036000, lastModified=2022-06-07 13:20:47.346498000, delta=538000 ns, racy<=15000 ns
13:20:47.347 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.351411000, lastModified=2022-06-07 13:20:47.346498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.346498000 to 2022-06-07 13:20:47.350498000
13:20:47.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.351676000, lastModified=2022-06-07 13:20:47.350498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.351676000, lastModified=2022-06-07 13:20:47.350498000, delta=1178000 ns, racy<=15000 ns
13:20:47.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.351893000, lastModified=2022-06-07 13:20:47.350498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.350498000 to 2022-06-07 13:20:47.351498000
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.352120000, lastModified=2022-06-07 13:20:47.351498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.352120000, lastModified=2022-06-07 13:20:47.351498000, delta=622000 ns, racy<=15000 ns
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.352333000, lastModified=2022-06-07 13:20:47.351498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.352333000, lastModified=2022-06-07 13:20:47.351498000, delta=835000 ns, racy<=15000 ns
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.352546000, lastModified=2022-06-07 13:20:47.351498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.352546000, lastModified=2022-06-07 13:20:47.351498000, delta=1048000 ns, racy<=15000 ns
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.352757000, lastModified=2022-06-07 13:20:47.351498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.352757000, lastModified=2022-06-07 13:20:47.351498000, delta=1259000 ns, racy<=15000 ns
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.352980000, lastModified=2022-06-07 13:20:47.352498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.352980000, lastModified=2022-06-07 13:20:47.352498000, delta=482000 ns, racy<=15000 ns
13:20:47.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.353212000, lastModified=2022-06-07 13:20:47.352498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.353212000, lastModified=2022-06-07 13:20:47.352498000, delta=714000 ns, racy<=15000 ns
13:20:47.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.353425000, lastModified=2022-06-07 13:20:47.352498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.353425000, lastModified=2022-06-07 13:20:47.352498000, delta=927000 ns, racy<=15000 ns
13:20:47.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.353635000, lastModified=2022-06-07 13:20:47.352498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.353635000, lastModified=2022-06-07 13:20:47.352498000, delta=1137000 ns, racy<=15000 ns
13:20:47.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.353884000, lastModified=2022-06-07 13:20:47.352498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.352498000 to 2022-06-07 13:20:47.353498000
13:20:47.354 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.354113000, lastModified=2022-06-07 13:20:47.353498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.354113000, lastModified=2022-06-07 13:20:47.353498000, delta=615000 ns, racy<=15000 ns
13:20:47.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.360424000, lastModified=2022-06-07 13:20:47.359498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.360424000, lastModified=2022-06-07 13:20:47.359498000, delta=926000 ns, racy<=15000 ns
13:20:47.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.360652000, lastModified=2022-06-07 13:20:47.359498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.360652000, lastModified=2022-06-07 13:20:47.359498000, delta=1154000 ns, racy<=15000 ns
13:20:47.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.360 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.360876000, lastModified=2022-06-07 13:20:47.359498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.359498000 to 2022-06-07 13:20:47.360498000
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.361090000, lastModified=2022-06-07 13:20:47.360498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.361090000, lastModified=2022-06-07 13:20:47.360498000, delta=592000 ns, racy<=15000 ns
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.361302000, lastModified=2022-06-07 13:20:47.360498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.361302000, lastModified=2022-06-07 13:20:47.360498000, delta=804000 ns, racy<=15000 ns
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.361516000, lastModified=2022-06-07 13:20:47.360498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.361516000, lastModified=2022-06-07 13:20:47.360498000, delta=1018000 ns, racy<=15000 ns
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.361724000, lastModified=2022-06-07 13:20:47.360498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.361724000, lastModified=2022-06-07 13:20:47.360498000, delta=1226000 ns, racy<=15000 ns
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.361 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.361930000, lastModified=2022-06-07 13:20:47.360498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.360498000 to 2022-06-07 13:20:47.361498000
13:20:47.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.362140000, lastModified=2022-06-07 13:20:47.361498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.362140000, lastModified=2022-06-07 13:20:47.361498000, delta=642000 ns, racy<=15000 ns
13:20:47.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.362347000, lastModified=2022-06-07 13:20:47.361498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.362347000, lastModified=2022-06-07 13:20:47.361498000, delta=849000 ns, racy<=15000 ns
13:20:47.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.362587000, lastModified=2022-06-07 13:20:47.361498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.362587000, lastModified=2022-06-07 13:20:47.361498000, delta=1089000 ns, racy<=15000 ns
13:20:47.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.362813000, lastModified=2022-06-07 13:20:47.361498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.362813000, lastModified=2022-06-07 13:20:47.361498000, delta=1315000 ns, racy<=15000 ns
13:20:47.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.365082000, lastModified=2022-06-07 13:20:47.362498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.362498000 to 2022-06-07 13:20:47.364498000
13:20:47.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.365309000, lastModified=2022-06-07 13:20:47.364498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.365309000, lastModified=2022-06-07 13:20:47.364498000, delta=811000 ns, racy<=15000 ns
13:20:47.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.365544000, lastModified=2022-06-07 13:20:47.364498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.365544000, lastModified=2022-06-07 13:20:47.364498000, delta=1046000 ns, racy<=15000 ns
13:20:47.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.365755000, lastModified=2022-06-07 13:20:47.364498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.365755000, lastModified=2022-06-07 13:20:47.364498000, delta=1257000 ns, racy<=15000 ns
13:20:47.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.365 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.365970000, lastModified=2022-06-07 13:20:47.364498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.364498000 to 2022-06-07 13:20:47.365498000
13:20:47.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.366214000, lastModified=2022-06-07 13:20:47.365498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.366214000, lastModified=2022-06-07 13:20:47.365498000, delta=716000 ns, racy<=15000 ns
13:20:47.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.366433000, lastModified=2022-06-07 13:20:47.365498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.366433000, lastModified=2022-06-07 13:20:47.365498000, delta=935000 ns, racy<=15000 ns
13:20:47.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.366639000, lastModified=2022-06-07 13:20:47.365498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.366639000, lastModified=2022-06-07 13:20:47.365498000, delta=1141000 ns, racy<=15000 ns
13:20:47.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.366851000, lastModified=2022-06-07 13:20:47.365498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.366 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.366851000, lastModified=2022-06-07 13:20:47.365498000, delta=1353000 ns, racy<=15000 ns
13:20:47.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.367084000, lastModified=2022-06-07 13:20:47.366498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.367084000, lastModified=2022-06-07 13:20:47.366498000, delta=586000 ns, racy<=15000 ns
13:20:47.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.367292000, lastModified=2022-06-07 13:20:47.366498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.367292000, lastModified=2022-06-07 13:20:47.366498000, delta=794000 ns, racy<=15000 ns
13:20:47.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.367495000, lastModified=2022-06-07 13:20:47.366498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.367495000, lastModified=2022-06-07 13:20:47.366498000, delta=997000 ns, racy<=15000 ns
13:20:47.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.367 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.367699000, lastModified=2022-06-07 13:20:47.366498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.367699000, lastModified=2022-06-07 13:20:47.366498000, delta=1201000 ns, racy<=15000 ns
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.370124000, lastModified=2022-06-07 13:20:47.369498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.370124000, lastModified=2022-06-07 13:20:47.369498000, delta=626000 ns, racy<=15000 ns
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.370344000, lastModified=2022-06-07 13:20:47.369498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.370344000, lastModified=2022-06-07 13:20:47.369498000, delta=846000 ns, racy<=15000 ns
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.370551000, lastModified=2022-06-07 13:20:47.369498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.370551000, lastModified=2022-06-07 13:20:47.369498000, delta=1053000 ns, racy<=15000 ns
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.370756000, lastModified=2022-06-07 13:20:47.369498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.370756000, lastModified=2022-06-07 13:20:47.369498000, delta=1258000 ns, racy<=15000 ns
13:20:47.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.370980000, lastModified=2022-06-07 13:20:47.370498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.370980000, lastModified=2022-06-07 13:20:47.370498000, delta=482000 ns, racy<=15000 ns
13:20:47.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.371284000, lastModified=2022-06-07 13:20:47.370498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.371284000, lastModified=2022-06-07 13:20:47.370498000, delta=786000 ns, racy<=15000 ns
13:20:47.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.371495000, lastModified=2022-06-07 13:20:47.370498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.371495000, lastModified=2022-06-07 13:20:47.370498000, delta=997000 ns, racy<=15000 ns
13:20:47.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.371736000, lastModified=2022-06-07 13:20:47.370498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.371736000, lastModified=2022-06-07 13:20:47.370498000, delta=1238000 ns, racy<=15000 ns
13:20:47.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.371 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.371952000, lastModified=2022-06-07 13:20:47.370498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.370498000 to 2022-06-07 13:20:47.371498000
13:20:47.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.372155000, lastModified=2022-06-07 13:20:47.371498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.372155000, lastModified=2022-06-07 13:20:47.371498000, delta=657000 ns, racy<=15000 ns
13:20:47.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.372369000, lastModified=2022-06-07 13:20:47.371498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.372369000, lastModified=2022-06-07 13:20:47.371498000, delta=871000 ns, racy<=15000 ns
13:20:47.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.372578000, lastModified=2022-06-07 13:20:47.371498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.372578000, lastModified=2022-06-07 13:20:47.371498000, delta=1080000 ns, racy<=15000 ns
13:20:47.372 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.375012000, lastModified=2022-06-07 13:20:47.371498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.371498000 to 2022-06-07 13:20:47.374498000
13:20:47.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.375230000, lastModified=2022-06-07 13:20:47.374498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.375230000, lastModified=2022-06-07 13:20:47.374498000, delta=732000 ns, racy<=15000 ns
13:20:47.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.375440000, lastModified=2022-06-07 13:20:47.374498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.375440000, lastModified=2022-06-07 13:20:47.374498000, delta=942000 ns, racy<=15000 ns
13:20:47.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.375652000, lastModified=2022-06-07 13:20:47.374498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.375652000, lastModified=2022-06-07 13:20:47.374498000, delta=1154000 ns, racy<=15000 ns
13:20:47.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.375863000, lastModified=2022-06-07 13:20:47.374498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.374498000 to 2022-06-07 13:20:47.375498000
13:20:47.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.376068000, lastModified=2022-06-07 13:20:47.375498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.376068000, lastModified=2022-06-07 13:20:47.375498000, delta=570000 ns, racy<=15000 ns
13:20:47.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.376324000, lastModified=2022-06-07 13:20:47.375498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.376324000, lastModified=2022-06-07 13:20:47.375498000, delta=826000 ns, racy<=15000 ns
13:20:47.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.376605000, lastModified=2022-06-07 13:20:47.375498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.376605000, lastModified=2022-06-07 13:20:47.375498000, delta=1107000 ns, racy<=15000 ns
13:20:47.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.377099000, lastModified=2022-06-07 13:20:47.376498000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.377099000, lastModified=2022-06-07 13:20:47.376498000, delta=601000 ns, racy<=15000 ns
13:20:47.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.412334000, lastModified=2022-06-07 13:20:47.411499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.412334000, lastModified=2022-06-07 13:20:47.411499000, delta=835000 ns, racy<=15000 ns
13:20:47.412 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.412990000, lastModified=2022-06-07 13:20:47.412499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.412990000, lastModified=2022-06-07 13:20:47.412499000, delta=491000 ns, racy<=15000 ns
13:20:47.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.413308000, lastModified=2022-06-07 13:20:47.412499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.413308000, lastModified=2022-06-07 13:20:47.412499000, delta=809000 ns, racy<=15000 ns
13:20:47.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.413536000, lastModified=2022-06-07 13:20:47.412499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.413536000, lastModified=2022-06-07 13:20:47.412499000, delta=1037000 ns, racy<=15000 ns
13:20:47.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.416051000, lastModified=2022-06-07 13:20:47.415499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.416051000, lastModified=2022-06-07 13:20:47.415499000, delta=552000 ns, racy<=15000 ns
13:20:47.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.416280000, lastModified=2022-06-07 13:20:47.415499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.416280000, lastModified=2022-06-07 13:20:47.415499000, delta=781000 ns, racy<=15000 ns
13:20:47.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.416492000, lastModified=2022-06-07 13:20:47.415499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.416492000, lastModified=2022-06-07 13:20:47.415499000, delta=993000 ns, racy<=15000 ns
13:20:47.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.416702000, lastModified=2022-06-07 13:20:47.415499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.416702000, lastModified=2022-06-07 13:20:47.415499000, delta=1203000 ns, racy<=15000 ns
13:20:47.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.416 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.416913000, lastModified=2022-06-07 13:20:47.415499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.415499000 to 2022-06-07 13:20:47.416499000
13:20:47.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.417129000, lastModified=2022-06-07 13:20:47.416499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.417129000, lastModified=2022-06-07 13:20:47.416499000, delta=630000 ns, racy<=15000 ns
13:20:47.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.417344000, lastModified=2022-06-07 13:20:47.416499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.417344000, lastModified=2022-06-07 13:20:47.416499000, delta=845000 ns, racy<=15000 ns
13:20:47.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.417561000, lastModified=2022-06-07 13:20:47.416499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.417561000, lastModified=2022-06-07 13:20:47.416499000, delta=1062000 ns, racy<=15000 ns
13:20:47.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.417790000, lastModified=2022-06-07 13:20:47.416499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.417790000, lastModified=2022-06-07 13:20:47.416499000, delta=1291000 ns, racy<=15000 ns
13:20:47.417 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.418045000, lastModified=2022-06-07 13:20:47.417499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.418045000, lastModified=2022-06-07 13:20:47.417499000, delta=546000 ns, racy<=15000 ns
13:20:47.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.418273000, lastModified=2022-06-07 13:20:47.417499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.418273000, lastModified=2022-06-07 13:20:47.417499000, delta=774000 ns, racy<=15000 ns
13:20:47.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.418500000, lastModified=2022-06-07 13:20:47.417499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.418500000, lastModified=2022-06-07 13:20:47.417499000, delta=1001000 ns, racy<=15000 ns
13:20:47.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.421423000, lastModified=2022-06-07 13:20:47.417499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.417499000 to 2022-06-07 13:20:47.420499000
13:20:47.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.421660000, lastModified=2022-06-07 13:20:47.420499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.421660000, lastModified=2022-06-07 13:20:47.420499000, delta=1161000 ns, racy<=15000 ns
13:20:47.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.421 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.421872000, lastModified=2022-06-07 13:20:47.420499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.420499000 to 2022-06-07 13:20:47.421499000
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.422101000, lastModified=2022-06-07 13:20:47.421499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.422101000, lastModified=2022-06-07 13:20:47.421499000, delta=602000 ns, racy<=15000 ns
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.422316000, lastModified=2022-06-07 13:20:47.421499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.422316000, lastModified=2022-06-07 13:20:47.421499000, delta=817000 ns, racy<=15000 ns
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.422525000, lastModified=2022-06-07 13:20:47.421499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.422525000, lastModified=2022-06-07 13:20:47.421499000, delta=1026000 ns, racy<=15000 ns
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.422745000, lastModified=2022-06-07 13:20:47.421499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.422745000, lastModified=2022-06-07 13:20:47.421499000, delta=1246000 ns, racy<=15000 ns
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.422968000, lastModified=2022-06-07 13:20:47.421499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.421499000 to 2022-06-07 13:20:47.422499000
13:20:47.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.423173000, lastModified=2022-06-07 13:20:47.422499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.422499000 to 2022-06-07 13:20:47.423499000
13:20:47.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.424456000, lastModified=2022-06-07 13:20:47.423499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.424456000, lastModified=2022-06-07 13:20:47.423499000, delta=957000 ns, racy<=15000 ns
13:20:47.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.424687000, lastModified=2022-06-07 13:20:47.423499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.424687000, lastModified=2022-06-07 13:20:47.423499000, delta=1188000 ns, racy<=15000 ns
13:20:47.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.424923000, lastModified=2022-06-07 13:20:47.423499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.425 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.423499000 to 2022-06-07 13:20:47.424499000
13:20:47.425 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.425137000, lastModified=2022-06-07 13:20:47.424499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.425137000, lastModified=2022-06-07 13:20:47.424499000, delta=638000 ns, racy<=15000 ns
13:20:47.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.428385000, lastModified=2022-06-07 13:20:47.427499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.428385000, lastModified=2022-06-07 13:20:47.427499000, delta=886000 ns, racy<=15000 ns
13:20:47.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.428606000, lastModified=2022-06-07 13:20:47.427499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.428606000, lastModified=2022-06-07 13:20:47.427499000, delta=1107000 ns, racy<=15000 ns
13:20:47.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.428826000, lastModified=2022-06-07 13:20:47.427499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.428826000, lastModified=2022-06-07 13:20:47.427499000, delta=1327000 ns, racy<=15000 ns
13:20:47.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.429048000, lastModified=2022-06-07 13:20:47.428499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.429048000, lastModified=2022-06-07 13:20:47.428499000, delta=549000 ns, racy<=15000 ns
13:20:47.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.429286000, lastModified=2022-06-07 13:20:47.428499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.429286000, lastModified=2022-06-07 13:20:47.428499000, delta=787000 ns, racy<=15000 ns
13:20:47.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.429495000, lastModified=2022-06-07 13:20:47.428499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.429495000, lastModified=2022-06-07 13:20:47.428499000, delta=996000 ns, racy<=15000 ns
13:20:47.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.429708000, lastModified=2022-06-07 13:20:47.428499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.429708000, lastModified=2022-06-07 13:20:47.428499000, delta=1209000 ns, racy<=15000 ns
13:20:47.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.429919000, lastModified=2022-06-07 13:20:47.428499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.428499000 to 2022-06-07 13:20:47.429499000
13:20:47.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.430131000, lastModified=2022-06-07 13:20:47.429499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.430131000, lastModified=2022-06-07 13:20:47.429499000, delta=632000 ns, racy<=15000 ns
13:20:47.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.430340000, lastModified=2022-06-07 13:20:47.429499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.430340000, lastModified=2022-06-07 13:20:47.429499000, delta=841000 ns, racy<=15000 ns
13:20:47.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.430573000, lastModified=2022-06-07 13:20:47.429499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.430573000, lastModified=2022-06-07 13:20:47.429499000, delta=1074000 ns, racy<=15000 ns
13:20:47.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.430780000, lastModified=2022-06-07 13:20:47.429499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.430780000, lastModified=2022-06-07 13:20:47.429499000, delta=1281000 ns, racy<=15000 ns
13:20:47.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.433993000, lastModified=2022-06-07 13:20:47.430499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.430499000 to 2022-06-07 13:20:47.433499000
13:20:47.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.434249000, lastModified=2022-06-07 13:20:47.433499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.434249000, lastModified=2022-06-07 13:20:47.433499000, delta=750000 ns, racy<=15000 ns
13:20:47.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.434467000, lastModified=2022-06-07 13:20:47.433499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.434467000, lastModified=2022-06-07 13:20:47.433499000, delta=968000 ns, racy<=15000 ns
13:20:47.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.434690000, lastModified=2022-06-07 13:20:47.433499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.434690000, lastModified=2022-06-07 13:20:47.433499000, delta=1191000 ns, racy<=15000 ns
13:20:47.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.434909000, lastModified=2022-06-07 13:20:47.433499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.433499000 to 2022-06-07 13:20:47.434499000
13:20:47.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.435139000, lastModified=2022-06-07 13:20:47.434499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.435139000, lastModified=2022-06-07 13:20:47.434499000, delta=640000 ns, racy<=15000 ns
13:20:47.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.435372000, lastModified=2022-06-07 13:20:47.434499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.435372000, lastModified=2022-06-07 13:20:47.434499000, delta=873000 ns, racy<=15000 ns
13:20:47.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.435593000, lastModified=2022-06-07 13:20:47.434499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.435593000, lastModified=2022-06-07 13:20:47.434499000, delta=1094000 ns, racy<=15000 ns
13:20:47.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.435813000, lastModified=2022-06-07 13:20:47.434499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.435813000, lastModified=2022-06-07 13:20:47.434499000, delta=1314000 ns, racy<=15000 ns
13:20:47.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.436 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.436043000, lastModified=2022-06-07 13:20:47.435499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.436 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.436043000, lastModified=2022-06-07 13:20:47.435499000, delta=544000 ns, racy<=15000 ns
13:20:47.436 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.436 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.436258000, lastModified=2022-06-07 13:20:47.435499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.436 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.436258000, lastModified=2022-06-07 13:20:47.435499000, delta=759000 ns, racy<=15000 ns
13:20:47.436 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.436 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.436456000, lastModified=2022-06-07 13:20:47.435499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.436 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.436456000, lastModified=2022-06-07 13:20:47.435499000, delta=957000 ns, racy<=15000 ns
13:20:47.436 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.436 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.436657000, lastModified=2022-06-07 13:20:47.435499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.436657000, lastModified=2022-06-07 13:20:47.435499000, delta=1158000 ns, racy<=15000 ns
13:20:47.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.439977000, lastModified=2022-06-07 13:20:47.439499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.439977000, lastModified=2022-06-07 13:20:47.439499000, delta=478000 ns, racy<=15000 ns
13:20:47.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.440227000, lastModified=2022-06-07 13:20:47.439499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.440227000, lastModified=2022-06-07 13:20:47.439499000, delta=728000 ns, racy<=15000 ns
13:20:47.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.440441000, lastModified=2022-06-07 13:20:47.439499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.440441000, lastModified=2022-06-07 13:20:47.439499000, delta=942000 ns, racy<=15000 ns
13:20:47.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.440648000, lastModified=2022-06-07 13:20:47.439499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.440648000, lastModified=2022-06-07 13:20:47.439499000, delta=1149000 ns, racy<=15000 ns
13:20:47.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.440851000, lastModified=2022-06-07 13:20:47.439499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.440851000, lastModified=2022-06-07 13:20:47.439499000, delta=1352000 ns, racy<=15000 ns
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.441087000, lastModified=2022-06-07 13:20:47.440499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.441087000, lastModified=2022-06-07 13:20:47.440499000, delta=588000 ns, racy<=15000 ns
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.441317000, lastModified=2022-06-07 13:20:47.440499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.441317000, lastModified=2022-06-07 13:20:47.440499000, delta=818000 ns, racy<=15000 ns
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.441528000, lastModified=2022-06-07 13:20:47.440499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.441528000, lastModified=2022-06-07 13:20:47.440499000, delta=1029000 ns, racy<=15000 ns
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.441733000, lastModified=2022-06-07 13:20:47.440499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.441733000, lastModified=2022-06-07 13:20:47.440499000, delta=1234000 ns, racy<=15000 ns
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.441932000, lastModified=2022-06-07 13:20:47.440499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.442 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.440499000 to 2022-06-07 13:20:47.441499000
13:20:47.442 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.442141000, lastModified=2022-06-07 13:20:47.441499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.442 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.442141000, lastModified=2022-06-07 13:20:47.441499000, delta=642000 ns, racy<=15000 ns
13:20:47.442 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.442 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.442361000, lastModified=2022-06-07 13:20:47.441499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.442 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.442361000, lastModified=2022-06-07 13:20:47.441499000, delta=862000 ns, racy<=15000 ns
13:20:47.442 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.445774000, lastModified=2022-06-07 13:20:47.441499000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.441499000 to 2022-06-07 13:20:47.444499000
13:20:47.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.446034000, lastModified=2022-06-07 13:20:47.445500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.446034000, lastModified=2022-06-07 13:20:47.445500000, delta=534000 ns, racy<=15000 ns
13:20:47.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.446273000, lastModified=2022-06-07 13:20:47.445500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.446273000, lastModified=2022-06-07 13:20:47.445500000, delta=773000 ns, racy<=15000 ns
13:20:47.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.446483000, lastModified=2022-06-07 13:20:47.445500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.446483000, lastModified=2022-06-07 13:20:47.445500000, delta=983000 ns, racy<=15000 ns
13:20:47.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.446701000, lastModified=2022-06-07 13:20:47.445500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.446701000, lastModified=2022-06-07 13:20:47.445500000, delta=1201000 ns, racy<=15000 ns
13:20:47.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.446912000, lastModified=2022-06-07 13:20:47.445500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.445500000 to 2022-06-07 13:20:47.446500000
13:20:47.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.447164000, lastModified=2022-06-07 13:20:47.446500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.447164000, lastModified=2022-06-07 13:20:47.446500000, delta=664000 ns, racy<=15000 ns
13:20:47.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.447370000, lastModified=2022-06-07 13:20:47.446500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.447370000, lastModified=2022-06-07 13:20:47.446500000, delta=870000 ns, racy<=15000 ns
13:20:47.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.447586000, lastModified=2022-06-07 13:20:47.446500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.447586000, lastModified=2022-06-07 13:20:47.446500000, delta=1086000 ns, racy<=15000 ns
13:20:47.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.447788000, lastModified=2022-06-07 13:20:47.446500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.447788000, lastModified=2022-06-07 13:20:47.446500000, delta=1288000 ns, racy<=15000 ns
13:20:47.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.447999000, lastModified=2022-06-07 13:20:47.447500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.447999000, lastModified=2022-06-07 13:20:47.447500000, delta=499000 ns, racy<=15000 ns
13:20:47.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.448211000, lastModified=2022-06-07 13:20:47.447500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.448211000, lastModified=2022-06-07 13:20:47.447500000, delta=711000 ns, racy<=15000 ns
13:20:47.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.448 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.448417000, lastModified=2022-06-07 13:20:47.447500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.448417000, lastModified=2022-06-07 13:20:47.447500000, delta=917000 ns, racy<=15000 ns
13:20:47.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.452848000, lastModified=2022-06-07 13:20:47.451500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.451500000 to 2022-06-07 13:20:47.452500000
13:20:47.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.453100000, lastModified=2022-06-07 13:20:47.452500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.453100000, lastModified=2022-06-07 13:20:47.452500000, delta=600000 ns, racy<=15000 ns
13:20:47.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.453365000, lastModified=2022-06-07 13:20:47.452500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.453365000, lastModified=2022-06-07 13:20:47.452500000, delta=865000 ns, racy<=15000 ns
13:20:47.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.453592000, lastModified=2022-06-07 13:20:47.452500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.453592000, lastModified=2022-06-07 13:20:47.452500000, delta=1092000 ns, racy<=15000 ns
13:20:47.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.453806000, lastModified=2022-06-07 13:20:47.452500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.453806000, lastModified=2022-06-07 13:20:47.452500000, delta=1306000 ns, racy<=15000 ns
13:20:47.453 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.454048000, lastModified=2022-06-07 13:20:47.453500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.454048000, lastModified=2022-06-07 13:20:47.453500000, delta=548000 ns, racy<=15000 ns
13:20:47.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.454269000, lastModified=2022-06-07 13:20:47.453500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.454269000, lastModified=2022-06-07 13:20:47.453500000, delta=769000 ns, racy<=15000 ns
13:20:47.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.454502000, lastModified=2022-06-07 13:20:47.453500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.454502000, lastModified=2022-06-07 13:20:47.453500000, delta=1002000 ns, racy<=15000 ns
13:20:47.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.454744000, lastModified=2022-06-07 13:20:47.453500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.454744000, lastModified=2022-06-07 13:20:47.453500000, delta=1244000 ns, racy<=15000 ns
13:20:47.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.454 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.454975000, lastModified=2022-06-07 13:20:47.453500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.453500000 to 2022-06-07 13:20:47.454500000
13:20:47.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.455193000, lastModified=2022-06-07 13:20:47.454500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.455193000, lastModified=2022-06-07 13:20:47.454500000, delta=693000 ns, racy<=15000 ns
13:20:47.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.455416000, lastModified=2022-06-07 13:20:47.454500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.455416000, lastModified=2022-06-07 13:20:47.454500000, delta=916000 ns, racy<=15000 ns
13:20:47.455 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.459836000, lastModified=2022-06-07 13:20:47.454500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.454500000 to 2022-06-07 13:20:47.459500000
13:20:47.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.460175000, lastModified=2022-06-07 13:20:47.459500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.460175000, lastModified=2022-06-07 13:20:47.459500000, delta=675000 ns, racy<=15000 ns
13:20:47.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.460409000, lastModified=2022-06-07 13:20:47.459500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.460409000, lastModified=2022-06-07 13:20:47.459500000, delta=909000 ns, racy<=15000 ns
13:20:47.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.460638000, lastModified=2022-06-07 13:20:47.459500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.460638000, lastModified=2022-06-07 13:20:47.459500000, delta=1138000 ns, racy<=15000 ns
13:20:47.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.460858000, lastModified=2022-06-07 13:20:47.459500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.460 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.459500000 to 2022-06-07 13:20:47.460500000
13:20:47.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.461077000, lastModified=2022-06-07 13:20:47.460500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.461077000, lastModified=2022-06-07 13:20:47.460500000, delta=577000 ns, racy<=15000 ns
13:20:47.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.461307000, lastModified=2022-06-07 13:20:47.460500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.461307000, lastModified=2022-06-07 13:20:47.460500000, delta=807000 ns, racy<=15000 ns
13:20:47.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.461526000, lastModified=2022-06-07 13:20:47.460500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.461526000, lastModified=2022-06-07 13:20:47.460500000, delta=1026000 ns, racy<=15000 ns
13:20:47.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.461771000, lastModified=2022-06-07 13:20:47.460500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.461771000, lastModified=2022-06-07 13:20:47.460500000, delta=1271000 ns, racy<=15000 ns
13:20:47.461 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.461997000, lastModified=2022-06-07 13:20:47.461500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.461997000, lastModified=2022-06-07 13:20:47.461500000, delta=497000 ns, racy<=15000 ns
13:20:47.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.462231000, lastModified=2022-06-07 13:20:47.461500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.462231000, lastModified=2022-06-07 13:20:47.461500000, delta=731000 ns, racy<=15000 ns
13:20:47.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.462463000, lastModified=2022-06-07 13:20:47.461500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.462463000, lastModified=2022-06-07 13:20:47.461500000, delta=963000 ns, racy<=15000 ns
13:20:47.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.462 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.462686000, lastModified=2022-06-07 13:20:47.461500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.462686000, lastModified=2022-06-07 13:20:47.461500000, delta=1186000 ns, racy<=15000 ns
13:20:47.466 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.467089000, lastModified=2022-06-07 13:20:47.466500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.467089000, lastModified=2022-06-07 13:20:47.466500000, delta=589000 ns, racy<=15000 ns
13:20:47.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.467328000, lastModified=2022-06-07 13:20:47.466500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.467328000, lastModified=2022-06-07 13:20:47.466500000, delta=828000 ns, racy<=15000 ns
13:20:47.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.467554000, lastModified=2022-06-07 13:20:47.466500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.467554000, lastModified=2022-06-07 13:20:47.466500000, delta=1054000 ns, racy<=15000 ns
13:20:47.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.467775000, lastModified=2022-06-07 13:20:47.466500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.467775000, lastModified=2022-06-07 13:20:47.466500000, delta=1275000 ns, racy<=15000 ns
13:20:47.467 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.468010000, lastModified=2022-06-07 13:20:47.467500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.468010000, lastModified=2022-06-07 13:20:47.467500000, delta=510000 ns, racy<=15000 ns
13:20:47.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.468242000, lastModified=2022-06-07 13:20:47.467500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.468242000, lastModified=2022-06-07 13:20:47.467500000, delta=742000 ns, racy<=15000 ns
13:20:47.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.468460000, lastModified=2022-06-07 13:20:47.467500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.468460000, lastModified=2022-06-07 13:20:47.467500000, delta=960000 ns, racy<=15000 ns
13:20:47.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.468684000, lastModified=2022-06-07 13:20:47.467500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.468684000, lastModified=2022-06-07 13:20:47.467500000, delta=1184000 ns, racy<=15000 ns
13:20:47.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.468 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.468912000, lastModified=2022-06-07 13:20:47.467500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.467500000 to 2022-06-07 13:20:47.468500000
13:20:47.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.469131000, lastModified=2022-06-07 13:20:47.468500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.469131000, lastModified=2022-06-07 13:20:47.468500000, delta=631000 ns, racy<=15000 ns
13:20:47.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.469348000, lastModified=2022-06-07 13:20:47.468500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.469348000, lastModified=2022-06-07 13:20:47.468500000, delta=848000 ns, racy<=15000 ns
13:20:47.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.469594000, lastModified=2022-06-07 13:20:47.468500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.469594000, lastModified=2022-06-07 13:20:47.468500000, delta=1094000 ns, racy<=15000 ns
13:20:47.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.474001000, lastModified=2022-06-07 13:20:47.468500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.468500000 to 2022-06-07 13:20:47.473500000
13:20:47.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.474246000, lastModified=2022-06-07 13:20:47.473500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.474246000, lastModified=2022-06-07 13:20:47.473500000, delta=746000 ns, racy<=15000 ns
13:20:47.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.474474000, lastModified=2022-06-07 13:20:47.473500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.474474000, lastModified=2022-06-07 13:20:47.473500000, delta=974000 ns, racy<=15000 ns
13:20:47.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.474694000, lastModified=2022-06-07 13:20:47.473500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.474694000, lastModified=2022-06-07 13:20:47.473500000, delta=1194000 ns, racy<=15000 ns
13:20:47.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.474 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.474909000, lastModified=2022-06-07 13:20:47.473500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.473500000 to 2022-06-07 13:20:47.474500000
13:20:47.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.475176000, lastModified=2022-06-07 13:20:47.474500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.475176000, lastModified=2022-06-07 13:20:47.474500000, delta=676000 ns, racy<=15000 ns
13:20:47.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.475402000, lastModified=2022-06-07 13:20:47.474500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.475402000, lastModified=2022-06-07 13:20:47.474500000, delta=902000 ns, racy<=15000 ns
13:20:47.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.475619000, lastModified=2022-06-07 13:20:47.474500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.475619000, lastModified=2022-06-07 13:20:47.474500000, delta=1119000 ns, racy<=15000 ns
13:20:47.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.475835000, lastModified=2022-06-07 13:20:47.474500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.475835000, lastModified=2022-06-07 13:20:47.474500000, delta=1335000 ns, racy<=15000 ns
13:20:47.475 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.476058000, lastModified=2022-06-07 13:20:47.475500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.476058000, lastModified=2022-06-07 13:20:47.475500000, delta=558000 ns, racy<=15000 ns
13:20:47.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.476290000, lastModified=2022-06-07 13:20:47.475500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.476290000, lastModified=2022-06-07 13:20:47.475500000, delta=790000 ns, racy<=15000 ns
13:20:47.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.476506000, lastModified=2022-06-07 13:20:47.475500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.476506000, lastModified=2022-06-07 13:20:47.475500000, delta=1006000 ns, racy<=15000 ns
13:20:47.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.476719000, lastModified=2022-06-07 13:20:47.475500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.476719000, lastModified=2022-06-07 13:20:47.475500000, delta=1219000 ns, racy<=15000 ns
13:20:47.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.483485000, lastModified=2022-06-07 13:20:47.482500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.483485000, lastModified=2022-06-07 13:20:47.482500000, delta=985000 ns, racy<=15000 ns
13:20:47.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.483723000, lastModified=2022-06-07 13:20:47.482500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.483723000, lastModified=2022-06-07 13:20:47.482500000, delta=1223000 ns, racy<=15000 ns
13:20:47.483 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.483938000, lastModified=2022-06-07 13:20:47.482500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.482500000 to 2022-06-07 13:20:47.483500000
13:20:47.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.484224000, lastModified=2022-06-07 13:20:47.483500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.484224000, lastModified=2022-06-07 13:20:47.483500000, delta=724000 ns, racy<=15000 ns
13:20:47.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.484448000, lastModified=2022-06-07 13:20:47.483500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.484448000, lastModified=2022-06-07 13:20:47.483500000, delta=948000 ns, racy<=15000 ns
13:20:47.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.484678000, lastModified=2022-06-07 13:20:47.483500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.484678000, lastModified=2022-06-07 13:20:47.483500000, delta=1178000 ns, racy<=15000 ns
13:20:47.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.484 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.484902000, lastModified=2022-06-07 13:20:47.483500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.483500000 to 2022-06-07 13:20:47.484500000
13:20:47.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.485136000, lastModified=2022-06-07 13:20:47.484500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.485136000, lastModified=2022-06-07 13:20:47.484500000, delta=636000 ns, racy<=15000 ns
13:20:47.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.485359000, lastModified=2022-06-07 13:20:47.484500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.485359000, lastModified=2022-06-07 13:20:47.484500000, delta=859000 ns, racy<=15000 ns
13:20:47.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.485578000, lastModified=2022-06-07 13:20:47.484500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.485578000, lastModified=2022-06-07 13:20:47.484500000, delta=1078000 ns, racy<=15000 ns
13:20:47.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.485804000, lastModified=2022-06-07 13:20:47.484500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.485804000, lastModified=2022-06-07 13:20:47.484500000, delta=1304000 ns, racy<=15000 ns
13:20:47.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.486067000, lastModified=2022-06-07 13:20:47.485500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.486067000, lastModified=2022-06-07 13:20:47.485500000, delta=567000 ns, racy<=15000 ns
13:20:47.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.488368000, lastModified=2022-06-07 13:20:47.485500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.485500000 to 2022-06-07 13:20:47.487500000
13:20:47.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.488608000, lastModified=2022-06-07 13:20:47.487500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.488608000, lastModified=2022-06-07 13:20:47.487500000, delta=1108000 ns, racy<=15000 ns
13:20:47.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.488830000, lastModified=2022-06-07 13:20:47.487500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.488830000, lastModified=2022-06-07 13:20:47.487500000, delta=1330000 ns, racy<=15000 ns
13:20:47.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.489058000, lastModified=2022-06-07 13:20:47.488500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.489058000, lastModified=2022-06-07 13:20:47.488500000, delta=558000 ns, racy<=15000 ns
13:20:47.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.489284000, lastModified=2022-06-07 13:20:47.488500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.489284000, lastModified=2022-06-07 13:20:47.488500000, delta=784000 ns, racy<=15000 ns
13:20:47.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.489512000, lastModified=2022-06-07 13:20:47.488500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.489512000, lastModified=2022-06-07 13:20:47.488500000, delta=1012000 ns, racy<=15000 ns
13:20:47.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.489731000, lastModified=2022-06-07 13:20:47.488500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.489731000, lastModified=2022-06-07 13:20:47.488500000, delta=1231000 ns, racy<=15000 ns
13:20:47.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.489 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.489955000, lastModified=2022-06-07 13:20:47.488500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.488500000 to 2022-06-07 13:20:47.489500000
13:20:47.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.490176000, lastModified=2022-06-07 13:20:47.489500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.490176000, lastModified=2022-06-07 13:20:47.489500000, delta=676000 ns, racy<=15000 ns
13:20:47.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.490392000, lastModified=2022-06-07 13:20:47.489500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.490392000, lastModified=2022-06-07 13:20:47.489500000, delta=892000 ns, racy<=15000 ns
13:20:47.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.490656000, lastModified=2022-06-07 13:20:47.489500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.490656000, lastModified=2022-06-07 13:20:47.489500000, delta=1156000 ns, racy<=15000 ns
13:20:47.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.490876000, lastModified=2022-06-07 13:20:47.489500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.489500000 to 2022-06-07 13:20:47.490500000
13:20:47.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.491111000, lastModified=2022-06-07 13:20:47.490500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.491111000, lastModified=2022-06-07 13:20:47.490500000, delta=611000 ns, racy<=15000 ns
13:20:47.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.493792000, lastModified=2022-06-07 13:20:47.492500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.493792000, lastModified=2022-06-07 13:20:47.492500000, delta=1292000 ns, racy<=15000 ns
13:20:47.493 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.494031000, lastModified=2022-06-07 13:20:47.493500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.494031000, lastModified=2022-06-07 13:20:47.493500000, delta=531000 ns, racy<=15000 ns
13:20:47.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.494264000, lastModified=2022-06-07 13:20:47.493500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.494264000, lastModified=2022-06-07 13:20:47.493500000, delta=764000 ns, racy<=15000 ns
13:20:47.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.494501000, lastModified=2022-06-07 13:20:47.493500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.494501000, lastModified=2022-06-07 13:20:47.493500000, delta=1001000 ns, racy<=15000 ns
13:20:47.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.494722000, lastModified=2022-06-07 13:20:47.493500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.494722000, lastModified=2022-06-07 13:20:47.493500000, delta=1222000 ns, racy<=15000 ns
13:20:47.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.494953000, lastModified=2022-06-07 13:20:47.493500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.493500000 to 2022-06-07 13:20:47.494500000
13:20:47.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.495167000, lastModified=2022-06-07 13:20:47.494500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.495167000, lastModified=2022-06-07 13:20:47.494500000, delta=667000 ns, racy<=15000 ns
13:20:47.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.495386000, lastModified=2022-06-07 13:20:47.494500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.495386000, lastModified=2022-06-07 13:20:47.494500000, delta=886000 ns, racy<=15000 ns
13:20:47.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.495615000, lastModified=2022-06-07 13:20:47.494500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.495615000, lastModified=2022-06-07 13:20:47.494500000, delta=1115000 ns, racy<=15000 ns
13:20:47.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.495834000, lastModified=2022-06-07 13:20:47.494500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.495834000, lastModified=2022-06-07 13:20:47.494500000, delta=1334000 ns, racy<=15000 ns
13:20:47.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.496071000, lastModified=2022-06-07 13:20:47.495500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.496071000, lastModified=2022-06-07 13:20:47.495500000, delta=571000 ns, racy<=15000 ns
13:20:47.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.496303000, lastModified=2022-06-07 13:20:47.495500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.496303000, lastModified=2022-06-07 13:20:47.495500000, delta=803000 ns, racy<=15000 ns
13:20:47.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.498 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.498902000, lastModified=2022-06-07 13:20:47.495500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.495500000 to 2022-06-07 13:20:47.498500000
13:20:47.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.499214000, lastModified=2022-06-07 13:20:47.498500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.499214000, lastModified=2022-06-07 13:20:47.498500000, delta=714000 ns, racy<=15000 ns
13:20:47.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.512093000, lastModified=2022-06-07 13:20:47.498500000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.498500000 to 2022-06-07 13:20:47.511501000
13:20:47.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.512464000, lastModified=2022-06-07 13:20:47.511501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.512464000, lastModified=2022-06-07 13:20:47.511501000, delta=963000 ns, racy<=15000 ns
13:20:47.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.512769000, lastModified=2022-06-07 13:20:47.511501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.512769000, lastModified=2022-06-07 13:20:47.511501000, delta=1268000 ns, racy<=15000 ns
13:20:47.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.513006000, lastModified=2022-06-07 13:20:47.512501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.513006000, lastModified=2022-06-07 13:20:47.512501000, delta=505000 ns, racy<=15000 ns
13:20:47.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.513281000, lastModified=2022-06-07 13:20:47.512501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.513281000, lastModified=2022-06-07 13:20:47.512501000, delta=780000 ns, racy<=15000 ns
13:20:47.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.513507000, lastModified=2022-06-07 13:20:47.512501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.513507000, lastModified=2022-06-07 13:20:47.512501000, delta=1006000 ns, racy<=15000 ns
13:20:47.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.513724000, lastModified=2022-06-07 13:20:47.512501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.513724000, lastModified=2022-06-07 13:20:47.512501000, delta=1223000 ns, racy<=15000 ns
13:20:47.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.513935000, lastModified=2022-06-07 13:20:47.512501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.512501000 to 2022-06-07 13:20:47.513501000
13:20:47.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.514173000, lastModified=2022-06-07 13:20:47.513501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.514173000, lastModified=2022-06-07 13:20:47.513501000, delta=672000 ns, racy<=15000 ns
13:20:47.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.514404000, lastModified=2022-06-07 13:20:47.513501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.514404000, lastModified=2022-06-07 13:20:47.513501000, delta=903000 ns, racy<=15000 ns
13:20:47.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.514 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.514626000, lastModified=2022-06-07 13:20:47.513501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.514626000, lastModified=2022-06-07 13:20:47.513501000, delta=1125000 ns, racy<=15000 ns
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.517117000, lastModified=2022-06-07 13:20:47.516501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.517117000, lastModified=2022-06-07 13:20:47.516501000, delta=616000 ns, racy<=15000 ns
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.517333000, lastModified=2022-06-07 13:20:47.516501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.517333000, lastModified=2022-06-07 13:20:47.516501000, delta=832000 ns, racy<=15000 ns
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.517539000, lastModified=2022-06-07 13:20:47.516501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.517539000, lastModified=2022-06-07 13:20:47.516501000, delta=1038000 ns, racy<=15000 ns
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.517750000, lastModified=2022-06-07 13:20:47.516501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.517750000, lastModified=2022-06-07 13:20:47.516501000, delta=1249000 ns, racy<=15000 ns
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.517963000, lastModified=2022-06-07 13:20:47.516501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.516501000 to 2022-06-07 13:20:47.517501000
13:20:47.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.518185000, lastModified=2022-06-07 13:20:47.517501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.518185000, lastModified=2022-06-07 13:20:47.517501000, delta=684000 ns, racy<=15000 ns
13:20:47.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.518406000, lastModified=2022-06-07 13:20:47.517501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.518406000, lastModified=2022-06-07 13:20:47.517501000, delta=905000 ns, racy<=15000 ns
13:20:47.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.518617000, lastModified=2022-06-07 13:20:47.517501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.518617000, lastModified=2022-06-07 13:20:47.517501000, delta=1116000 ns, racy<=15000 ns
13:20:47.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.518825000, lastModified=2022-06-07 13:20:47.517501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.518825000, lastModified=2022-06-07 13:20:47.517501000, delta=1324000 ns, racy<=15000 ns
13:20:47.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.519110000, lastModified=2022-06-07 13:20:47.518501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.519110000, lastModified=2022-06-07 13:20:47.518501000, delta=609000 ns, racy<=15000 ns
13:20:47.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.519336000, lastModified=2022-06-07 13:20:47.518501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.519336000, lastModified=2022-06-07 13:20:47.518501000, delta=835000 ns, racy<=15000 ns
13:20:47.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.519600000, lastModified=2022-06-07 13:20:47.518501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.519600000, lastModified=2022-06-07 13:20:47.518501000, delta=1099000 ns, racy<=15000 ns
13:20:47.519 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.522582000, lastModified=2022-06-07 13:20:47.518501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.518501000 to 2022-06-07 13:20:47.521501000
13:20:47.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.522830000, lastModified=2022-06-07 13:20:47.521501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.522830000, lastModified=2022-06-07 13:20:47.521501000, delta=1329000 ns, racy<=15000 ns
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.523107000, lastModified=2022-06-07 13:20:47.522501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.523107000, lastModified=2022-06-07 13:20:47.522501000, delta=606000 ns, racy<=15000 ns
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.523321000, lastModified=2022-06-07 13:20:47.522501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.523321000, lastModified=2022-06-07 13:20:47.522501000, delta=820000 ns, racy<=15000 ns
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.523530000, lastModified=2022-06-07 13:20:47.522501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.523530000, lastModified=2022-06-07 13:20:47.522501000, delta=1029000 ns, racy<=15000 ns
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.523740000, lastModified=2022-06-07 13:20:47.522501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.523740000, lastModified=2022-06-07 13:20:47.522501000, delta=1239000 ns, racy<=15000 ns
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.523 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.523960000, lastModified=2022-06-07 13:20:47.522501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.522501000 to 2022-06-07 13:20:47.523501000
13:20:47.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.524163000, lastModified=2022-06-07 13:20:47.523501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.524163000, lastModified=2022-06-07 13:20:47.523501000, delta=662000 ns, racy<=15000 ns
13:20:47.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.524392000, lastModified=2022-06-07 13:20:47.523501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.524392000, lastModified=2022-06-07 13:20:47.523501000, delta=891000 ns, racy<=15000 ns
13:20:47.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.524604000, lastModified=2022-06-07 13:20:47.523501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.524604000, lastModified=2022-06-07 13:20:47.523501000, delta=1103000 ns, racy<=15000 ns
13:20:47.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.524817000, lastModified=2022-06-07 13:20:47.523501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.524817000, lastModified=2022-06-07 13:20:47.523501000, delta=1316000 ns, racy<=15000 ns
13:20:47.524 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.525036000, lastModified=2022-06-07 13:20:47.524501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.525036000, lastModified=2022-06-07 13:20:47.524501000, delta=535000 ns, racy<=15000 ns
13:20:47.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.525273000, lastModified=2022-06-07 13:20:47.524501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.525273000, lastModified=2022-06-07 13:20:47.524501000, delta=772000 ns, racy<=15000 ns
13:20:47.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.528610000, lastModified=2022-06-07 13:20:47.527501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.528610000, lastModified=2022-06-07 13:20:47.527501000, delta=1109000 ns, racy<=15000 ns
13:20:47.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.528830000, lastModified=2022-06-07 13:20:47.527501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.528830000, lastModified=2022-06-07 13:20:47.527501000, delta=1329000 ns, racy<=15000 ns
13:20:47.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.529049000, lastModified=2022-06-07 13:20:47.528501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.529049000, lastModified=2022-06-07 13:20:47.528501000, delta=548000 ns, racy<=15000 ns
13:20:47.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.529268000, lastModified=2022-06-07 13:20:47.528501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.529268000, lastModified=2022-06-07 13:20:47.528501000, delta=767000 ns, racy<=15000 ns
13:20:47.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.529471000, lastModified=2022-06-07 13:20:47.528501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.529471000, lastModified=2022-06-07 13:20:47.528501000, delta=970000 ns, racy<=15000 ns
13:20:47.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.529680000, lastModified=2022-06-07 13:20:47.528501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.529680000, lastModified=2022-06-07 13:20:47.528501000, delta=1179000 ns, racy<=15000 ns
13:20:47.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.529 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.529883000, lastModified=2022-06-07 13:20:47.528501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.528501000 to 2022-06-07 13:20:47.529501000
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.530091000, lastModified=2022-06-07 13:20:47.529501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.530091000, lastModified=2022-06-07 13:20:47.529501000, delta=590000 ns, racy<=15000 ns
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.530297000, lastModified=2022-06-07 13:20:47.529501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.530297000, lastModified=2022-06-07 13:20:47.529501000, delta=796000 ns, racy<=15000 ns
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.530515000, lastModified=2022-06-07 13:20:47.529501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.530515000, lastModified=2022-06-07 13:20:47.529501000, delta=1014000 ns, racy<=15000 ns
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.530719000, lastModified=2022-06-07 13:20:47.529501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.530719000, lastModified=2022-06-07 13:20:47.529501000, delta=1218000 ns, racy<=15000 ns
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.530 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.530934000, lastModified=2022-06-07 13:20:47.529501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.529501000 to 2022-06-07 13:20:47.530501000
13:20:47.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.534367000, lastModified=2022-06-07 13:20:47.530501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.530501000 to 2022-06-07 13:20:47.533501000
13:20:47.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.534577000, lastModified=2022-06-07 13:20:47.533501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.534577000, lastModified=2022-06-07 13:20:47.533501000, delta=1076000 ns, racy<=15000 ns
13:20:47.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.534784000, lastModified=2022-06-07 13:20:47.533501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.534784000, lastModified=2022-06-07 13:20:47.533501000, delta=1283000 ns, racy<=15000 ns
13:20:47.534 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.535054000, lastModified=2022-06-07 13:20:47.534501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.535054000, lastModified=2022-06-07 13:20:47.534501000, delta=553000 ns, racy<=15000 ns
13:20:47.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.535283000, lastModified=2022-06-07 13:20:47.534501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.535283000, lastModified=2022-06-07 13:20:47.534501000, delta=782000 ns, racy<=15000 ns
13:20:47.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.535506000, lastModified=2022-06-07 13:20:47.534501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.535506000, lastModified=2022-06-07 13:20:47.534501000, delta=1005000 ns, racy<=15000 ns
13:20:47.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.535735000, lastModified=2022-06-07 13:20:47.534501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.535735000, lastModified=2022-06-07 13:20:47.534501000, delta=1234000 ns, racy<=15000 ns
13:20:47.535 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.535993000, lastModified=2022-06-07 13:20:47.535501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.535993000, lastModified=2022-06-07 13:20:47.535501000, delta=492000 ns, racy<=15000 ns
13:20:47.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.536241000, lastModified=2022-06-07 13:20:47.535501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.536241000, lastModified=2022-06-07 13:20:47.535501000, delta=740000 ns, racy<=15000 ns
13:20:47.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.536461000, lastModified=2022-06-07 13:20:47.535501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.536461000, lastModified=2022-06-07 13:20:47.535501000, delta=960000 ns, racy<=15000 ns
13:20:47.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.536683000, lastModified=2022-06-07 13:20:47.535501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.536683000, lastModified=2022-06-07 13:20:47.535501000, delta=1182000 ns, racy<=15000 ns
13:20:47.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.536 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.536908000, lastModified=2022-06-07 13:20:47.535501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.535501000 to 2022-06-07 13:20:47.536501000
13:20:47.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.537136000, lastModified=2022-06-07 13:20:47.536501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.537136000, lastModified=2022-06-07 13:20:47.536501000, delta=635000 ns, racy<=15000 ns
13:20:47.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.540512000, lastModified=2022-06-07 13:20:47.539501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.540512000, lastModified=2022-06-07 13:20:47.539501000, delta=1011000 ns, racy<=15000 ns
13:20:47.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.540722000, lastModified=2022-06-07 13:20:47.539501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.540722000, lastModified=2022-06-07 13:20:47.539501000, delta=1221000 ns, racy<=15000 ns
13:20:47.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.540 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.540926000, lastModified=2022-06-07 13:20:47.539501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.539501000 to 2022-06-07 13:20:47.540501000
13:20:47.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.541173000, lastModified=2022-06-07 13:20:47.540501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.541173000, lastModified=2022-06-07 13:20:47.540501000, delta=672000 ns, racy<=15000 ns
13:20:47.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.541382000, lastModified=2022-06-07 13:20:47.540501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.541382000, lastModified=2022-06-07 13:20:47.540501000, delta=881000 ns, racy<=15000 ns
13:20:47.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.541589000, lastModified=2022-06-07 13:20:47.540501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.541589000, lastModified=2022-06-07 13:20:47.540501000, delta=1088000 ns, racy<=15000 ns
13:20:47.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.541791000, lastModified=2022-06-07 13:20:47.540501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.541791000, lastModified=2022-06-07 13:20:47.540501000, delta=1290000 ns, racy<=15000 ns
13:20:47.541 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.542006000, lastModified=2022-06-07 13:20:47.541501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.542006000, lastModified=2022-06-07 13:20:47.541501000, delta=505000 ns, racy<=15000 ns
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.542226000, lastModified=2022-06-07 13:20:47.541501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.542226000, lastModified=2022-06-07 13:20:47.541501000, delta=725000 ns, racy<=15000 ns
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.542429000, lastModified=2022-06-07 13:20:47.541501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.542429000, lastModified=2022-06-07 13:20:47.541501000, delta=928000 ns, racy<=15000 ns
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.542632000, lastModified=2022-06-07 13:20:47.541501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.542632000, lastModified=2022-06-07 13:20:47.541501000, delta=1131000 ns, racy<=15000 ns
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.542842000, lastModified=2022-06-07 13:20:47.541501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.542842000, lastModified=2022-06-07 13:20:47.541501000, delta=1341000 ns, racy<=15000 ns
13:20:47.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.546235000, lastModified=2022-06-07 13:20:47.542501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.542501000 to 2022-06-07 13:20:47.545501000
13:20:47.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.546459000, lastModified=2022-06-07 13:20:47.545501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.546459000, lastModified=2022-06-07 13:20:47.545501000, delta=958000 ns, racy<=15000 ns
13:20:47.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.546674000, lastModified=2022-06-07 13:20:47.545501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.546674000, lastModified=2022-06-07 13:20:47.545501000, delta=1173000 ns, racy<=15000 ns
13:20:47.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.546 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.546887000, lastModified=2022-06-07 13:20:47.545501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.545501000 to 2022-06-07 13:20:47.546501000
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.547112000, lastModified=2022-06-07 13:20:47.546501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.547112000, lastModified=2022-06-07 13:20:47.546501000, delta=611000 ns, racy<=15000 ns
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.547320000, lastModified=2022-06-07 13:20:47.546501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.547320000, lastModified=2022-06-07 13:20:47.546501000, delta=819000 ns, racy<=15000 ns
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.547525000, lastModified=2022-06-07 13:20:47.546501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.547525000, lastModified=2022-06-07 13:20:47.546501000, delta=1024000 ns, racy<=15000 ns
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.547734000, lastModified=2022-06-07 13:20:47.546501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.547734000, lastModified=2022-06-07 13:20:47.546501000, delta=1233000 ns, racy<=15000 ns
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.547 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.547937000, lastModified=2022-06-07 13:20:47.546501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.546501000 to 2022-06-07 13:20:47.547501000
13:20:47.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.548152000, lastModified=2022-06-07 13:20:47.547501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.548152000, lastModified=2022-06-07 13:20:47.547501000, delta=651000 ns, racy<=15000 ns
13:20:47.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.548357000, lastModified=2022-06-07 13:20:47.547501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.548357000, lastModified=2022-06-07 13:20:47.547501000, delta=856000 ns, racy<=15000 ns
13:20:47.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.548559000, lastModified=2022-06-07 13:20:47.547501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.548559000, lastModified=2022-06-07 13:20:47.547501000, delta=1058000 ns, racy<=15000 ns
13:20:47.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.548765000, lastModified=2022-06-07 13:20:47.547501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.548765000, lastModified=2022-06-07 13:20:47.547501000, delta=1264000 ns, racy<=15000 ns
13:20:47.552 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.552994000, lastModified=2022-06-07 13:20:47.552501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.552994000, lastModified=2022-06-07 13:20:47.552501000, delta=493000 ns, racy<=15000 ns
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.553214000, lastModified=2022-06-07 13:20:47.552501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.553214000, lastModified=2022-06-07 13:20:47.552501000, delta=713000 ns, racy<=15000 ns
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.553423000, lastModified=2022-06-07 13:20:47.552501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.553423000, lastModified=2022-06-07 13:20:47.552501000, delta=922000 ns, racy<=15000 ns
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.553626000, lastModified=2022-06-07 13:20:47.552501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.553626000, lastModified=2022-06-07 13:20:47.552501000, delta=1125000 ns, racy<=15000 ns
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.553842000, lastModified=2022-06-07 13:20:47.552501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.553842000, lastModified=2022-06-07 13:20:47.552501000, delta=1341000 ns, racy<=15000 ns
13:20:47.553 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.554061000, lastModified=2022-06-07 13:20:47.553501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.554061000, lastModified=2022-06-07 13:20:47.553501000, delta=560000 ns, racy<=15000 ns
13:20:47.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.554278000, lastModified=2022-06-07 13:20:47.553501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.554278000, lastModified=2022-06-07 13:20:47.553501000, delta=777000 ns, racy<=15000 ns
13:20:47.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.554482000, lastModified=2022-06-07 13:20:47.553501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.554482000, lastModified=2022-06-07 13:20:47.553501000, delta=981000 ns, racy<=15000 ns
13:20:47.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.554690000, lastModified=2022-06-07 13:20:47.553501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.554690000, lastModified=2022-06-07 13:20:47.553501000, delta=1189000 ns, racy<=15000 ns
13:20:47.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.554 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.554898000, lastModified=2022-06-07 13:20:47.553501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.553501000 to 2022-06-07 13:20:47.554501000
13:20:47.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.555105000, lastModified=2022-06-07 13:20:47.554501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.555105000, lastModified=2022-06-07 13:20:47.554501000, delta=604000 ns, racy<=15000 ns
13:20:47.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.555311000, lastModified=2022-06-07 13:20:47.554501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.555311000, lastModified=2022-06-07 13:20:47.554501000, delta=810000 ns, racy<=15000 ns
13:20:47.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.559623000, lastModified=2022-06-07 13:20:47.554501000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.554501000 to 2022-06-07 13:20:47.558502000
13:20:47.559 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.559843000, lastModified=2022-06-07 13:20:47.558502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.558502000 to 2022-06-07 13:20:47.559502000
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.560097000, lastModified=2022-06-07 13:20:47.559502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.560097000, lastModified=2022-06-07 13:20:47.559502000, delta=595000 ns, racy<=15000 ns
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.560307000, lastModified=2022-06-07 13:20:47.559502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.560307000, lastModified=2022-06-07 13:20:47.559502000, delta=805000 ns, racy<=15000 ns
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.560510000, lastModified=2022-06-07 13:20:47.559502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.560510000, lastModified=2022-06-07 13:20:47.559502000, delta=1008000 ns, racy<=15000 ns
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.560714000, lastModified=2022-06-07 13:20:47.559502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.560714000, lastModified=2022-06-07 13:20:47.559502000, delta=1212000 ns, racy<=15000 ns
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.560 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.560917000, lastModified=2022-06-07 13:20:47.559502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.559502000 to 2022-06-07 13:20:47.560502000
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.561129000, lastModified=2022-06-07 13:20:47.560502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.561129000, lastModified=2022-06-07 13:20:47.560502000, delta=627000 ns, racy<=15000 ns
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.561333000, lastModified=2022-06-07 13:20:47.560502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.561333000, lastModified=2022-06-07 13:20:47.560502000, delta=831000 ns, racy<=15000 ns
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.561534000, lastModified=2022-06-07 13:20:47.560502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.561534000, lastModified=2022-06-07 13:20:47.560502000, delta=1032000 ns, racy<=15000 ns
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.561739000, lastModified=2022-06-07 13:20:47.560502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.561739000, lastModified=2022-06-07 13:20:47.560502000, delta=1237000 ns, racy<=15000 ns
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.561938000, lastModified=2022-06-07 13:20:47.560502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.560502000 to 2022-06-07 13:20:47.561502000
13:20:47.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.562150000, lastModified=2022-06-07 13:20:47.561502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.562150000, lastModified=2022-06-07 13:20:47.561502000, delta=648000 ns, racy<=15000 ns
13:20:47.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.566646000, lastModified=2022-06-07 13:20:47.565502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.566646000, lastModified=2022-06-07 13:20:47.565502000, delta=1144000 ns, racy<=15000 ns
13:20:47.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.566864000, lastModified=2022-06-07 13:20:47.565502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.566 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.565502000 to 2022-06-07 13:20:47.566502000
13:20:47.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.567072000, lastModified=2022-06-07 13:20:47.566502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.567072000, lastModified=2022-06-07 13:20:47.566502000, delta=570000 ns, racy<=15000 ns
13:20:47.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.567284000, lastModified=2022-06-07 13:20:47.566502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.567284000, lastModified=2022-06-07 13:20:47.566502000, delta=782000 ns, racy<=15000 ns
13:20:47.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.567493000, lastModified=2022-06-07 13:20:47.566502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.567493000, lastModified=2022-06-07 13:20:47.566502000, delta=991000 ns, racy<=15000 ns
13:20:47.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.567703000, lastModified=2022-06-07 13:20:47.566502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.567703000, lastModified=2022-06-07 13:20:47.566502000, delta=1201000 ns, racy<=15000 ns
13:20:47.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.567 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.567907000, lastModified=2022-06-07 13:20:47.566502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.566502000 to 2022-06-07 13:20:47.567502000
13:20:47.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.568160000, lastModified=2022-06-07 13:20:47.567502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.568160000, lastModified=2022-06-07 13:20:47.567502000, delta=658000 ns, racy<=15000 ns
13:20:47.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.568366000, lastModified=2022-06-07 13:20:47.567502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.568366000, lastModified=2022-06-07 13:20:47.567502000, delta=864000 ns, racy<=15000 ns
13:20:47.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.568574000, lastModified=2022-06-07 13:20:47.567502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.568574000, lastModified=2022-06-07 13:20:47.567502000, delta=1072000 ns, racy<=15000 ns
13:20:47.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.568783000, lastModified=2022-06-07 13:20:47.567502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.568783000, lastModified=2022-06-07 13:20:47.567502000, delta=1281000 ns, racy<=15000 ns
13:20:47.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.568995000, lastModified=2022-06-07 13:20:47.568502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.568995000, lastModified=2022-06-07 13:20:47.568502000, delta=493000 ns, racy<=15000 ns
13:20:47.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.573452000, lastModified=2022-06-07 13:20:47.568502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.568502000 to 2022-06-07 13:20:47.572502000
13:20:47.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.573700000, lastModified=2022-06-07 13:20:47.572502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.573700000, lastModified=2022-06-07 13:20:47.572502000, delta=1198000 ns, racy<=15000 ns
13:20:47.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.573 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.573911000, lastModified=2022-06-07 13:20:47.572502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.572502000 to 2022-06-07 13:20:47.573502000
13:20:47.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.574143000, lastModified=2022-06-07 13:20:47.573502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.574143000, lastModified=2022-06-07 13:20:47.573502000, delta=641000 ns, racy<=15000 ns
13:20:47.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.574351000, lastModified=2022-06-07 13:20:47.573502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.574351000, lastModified=2022-06-07 13:20:47.573502000, delta=849000 ns, racy<=15000 ns
13:20:47.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.574574000, lastModified=2022-06-07 13:20:47.573502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.574574000, lastModified=2022-06-07 13:20:47.573502000, delta=1072000 ns, racy<=15000 ns
13:20:47.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.574782000, lastModified=2022-06-07 13:20:47.573502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.574782000, lastModified=2022-06-07 13:20:47.573502000, delta=1280000 ns, racy<=15000 ns
13:20:47.574 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.575001000, lastModified=2022-06-07 13:20:47.574502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.575001000, lastModified=2022-06-07 13:20:47.574502000, delta=499000 ns, racy<=15000 ns
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.575236000, lastModified=2022-06-07 13:20:47.574502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.575236000, lastModified=2022-06-07 13:20:47.574502000, delta=734000 ns, racy<=15000 ns
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.575442000, lastModified=2022-06-07 13:20:47.574502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.575442000, lastModified=2022-06-07 13:20:47.574502000, delta=940000 ns, racy<=15000 ns
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.575651000, lastModified=2022-06-07 13:20:47.574502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.575651000, lastModified=2022-06-07 13:20:47.574502000, delta=1149000 ns, racy<=15000 ns
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.575864000, lastModified=2022-06-07 13:20:47.574502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.575 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.574502000 to 2022-06-07 13:20:47.575502000
13:20:47.576 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.576068000, lastModified=2022-06-07 13:20:47.575502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.576068000, lastModified=2022-06-07 13:20:47.575502000, delta=566000 ns, racy<=15000 ns
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.583117000, lastModified=2022-06-07 13:20:47.582502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.583117000, lastModified=2022-06-07 13:20:47.582502000, delta=615000 ns, racy<=15000 ns
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.583333000, lastModified=2022-06-07 13:20:47.582502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.583333000, lastModified=2022-06-07 13:20:47.582502000, delta=831000 ns, racy<=15000 ns
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.583545000, lastModified=2022-06-07 13:20:47.582502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.583545000, lastModified=2022-06-07 13:20:47.582502000, delta=1043000 ns, racy<=15000 ns
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.583753000, lastModified=2022-06-07 13:20:47.582502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.583753000, lastModified=2022-06-07 13:20:47.582502000, delta=1251000 ns, racy<=15000 ns
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.583966000, lastModified=2022-06-07 13:20:47.582502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.582502000 to 2022-06-07 13:20:47.583502000
13:20:47.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.584172000, lastModified=2022-06-07 13:20:47.583502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.584172000, lastModified=2022-06-07 13:20:47.583502000, delta=670000 ns, racy<=15000 ns
13:20:47.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.584376000, lastModified=2022-06-07 13:20:47.583502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.584376000, lastModified=2022-06-07 13:20:47.583502000, delta=874000 ns, racy<=15000 ns
13:20:47.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.584584000, lastModified=2022-06-07 13:20:47.583502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.584584000, lastModified=2022-06-07 13:20:47.583502000, delta=1082000 ns, racy<=15000 ns
13:20:47.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.612382000, lastModified=2022-06-07 13:20:47.611502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.612382000, lastModified=2022-06-07 13:20:47.611502000, delta=880000 ns, racy<=15000 ns
13:20:47.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.612650000, lastModified=2022-06-07 13:20:47.611502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.612650000, lastModified=2022-06-07 13:20:47.611502000, delta=1148000 ns, racy<=15000 ns
13:20:47.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.612872000, lastModified=2022-06-07 13:20:47.611502000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.611502000 to 2022-06-07 13:20:47.612503000
13:20:47.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.613130000, lastModified=2022-06-07 13:20:47.612503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.613130000, lastModified=2022-06-07 13:20:47.612503000, delta=627000 ns, racy<=15000 ns
13:20:47.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.615 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.615427000, lastModified=2022-06-07 13:20:47.612503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.615 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.612503000 to 2022-06-07 13:20:47.614503000
13:20:47.615 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.615659000, lastModified=2022-06-07 13:20:47.614503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.615 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.615659000, lastModified=2022-06-07 13:20:47.614503000, delta=1156000 ns, racy<=15000 ns
13:20:47.615 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.615 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.615869000, lastModified=2022-06-07 13:20:47.614503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.615 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.614503000 to 2022-06-07 13:20:47.615503000
13:20:47.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.616076000, lastModified=2022-06-07 13:20:47.615503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.616076000, lastModified=2022-06-07 13:20:47.615503000, delta=573000 ns, racy<=15000 ns
13:20:47.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.616293000, lastModified=2022-06-07 13:20:47.615503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.616293000, lastModified=2022-06-07 13:20:47.615503000, delta=790000 ns, racy<=15000 ns
13:20:47.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.616500000, lastModified=2022-06-07 13:20:47.615503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.616500000, lastModified=2022-06-07 13:20:47.615503000, delta=997000 ns, racy<=15000 ns
13:20:47.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.616705000, lastModified=2022-06-07 13:20:47.615503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.616705000, lastModified=2022-06-07 13:20:47.615503000, delta=1202000 ns, racy<=15000 ns
13:20:47.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.616 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.616911000, lastModified=2022-06-07 13:20:47.615503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.615503000 to 2022-06-07 13:20:47.616503000
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.617141000, lastModified=2022-06-07 13:20:47.616503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.617141000, lastModified=2022-06-07 13:20:47.616503000, delta=638000 ns, racy<=15000 ns
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.617351000, lastModified=2022-06-07 13:20:47.616503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.617351000, lastModified=2022-06-07 13:20:47.616503000, delta=848000 ns, racy<=15000 ns
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.617562000, lastModified=2022-06-07 13:20:47.616503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.617562000, lastModified=2022-06-07 13:20:47.616503000, delta=1059000 ns, racy<=15000 ns
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.617769000, lastModified=2022-06-07 13:20:47.616503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.617769000, lastModified=2022-06-07 13:20:47.616503000, delta=1266000 ns, racy<=15000 ns
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.617 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.617979000, lastModified=2022-06-07 13:20:47.617503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.617979000, lastModified=2022-06-07 13:20:47.617503000, delta=476000 ns, racy<=15000 ns
13:20:47.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.620389000, lastModified=2022-06-07 13:20:47.619503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.620389000, lastModified=2022-06-07 13:20:47.619503000, delta=886000 ns, racy<=15000 ns
13:20:47.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.620609000, lastModified=2022-06-07 13:20:47.619503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.620609000, lastModified=2022-06-07 13:20:47.619503000, delta=1106000 ns, racy<=15000 ns
13:20:47.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.620813000, lastModified=2022-06-07 13:20:47.619503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.620813000, lastModified=2022-06-07 13:20:47.619503000, delta=1310000 ns, racy<=15000 ns
13:20:47.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.621031000, lastModified=2022-06-07 13:20:47.620503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.621031000, lastModified=2022-06-07 13:20:47.620503000, delta=528000 ns, racy<=15000 ns
13:20:47.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.621282000, lastModified=2022-06-07 13:20:47.620503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.621282000, lastModified=2022-06-07 13:20:47.620503000, delta=779000 ns, racy<=15000 ns
13:20:47.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.621496000, lastModified=2022-06-07 13:20:47.620503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.621496000, lastModified=2022-06-07 13:20:47.620503000, delta=993000 ns, racy<=15000 ns
13:20:47.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.621698000, lastModified=2022-06-07 13:20:47.620503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.621698000, lastModified=2022-06-07 13:20:47.620503000, delta=1195000 ns, racy<=15000 ns
13:20:47.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.621 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.621901000, lastModified=2022-06-07 13:20:47.620503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.620503000 to 2022-06-07 13:20:47.621503000
13:20:47.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.622107000, lastModified=2022-06-07 13:20:47.621503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.622107000, lastModified=2022-06-07 13:20:47.621503000, delta=604000 ns, racy<=15000 ns
13:20:47.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.622312000, lastModified=2022-06-07 13:20:47.621503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.622312000, lastModified=2022-06-07 13:20:47.621503000, delta=809000 ns, racy<=15000 ns
13:20:47.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.622515000, lastModified=2022-06-07 13:20:47.621503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.622515000, lastModified=2022-06-07 13:20:47.621503000, delta=1012000 ns, racy<=15000 ns
13:20:47.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.622717000, lastModified=2022-06-07 13:20:47.621503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.622717000, lastModified=2022-06-07 13:20:47.621503000, delta=1214000 ns, racy<=15000 ns
13:20:47.622 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.625154000, lastModified=2022-06-07 13:20:47.621503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.621503000 to 2022-06-07 13:20:47.624503000
13:20:47.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.625395000, lastModified=2022-06-07 13:20:47.624503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.625395000, lastModified=2022-06-07 13:20:47.624503000, delta=892000 ns, racy<=15000 ns
13:20:47.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.625611000, lastModified=2022-06-07 13:20:47.624503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.625611000, lastModified=2022-06-07 13:20:47.624503000, delta=1108000 ns, racy<=15000 ns
13:20:47.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.625829000, lastModified=2022-06-07 13:20:47.624503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.625829000, lastModified=2022-06-07 13:20:47.624503000, delta=1326000 ns, racy<=15000 ns
13:20:47.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.626051000, lastModified=2022-06-07 13:20:47.625503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.626051000, lastModified=2022-06-07 13:20:47.625503000, delta=548000 ns, racy<=15000 ns
13:20:47.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.626275000, lastModified=2022-06-07 13:20:47.625503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.626275000, lastModified=2022-06-07 13:20:47.625503000, delta=772000 ns, racy<=15000 ns
13:20:47.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.626488000, lastModified=2022-06-07 13:20:47.625503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.626488000, lastModified=2022-06-07 13:20:47.625503000, delta=985000 ns, racy<=15000 ns
13:20:47.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.626692000, lastModified=2022-06-07 13:20:47.625503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.626692000, lastModified=2022-06-07 13:20:47.625503000, delta=1189000 ns, racy<=15000 ns
13:20:47.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.626902000, lastModified=2022-06-07 13:20:47.625503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.625503000 to 2022-06-07 13:20:47.626503000
13:20:47.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.627118000, lastModified=2022-06-07 13:20:47.626503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.627118000, lastModified=2022-06-07 13:20:47.626503000, delta=615000 ns, racy<=15000 ns
13:20:47.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.627339000, lastModified=2022-06-07 13:20:47.626503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.627339000, lastModified=2022-06-07 13:20:47.626503000, delta=836000 ns, racy<=15000 ns
13:20:47.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.627557000, lastModified=2022-06-07 13:20:47.626503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.627557000, lastModified=2022-06-07 13:20:47.626503000, delta=1054000 ns, racy<=15000 ns
13:20:47.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.627 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.627768000, lastModified=2022-06-07 13:20:47.626503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.627768000, lastModified=2022-06-07 13:20:47.626503000, delta=1265000 ns, racy<=15000 ns
13:20:47.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.630262000, lastModified=2022-06-07 13:20:47.629503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.630262000, lastModified=2022-06-07 13:20:47.629503000, delta=759000 ns, racy<=15000 ns
13:20:47.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.630478000, lastModified=2022-06-07 13:20:47.629503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.630478000, lastModified=2022-06-07 13:20:47.629503000, delta=975000 ns, racy<=15000 ns
13:20:47.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.630684000, lastModified=2022-06-07 13:20:47.629503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.630684000, lastModified=2022-06-07 13:20:47.629503000, delta=1181000 ns, racy<=15000 ns
13:20:47.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.630889000, lastModified=2022-06-07 13:20:47.629503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.629503000 to 2022-06-07 13:20:47.630503000
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.631101000, lastModified=2022-06-07 13:20:47.630503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.631101000, lastModified=2022-06-07 13:20:47.630503000, delta=598000 ns, racy<=15000 ns
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.631316000, lastModified=2022-06-07 13:20:47.630503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.631316000, lastModified=2022-06-07 13:20:47.630503000, delta=813000 ns, racy<=15000 ns
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.631526000, lastModified=2022-06-07 13:20:47.630503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.631526000, lastModified=2022-06-07 13:20:47.630503000, delta=1023000 ns, racy<=15000 ns
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.631739000, lastModified=2022-06-07 13:20:47.630503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.631739000, lastModified=2022-06-07 13:20:47.630503000, delta=1236000 ns, racy<=15000 ns
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.631952000, lastModified=2022-06-07 13:20:47.630503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.630503000 to 2022-06-07 13:20:47.631503000
13:20:47.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.632151000, lastModified=2022-06-07 13:20:47.631503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.632151000, lastModified=2022-06-07 13:20:47.631503000, delta=648000 ns, racy<=15000 ns
13:20:47.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.632361000, lastModified=2022-06-07 13:20:47.631503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.632361000, lastModified=2022-06-07 13:20:47.631503000, delta=858000 ns, racy<=15000 ns
13:20:47.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.632569000, lastModified=2022-06-07 13:20:47.631503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.632569000, lastModified=2022-06-07 13:20:47.631503000, delta=1066000 ns, racy<=15000 ns
13:20:47.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.635 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.635440000, lastModified=2022-06-07 13:20:47.631503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.635 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.631503000 to 2022-06-07 13:20:47.634503000
13:20:47.635 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.635655000, lastModified=2022-06-07 13:20:47.634503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.635 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.635655000, lastModified=2022-06-07 13:20:47.634503000, delta=1152000 ns, racy<=15000 ns
13:20:47.635 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.635 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.635861000, lastModified=2022-06-07 13:20:47.634503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.634503000 to 2022-06-07 13:20:47.635503000
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.636125000, lastModified=2022-06-07 13:20:47.635503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.636125000, lastModified=2022-06-07 13:20:47.635503000, delta=622000 ns, racy<=15000 ns
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.636336000, lastModified=2022-06-07 13:20:47.635503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.636336000, lastModified=2022-06-07 13:20:47.635503000, delta=833000 ns, racy<=15000 ns
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.636548000, lastModified=2022-06-07 13:20:47.635503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.636548000, lastModified=2022-06-07 13:20:47.635503000, delta=1045000 ns, racy<=15000 ns
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.636751000, lastModified=2022-06-07 13:20:47.635503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.636751000, lastModified=2022-06-07 13:20:47.635503000, delta=1248000 ns, racy<=15000 ns
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.636962000, lastModified=2022-06-07 13:20:47.635503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.635503000 to 2022-06-07 13:20:47.636503000
13:20:47.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.637161000, lastModified=2022-06-07 13:20:47.636503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.637161000, lastModified=2022-06-07 13:20:47.636503000, delta=658000 ns, racy<=15000 ns
13:20:47.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.637367000, lastModified=2022-06-07 13:20:47.636503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.637367000, lastModified=2022-06-07 13:20:47.636503000, delta=864000 ns, racy<=15000 ns
13:20:47.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.637572000, lastModified=2022-06-07 13:20:47.636503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.637572000, lastModified=2022-06-07 13:20:47.636503000, delta=1069000 ns, racy<=15000 ns
13:20:47.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.637775000, lastModified=2022-06-07 13:20:47.636503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.637775000, lastModified=2022-06-07 13:20:47.636503000, delta=1272000 ns, racy<=15000 ns
13:20:47.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.638004000, lastModified=2022-06-07 13:20:47.637503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.638004000, lastModified=2022-06-07 13:20:47.637503000, delta=501000 ns, racy<=15000 ns
13:20:47.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.641248000, lastModified=2022-06-07 13:20:47.640503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.641248000, lastModified=2022-06-07 13:20:47.640503000, delta=745000 ns, racy<=15000 ns
13:20:47.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.641462000, lastModified=2022-06-07 13:20:47.640503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.641462000, lastModified=2022-06-07 13:20:47.640503000, delta=959000 ns, racy<=15000 ns
13:20:47.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.641668000, lastModified=2022-06-07 13:20:47.640503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.641668000, lastModified=2022-06-07 13:20:47.640503000, delta=1165000 ns, racy<=15000 ns
13:20:47.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.641871000, lastModified=2022-06-07 13:20:47.640503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.641 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.640503000 to 2022-06-07 13:20:47.641503000
13:20:47.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.642070000, lastModified=2022-06-07 13:20:47.641503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.642070000, lastModified=2022-06-07 13:20:47.641503000, delta=567000 ns, racy<=15000 ns
13:20:47.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.642287000, lastModified=2022-06-07 13:20:47.641503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.642287000, lastModified=2022-06-07 13:20:47.641503000, delta=784000 ns, racy<=15000 ns
13:20:47.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.642493000, lastModified=2022-06-07 13:20:47.641503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.642493000, lastModified=2022-06-07 13:20:47.641503000, delta=990000 ns, racy<=15000 ns
13:20:47.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.642695000, lastModified=2022-06-07 13:20:47.641503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.642695000, lastModified=2022-06-07 13:20:47.641503000, delta=1192000 ns, racy<=15000 ns
13:20:47.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.642 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.642894000, lastModified=2022-06-07 13:20:47.641503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.641503000 to 2022-06-07 13:20:47.642503000
13:20:47.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.643099000, lastModified=2022-06-07 13:20:47.642503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.643099000, lastModified=2022-06-07 13:20:47.642503000, delta=596000 ns, racy<=15000 ns
13:20:47.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.643311000, lastModified=2022-06-07 13:20:47.642503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.643311000, lastModified=2022-06-07 13:20:47.642503000, delta=808000 ns, racy<=15000 ns
13:20:47.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.643511000, lastModified=2022-06-07 13:20:47.642503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.643511000, lastModified=2022-06-07 13:20:47.642503000, delta=1008000 ns, racy<=15000 ns
13:20:47.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.646 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.646786000, lastModified=2022-06-07 13:20:47.642503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.646 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.642503000 to 2022-06-07 13:20:47.645503000
13:20:47.647 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.647015000, lastModified=2022-06-07 13:20:47.646503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.647 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.647015000, lastModified=2022-06-07 13:20:47.646503000, delta=512000 ns, racy<=15000 ns
13:20:47.647 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.647 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.647234000, lastModified=2022-06-07 13:20:47.646503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.647 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.647234000, lastModified=2022-06-07 13:20:47.646503000, delta=731000 ns, racy<=15000 ns
13:20:47.647 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.647 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.647443000, lastModified=2022-06-07 13:20:47.646503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.647 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.647443000, lastModified=2022-06-07 13:20:47.646503000, delta=940000 ns, racy<=15000 ns
13:20:47.647 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.647 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.647647000, lastModified=2022-06-07 13:20:47.646503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.647 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.647647000, lastModified=2022-06-07 13:20:47.646503000, delta=1144000 ns, racy<=15000 ns
13:20:47.647 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.647 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.647854000, lastModified=2022-06-07 13:20:47.646503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.647854000, lastModified=2022-06-07 13:20:47.646503000, delta=1351000 ns, racy<=15000 ns
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.648102000, lastModified=2022-06-07 13:20:47.647503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.648102000, lastModified=2022-06-07 13:20:47.647503000, delta=599000 ns, racy<=15000 ns
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.648310000, lastModified=2022-06-07 13:20:47.647503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.648310000, lastModified=2022-06-07 13:20:47.647503000, delta=807000 ns, racy<=15000 ns
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.648515000, lastModified=2022-06-07 13:20:47.647503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.648515000, lastModified=2022-06-07 13:20:47.647503000, delta=1012000 ns, racy<=15000 ns
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.648718000, lastModified=2022-06-07 13:20:47.647503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.648718000, lastModified=2022-06-07 13:20:47.647503000, delta=1215000 ns, racy<=15000 ns
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.648 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.648919000, lastModified=2022-06-07 13:20:47.647503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.647503000 to 2022-06-07 13:20:47.648503000
13:20:47.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.649171000, lastModified=2022-06-07 13:20:47.648503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.649171000, lastModified=2022-06-07 13:20:47.648503000, delta=668000 ns, racy<=15000 ns
13:20:47.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.649378000, lastModified=2022-06-07 13:20:47.648503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.649378000, lastModified=2022-06-07 13:20:47.648503000, delta=875000 ns, racy<=15000 ns
13:20:47.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.652752000, lastModified=2022-06-07 13:20:47.651503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.652752000, lastModified=2022-06-07 13:20:47.651503000, delta=1249000 ns, racy<=15000 ns
13:20:47.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.652 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.652970000, lastModified=2022-06-07 13:20:47.651503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.651503000 to 2022-06-07 13:20:47.652503000
13:20:47.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.653172000, lastModified=2022-06-07 13:20:47.652503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.653172000, lastModified=2022-06-07 13:20:47.652503000, delta=669000 ns, racy<=15000 ns
13:20:47.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.653387000, lastModified=2022-06-07 13:20:47.652503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.653387000, lastModified=2022-06-07 13:20:47.652503000, delta=884000 ns, racy<=15000 ns
13:20:47.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.653591000, lastModified=2022-06-07 13:20:47.652503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.653591000, lastModified=2022-06-07 13:20:47.652503000, delta=1088000 ns, racy<=15000 ns
13:20:47.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.653796000, lastModified=2022-06-07 13:20:47.652503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.653796000, lastModified=2022-06-07 13:20:47.652503000, delta=1293000 ns, racy<=15000 ns
13:20:47.653 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.654007000, lastModified=2022-06-07 13:20:47.653503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.654007000, lastModified=2022-06-07 13:20:47.653503000, delta=504000 ns, racy<=15000 ns
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.654223000, lastModified=2022-06-07 13:20:47.653503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.654223000, lastModified=2022-06-07 13:20:47.653503000, delta=720000 ns, racy<=15000 ns
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.654426000, lastModified=2022-06-07 13:20:47.653503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.654426000, lastModified=2022-06-07 13:20:47.653503000, delta=923000 ns, racy<=15000 ns
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.654628000, lastModified=2022-06-07 13:20:47.653503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.654628000, lastModified=2022-06-07 13:20:47.653503000, delta=1125000 ns, racy<=15000 ns
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.654831000, lastModified=2022-06-07 13:20:47.653503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.654831000, lastModified=2022-06-07 13:20:47.653503000, delta=1328000 ns, racy<=15000 ns
13:20:47.654 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.655043000, lastModified=2022-06-07 13:20:47.654503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.655043000, lastModified=2022-06-07 13:20:47.654503000, delta=540000 ns, racy<=15000 ns
13:20:47.655 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.658512000, lastModified=2022-06-07 13:20:47.654503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.654503000 to 2022-06-07 13:20:47.657503000
13:20:47.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.658823000, lastModified=2022-06-07 13:20:47.657503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.658823000, lastModified=2022-06-07 13:20:47.657503000, delta=1320000 ns, racy<=15000 ns
13:20:47.658 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.659054000, lastModified=2022-06-07 13:20:47.658503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.659054000, lastModified=2022-06-07 13:20:47.658503000, delta=551000 ns, racy<=15000 ns
13:20:47.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.659271000, lastModified=2022-06-07 13:20:47.658503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.659271000, lastModified=2022-06-07 13:20:47.658503000, delta=768000 ns, racy<=15000 ns
13:20:47.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.659493000, lastModified=2022-06-07 13:20:47.658503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.659493000, lastModified=2022-06-07 13:20:47.658503000, delta=990000 ns, racy<=15000 ns
13:20:47.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.659708000, lastModified=2022-06-07 13:20:47.658503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.659708000, lastModified=2022-06-07 13:20:47.658503000, delta=1205000 ns, racy<=15000 ns
13:20:47.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.659919000, lastModified=2022-06-07 13:20:47.658503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.658503000 to 2022-06-07 13:20:47.659503000
13:20:47.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.660136000, lastModified=2022-06-07 13:20:47.659503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.660136000, lastModified=2022-06-07 13:20:47.659503000, delta=633000 ns, racy<=15000 ns
13:20:47.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.660364000, lastModified=2022-06-07 13:20:47.659503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.660364000, lastModified=2022-06-07 13:20:47.659503000, delta=861000 ns, racy<=15000 ns
13:20:47.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.660575000, lastModified=2022-06-07 13:20:47.659503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.660575000, lastModified=2022-06-07 13:20:47.659503000, delta=1072000 ns, racy<=15000 ns
13:20:47.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.660787000, lastModified=2022-06-07 13:20:47.659503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.660787000, lastModified=2022-06-07 13:20:47.659503000, delta=1284000 ns, racy<=15000 ns
13:20:47.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.661000000, lastModified=2022-06-07 13:20:47.660503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.661000000, lastModified=2022-06-07 13:20:47.660503000, delta=497000 ns, racy<=15000 ns
13:20:47.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.661217000, lastModified=2022-06-07 13:20:47.660503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.661217000, lastModified=2022-06-07 13:20:47.660503000, delta=714000 ns, racy<=15000 ns
13:20:47.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.665490000, lastModified=2022-06-07 13:20:47.664503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.665490000, lastModified=2022-06-07 13:20:47.664503000, delta=987000 ns, racy<=15000 ns
13:20:47.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.665714000, lastModified=2022-06-07 13:20:47.664503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.665714000, lastModified=2022-06-07 13:20:47.664503000, delta=1211000 ns, racy<=15000 ns
13:20:47.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.665935000, lastModified=2022-06-07 13:20:47.664503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.664503000 to 2022-06-07 13:20:47.665503000
13:20:47.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.666166000, lastModified=2022-06-07 13:20:47.665503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.666166000, lastModified=2022-06-07 13:20:47.665503000, delta=663000 ns, racy<=15000 ns
13:20:47.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.666387000, lastModified=2022-06-07 13:20:47.665503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.666387000, lastModified=2022-06-07 13:20:47.665503000, delta=884000 ns, racy<=15000 ns
13:20:47.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.666628000, lastModified=2022-06-07 13:20:47.665503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.666628000, lastModified=2022-06-07 13:20:47.665503000, delta=1125000 ns, racy<=15000 ns
13:20:47.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.666849000, lastModified=2022-06-07 13:20:47.665503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.666849000, lastModified=2022-06-07 13:20:47.665503000, delta=1346000 ns, racy<=15000 ns
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.667103000, lastModified=2022-06-07 13:20:47.666503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.667103000, lastModified=2022-06-07 13:20:47.666503000, delta=600000 ns, racy<=15000 ns
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.667318000, lastModified=2022-06-07 13:20:47.666503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.667318000, lastModified=2022-06-07 13:20:47.666503000, delta=815000 ns, racy<=15000 ns
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.667530000, lastModified=2022-06-07 13:20:47.666503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.667530000, lastModified=2022-06-07 13:20:47.666503000, delta=1027000 ns, racy<=15000 ns
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.667750000, lastModified=2022-06-07 13:20:47.666503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.667750000, lastModified=2022-06-07 13:20:47.666503000, delta=1247000 ns, racy<=15000 ns
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.667 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.667973000, lastModified=2022-06-07 13:20:47.666503000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.668 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.666503000 to 2022-06-07 13:20:47.667504000
13:20:47.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.672591000, lastModified=2022-06-07 13:20:47.667504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.667504000 to 2022-06-07 13:20:47.671504000
13:20:47.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.672822000, lastModified=2022-06-07 13:20:47.671504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.672822000, lastModified=2022-06-07 13:20:47.671504000, delta=1318000 ns, racy<=15000 ns
13:20:47.672 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.673042000, lastModified=2022-06-07 13:20:47.672504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.673042000, lastModified=2022-06-07 13:20:47.672504000, delta=538000 ns, racy<=15000 ns
13:20:47.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.673281000, lastModified=2022-06-07 13:20:47.672504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.673281000, lastModified=2022-06-07 13:20:47.672504000, delta=777000 ns, racy<=15000 ns
13:20:47.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.673491000, lastModified=2022-06-07 13:20:47.672504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.673491000, lastModified=2022-06-07 13:20:47.672504000, delta=987000 ns, racy<=15000 ns
13:20:47.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.673700000, lastModified=2022-06-07 13:20:47.672504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.673700000, lastModified=2022-06-07 13:20:47.672504000, delta=1196000 ns, racy<=15000 ns
13:20:47.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.673904000, lastModified=2022-06-07 13:20:47.672504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.672504000 to 2022-06-07 13:20:47.673504000
13:20:47.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.712626000, lastModified=2022-06-07 13:20:47.711504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.712626000, lastModified=2022-06-07 13:20:47.711504000, delta=1122000 ns, racy<=15000 ns
13:20:47.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.712953000, lastModified=2022-06-07 13:20:47.711504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.711504000 to 2022-06-07 13:20:47.712504000
13:20:47.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.713182000, lastModified=2022-06-07 13:20:47.712504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.713182000, lastModified=2022-06-07 13:20:47.712504000, delta=678000 ns, racy<=15000 ns
13:20:47.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.713420000, lastModified=2022-06-07 13:20:47.712504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.713420000, lastModified=2022-06-07 13:20:47.712504000, delta=916000 ns, racy<=15000 ns
13:20:47.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.713651000, lastModified=2022-06-07 13:20:47.712504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.713651000, lastModified=2022-06-07 13:20:47.712504000, delta=1147000 ns, racy<=15000 ns
13:20:47.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.713858000, lastModified=2022-06-07 13:20:47.712504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.713858000, lastModified=2022-06-07 13:20:47.712504000, delta=1354000 ns, racy<=15000 ns
13:20:47.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.718300000, lastModified=2022-06-07 13:20:47.717504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.718300000, lastModified=2022-06-07 13:20:47.717504000, delta=796000 ns, racy<=15000 ns
13:20:47.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.718525000, lastModified=2022-06-07 13:20:47.717504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.718525000, lastModified=2022-06-07 13:20:47.717504000, delta=1021000 ns, racy<=15000 ns
13:20:47.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.718739000, lastModified=2022-06-07 13:20:47.717504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.718739000, lastModified=2022-06-07 13:20:47.717504000, delta=1235000 ns, racy<=15000 ns
13:20:47.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.718972000, lastModified=2022-06-07 13:20:47.717504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.717504000 to 2022-06-07 13:20:47.718504000
13:20:47.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.719229000, lastModified=2022-06-07 13:20:47.718504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.719229000, lastModified=2022-06-07 13:20:47.718504000, delta=725000 ns, racy<=15000 ns
13:20:47.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.719447000, lastModified=2022-06-07 13:20:47.718504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.719447000, lastModified=2022-06-07 13:20:47.718504000, delta=943000 ns, racy<=15000 ns
13:20:47.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.719650000, lastModified=2022-06-07 13:20:47.718504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.719650000, lastModified=2022-06-07 13:20:47.718504000, delta=1146000 ns, racy<=15000 ns
13:20:47.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.719864000, lastModified=2022-06-07 13:20:47.718504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.718504000 to 2022-06-07 13:20:47.719504000
13:20:47.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.720145000, lastModified=2022-06-07 13:20:47.719504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.720145000, lastModified=2022-06-07 13:20:47.719504000, delta=641000 ns, racy<=15000 ns
13:20:47.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.720359000, lastModified=2022-06-07 13:20:47.719504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.720359000, lastModified=2022-06-07 13:20:47.719504000, delta=855000 ns, racy<=15000 ns
13:20:47.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.720567000, lastModified=2022-06-07 13:20:47.719504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.720567000, lastModified=2022-06-07 13:20:47.719504000, delta=1063000 ns, racy<=15000 ns
13:20:47.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.720773000, lastModified=2022-06-07 13:20:47.719504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.720773000, lastModified=2022-06-07 13:20:47.719504000, delta=1269000 ns, racy<=15000 ns
13:20:47.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.725241000, lastModified=2022-06-07 13:20:47.720504000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.720504000 to 2022-06-07 13:20:47.724505000
13:20:47.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.725528000, lastModified=2022-06-07 13:20:47.724505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.725528000, lastModified=2022-06-07 13:20:47.724505000, delta=1023000 ns, racy<=15000 ns
13:20:47.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.725731000, lastModified=2022-06-07 13:20:47.724505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.725731000, lastModified=2022-06-07 13:20:47.724505000, delta=1226000 ns, racy<=15000 ns
13:20:47.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.725936000, lastModified=2022-06-07 13:20:47.724505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.724505000 to 2022-06-07 13:20:47.725505000
13:20:47.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.726170000, lastModified=2022-06-07 13:20:47.725505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.726170000, lastModified=2022-06-07 13:20:47.725505000, delta=665000 ns, racy<=15000 ns
13:20:47.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.726392000, lastModified=2022-06-07 13:20:47.725505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.726392000, lastModified=2022-06-07 13:20:47.725505000, delta=887000 ns, racy<=15000 ns
13:20:47.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.726605000, lastModified=2022-06-07 13:20:47.725505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.726605000, lastModified=2022-06-07 13:20:47.725505000, delta=1100000 ns, racy<=15000 ns
13:20:47.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.726803000, lastModified=2022-06-07 13:20:47.725505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.726803000, lastModified=2022-06-07 13:20:47.725505000, delta=1298000 ns, racy<=15000 ns
13:20:47.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.727010000, lastModified=2022-06-07 13:20:47.726505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.727010000, lastModified=2022-06-07 13:20:47.726505000, delta=505000 ns, racy<=15000 ns
13:20:47.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.727217000, lastModified=2022-06-07 13:20:47.726505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.727217000, lastModified=2022-06-07 13:20:47.726505000, delta=712000 ns, racy<=15000 ns
13:20:47.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.727415000, lastModified=2022-06-07 13:20:47.726505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.727415000, lastModified=2022-06-07 13:20:47.726505000, delta=910000 ns, racy<=15000 ns
13:20:47.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.727616000, lastModified=2022-06-07 13:20:47.726505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.727616000, lastModified=2022-06-07 13:20:47.726505000, delta=1111000 ns, racy<=15000 ns
13:20:47.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.727813000, lastModified=2022-06-07 13:20:47.726505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.727813000, lastModified=2022-06-07 13:20:47.726505000, delta=1308000 ns, racy<=15000 ns
13:20:47.734 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.735115000, lastModified=2022-06-07 13:20:47.734505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.735115000, lastModified=2022-06-07 13:20:47.734505000, delta=610000 ns, racy<=15000 ns
13:20:47.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.735412000, lastModified=2022-06-07 13:20:47.734505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.735412000, lastModified=2022-06-07 13:20:47.734505000, delta=907000 ns, racy<=15000 ns
13:20:47.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.735676000, lastModified=2022-06-07 13:20:47.734505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.735676000, lastModified=2022-06-07 13:20:47.734505000, delta=1171000 ns, racy<=15000 ns
13:20:47.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.735 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.735933000, lastModified=2022-06-07 13:20:47.734505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.736 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.734505000 to 2022-06-07 13:20:47.735505000
13:20:47.736 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.736199000, lastModified=2022-06-07 13:20:47.735505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.736 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.736199000, lastModified=2022-06-07 13:20:47.735505000, delta=694000 ns, racy<=15000 ns
13:20:47.736 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.736 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.736444000, lastModified=2022-06-07 13:20:47.735505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.736 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.736444000, lastModified=2022-06-07 13:20:47.735505000, delta=939000 ns, racy<=15000 ns
13:20:47.736 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.736 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.736687000, lastModified=2022-06-07 13:20:47.735505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.736 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.736687000, lastModified=2022-06-07 13:20:47.735505000, delta=1182000 ns, racy<=15000 ns
13:20:47.736 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.736 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.736926000, lastModified=2022-06-07 13:20:47.735505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.737 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.735505000 to 2022-06-07 13:20:47.736505000
13:20:47.737 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.737170000, lastModified=2022-06-07 13:20:47.736505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.737 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.737170000, lastModified=2022-06-07 13:20:47.736505000, delta=665000 ns, racy<=15000 ns
13:20:47.737 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.737 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.737404000, lastModified=2022-06-07 13:20:47.736505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.737 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.737404000, lastModified=2022-06-07 13:20:47.736505000, delta=899000 ns, racy<=15000 ns
13:20:47.737 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.737 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.737642000, lastModified=2022-06-07 13:20:47.736505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.737 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.737642000, lastModified=2022-06-07 13:20:47.736505000, delta=1137000 ns, racy<=15000 ns
13:20:47.737 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.737 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.737898000, lastModified=2022-06-07 13:20:47.736505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.738 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.736505000 to 2022-06-07 13:20:47.737505000
13:20:47.740 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.740213000, lastModified=2022-06-07 13:20:47.737505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.740 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.737505000 to 2022-06-07 13:20:47.739505000
13:20:47.740 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.740498000, lastModified=2022-06-07 13:20:47.739505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.740 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.740498000, lastModified=2022-06-07 13:20:47.739505000, delta=993000 ns, racy<=15000 ns
13:20:47.740 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.740 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.740748000, lastModified=2022-06-07 13:20:47.739505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.740 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.740748000, lastModified=2022-06-07 13:20:47.739505000, delta=1243000 ns, racy<=15000 ns
13:20:47.740 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.741000000, lastModified=2022-06-07 13:20:47.740505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.741000000, lastModified=2022-06-07 13:20:47.740505000, delta=495000 ns, racy<=15000 ns
13:20:47.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.741275000, lastModified=2022-06-07 13:20:47.740505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.741275000, lastModified=2022-06-07 13:20:47.740505000, delta=770000 ns, racy<=15000 ns
13:20:47.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.741518000, lastModified=2022-06-07 13:20:47.740505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.741518000, lastModified=2022-06-07 13:20:47.740505000, delta=1013000 ns, racy<=15000 ns
13:20:47.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.741758000, lastModified=2022-06-07 13:20:47.740505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.741758000, lastModified=2022-06-07 13:20:47.740505000, delta=1253000 ns, racy<=15000 ns
13:20:47.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.742003000, lastModified=2022-06-07 13:20:47.741505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.742003000, lastModified=2022-06-07 13:20:47.741505000, delta=498000 ns, racy<=15000 ns
13:20:47.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.742255000, lastModified=2022-06-07 13:20:47.741505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.742255000, lastModified=2022-06-07 13:20:47.741505000, delta=750000 ns, racy<=15000 ns
13:20:47.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.742498000, lastModified=2022-06-07 13:20:47.741505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.742498000, lastModified=2022-06-07 13:20:47.741505000, delta=993000 ns, racy<=15000 ns
13:20:47.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.742735000, lastModified=2022-06-07 13:20:47.741505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.742735000, lastModified=2022-06-07 13:20:47.741505000, delta=1230000 ns, racy<=15000 ns
13:20:47.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.742991000, lastModified=2022-06-07 13:20:47.742505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.742991000, lastModified=2022-06-07 13:20:47.742505000, delta=486000 ns, racy<=15000 ns
13:20:47.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.743249000, lastModified=2022-06-07 13:20:47.742505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.745 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.743249000, lastModified=2022-06-07 13:20:47.742505000, delta=744000 ns, racy<=15000 ns
13:20:47.745 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.745 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.745615000, lastModified=2022-06-07 13:20:47.744505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.745 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.745615000, lastModified=2022-06-07 13:20:47.744505000, delta=1110000 ns, racy<=15000 ns
13:20:47.745 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.745 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.745862000, lastModified=2022-06-07 13:20:47.744505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.744505000 to 2022-06-07 13:20:47.745505000
13:20:47.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.746104000, lastModified=2022-06-07 13:20:47.745505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.746104000, lastModified=2022-06-07 13:20:47.745505000, delta=599000 ns, racy<=15000 ns
13:20:47.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.746349000, lastModified=2022-06-07 13:20:47.745505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.746349000, lastModified=2022-06-07 13:20:47.745505000, delta=844000 ns, racy<=15000 ns
13:20:47.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.746597000, lastModified=2022-06-07 13:20:47.745505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.746597000, lastModified=2022-06-07 13:20:47.745505000, delta=1092000 ns, racy<=15000 ns
13:20:47.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.746840000, lastModified=2022-06-07 13:20:47.745505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.746840000, lastModified=2022-06-07 13:20:47.745505000, delta=1335000 ns, racy<=15000 ns
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.747129000, lastModified=2022-06-07 13:20:47.746505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.747129000, lastModified=2022-06-07 13:20:47.746505000, delta=624000 ns, racy<=15000 ns
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.747356000, lastModified=2022-06-07 13:20:47.746505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.747356000, lastModified=2022-06-07 13:20:47.746505000, delta=851000 ns, racy<=15000 ns
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.747578000, lastModified=2022-06-07 13:20:47.746505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.747578000, lastModified=2022-06-07 13:20:47.746505000, delta=1073000 ns, racy<=15000 ns
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.747798000, lastModified=2022-06-07 13:20:47.746505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.747798000, lastModified=2022-06-07 13:20:47.746505000, delta=1293000 ns, racy<=15000 ns
13:20:47.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.748036000, lastModified=2022-06-07 13:20:47.747505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.748036000, lastModified=2022-06-07 13:20:47.747505000, delta=531000 ns, racy<=15000 ns
13:20:47.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.748268000, lastModified=2022-06-07 13:20:47.747505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.748268000, lastModified=2022-06-07 13:20:47.747505000, delta=763000 ns, racy<=15000 ns
13:20:47.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.750620000, lastModified=2022-06-07 13:20:47.747505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.747505000 to 2022-06-07 13:20:47.749505000
13:20:47.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.750856000, lastModified=2022-06-07 13:20:47.749505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.749505000 to 2022-06-07 13:20:47.750505000
13:20:47.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.751127000, lastModified=2022-06-07 13:20:47.750505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.751127000, lastModified=2022-06-07 13:20:47.750505000, delta=622000 ns, racy<=15000 ns
13:20:47.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.751358000, lastModified=2022-06-07 13:20:47.750505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.751358000, lastModified=2022-06-07 13:20:47.750505000, delta=853000 ns, racy<=15000 ns
13:20:47.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.751582000, lastModified=2022-06-07 13:20:47.750505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.751582000, lastModified=2022-06-07 13:20:47.750505000, delta=1077000 ns, racy<=15000 ns
13:20:47.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.751808000, lastModified=2022-06-07 13:20:47.750505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.751808000, lastModified=2022-06-07 13:20:47.750505000, delta=1303000 ns, racy<=15000 ns
13:20:47.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.752045000, lastModified=2022-06-07 13:20:47.751505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.752045000, lastModified=2022-06-07 13:20:47.751505000, delta=540000 ns, racy<=15000 ns
13:20:47.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.752278000, lastModified=2022-06-07 13:20:47.751505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.752278000, lastModified=2022-06-07 13:20:47.751505000, delta=773000 ns, racy<=15000 ns
13:20:47.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.752498000, lastModified=2022-06-07 13:20:47.751505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.752498000, lastModified=2022-06-07 13:20:47.751505000, delta=993000 ns, racy<=15000 ns
13:20:47.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.752720000, lastModified=2022-06-07 13:20:47.751505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.752720000, lastModified=2022-06-07 13:20:47.751505000, delta=1215000 ns, racy<=15000 ns
13:20:47.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.752950000, lastModified=2022-06-07 13:20:47.751505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.751505000 to 2022-06-07 13:20:47.752505000
13:20:47.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.753171000, lastModified=2022-06-07 13:20:47.752505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.753171000, lastModified=2022-06-07 13:20:47.752505000, delta=666000 ns, racy<=15000 ns
13:20:47.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.753 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.753399000, lastModified=2022-06-07 13:20:47.752505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.753399000, lastModified=2022-06-07 13:20:47.752505000, delta=894000 ns, racy<=15000 ns
13:20:47.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.756114000, lastModified=2022-06-07 13:20:47.755505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.756114000, lastModified=2022-06-07 13:20:47.755505000, delta=609000 ns, racy<=15000 ns
13:20:47.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.756356000, lastModified=2022-06-07 13:20:47.755505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.756356000, lastModified=2022-06-07 13:20:47.755505000, delta=851000 ns, racy<=15000 ns
13:20:47.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.756580000, lastModified=2022-06-07 13:20:47.755505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.756580000, lastModified=2022-06-07 13:20:47.755505000, delta=1075000 ns, racy<=15000 ns
13:20:47.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.756808000, lastModified=2022-06-07 13:20:47.755505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.756808000, lastModified=2022-06-07 13:20:47.755505000, delta=1303000 ns, racy<=15000 ns
13:20:47.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.757044000, lastModified=2022-06-07 13:20:47.756505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.757044000, lastModified=2022-06-07 13:20:47.756505000, delta=539000 ns, racy<=15000 ns
13:20:47.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.757280000, lastModified=2022-06-07 13:20:47.756505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.757280000, lastModified=2022-06-07 13:20:47.756505000, delta=775000 ns, racy<=15000 ns
13:20:47.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.757504000, lastModified=2022-06-07 13:20:47.756505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.757504000, lastModified=2022-06-07 13:20:47.756505000, delta=999000 ns, racy<=15000 ns
13:20:47.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.757727000, lastModified=2022-06-07 13:20:47.756505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.757727000, lastModified=2022-06-07 13:20:47.756505000, delta=1222000 ns, racy<=15000 ns
13:20:47.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.757965000, lastModified=2022-06-07 13:20:47.756505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.756505000 to 2022-06-07 13:20:47.757505000
13:20:47.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.758184000, lastModified=2022-06-07 13:20:47.757505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.758184000, lastModified=2022-06-07 13:20:47.757505000, delta=679000 ns, racy<=15000 ns
13:20:47.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.758406000, lastModified=2022-06-07 13:20:47.757505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.758406000, lastModified=2022-06-07 13:20:47.757505000, delta=901000 ns, racy<=15000 ns
13:20:47.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.758629000, lastModified=2022-06-07 13:20:47.757505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.758629000, lastModified=2022-06-07 13:20:47.757505000, delta=1124000 ns, racy<=15000 ns
13:20:47.758 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.761456000, lastModified=2022-06-07 13:20:47.757505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.757505000 to 2022-06-07 13:20:47.760505000
13:20:47.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.761874000, lastModified=2022-06-07 13:20:47.760505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.760505000 to 2022-06-07 13:20:47.761505000
13:20:47.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.762124000, lastModified=2022-06-07 13:20:47.761505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.762124000, lastModified=2022-06-07 13:20:47.761505000, delta=619000 ns, racy<=15000 ns
13:20:47.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.762357000, lastModified=2022-06-07 13:20:47.761505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.762357000, lastModified=2022-06-07 13:20:47.761505000, delta=852000 ns, racy<=15000 ns
13:20:47.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.762582000, lastModified=2022-06-07 13:20:47.761505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.762582000, lastModified=2022-06-07 13:20:47.761505000, delta=1077000 ns, racy<=15000 ns
13:20:47.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.762827000, lastModified=2022-06-07 13:20:47.761505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.762827000, lastModified=2022-06-07 13:20:47.761505000, delta=1322000 ns, racy<=15000 ns
13:20:47.762 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.763066000, lastModified=2022-06-07 13:20:47.762505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.763066000, lastModified=2022-06-07 13:20:47.762505000, delta=561000 ns, racy<=15000 ns
13:20:47.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.763303000, lastModified=2022-06-07 13:20:47.762505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.763303000, lastModified=2022-06-07 13:20:47.762505000, delta=798000 ns, racy<=15000 ns
13:20:47.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.763525000, lastModified=2022-06-07 13:20:47.762505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.763525000, lastModified=2022-06-07 13:20:47.762505000, delta=1020000 ns, racy<=15000 ns
13:20:47.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.763745000, lastModified=2022-06-07 13:20:47.762505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.763745000, lastModified=2022-06-07 13:20:47.762505000, delta=1240000 ns, racy<=15000 ns
13:20:47.763 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.763992000, lastModified=2022-06-07 13:20:47.762505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.762505000 to 2022-06-07 13:20:47.763505000
13:20:47.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.764210000, lastModified=2022-06-07 13:20:47.763505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.764210000, lastModified=2022-06-07 13:20:47.763505000, delta=705000 ns, racy<=15000 ns
13:20:47.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.764436000, lastModified=2022-06-07 13:20:47.763505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.764436000, lastModified=2022-06-07 13:20:47.763505000, delta=931000 ns, racy<=15000 ns
13:20:47.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.767686000, lastModified=2022-06-07 13:20:47.766505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.767686000, lastModified=2022-06-07 13:20:47.766505000, delta=1181000 ns, racy<=15000 ns
13:20:47.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.767 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.767934000, lastModified=2022-06-07 13:20:47.766505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.766505000 to 2022-06-07 13:20:47.767505000
13:20:47.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.768181000, lastModified=2022-06-07 13:20:47.767505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.768181000, lastModified=2022-06-07 13:20:47.767505000, delta=676000 ns, racy<=15000 ns
13:20:47.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.768421000, lastModified=2022-06-07 13:20:47.767505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.768421000, lastModified=2022-06-07 13:20:47.767505000, delta=916000 ns, racy<=15000 ns
13:20:47.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.768660000, lastModified=2022-06-07 13:20:47.767505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.768660000, lastModified=2022-06-07 13:20:47.767505000, delta=1155000 ns, racy<=15000 ns
13:20:47.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.768 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.768884000, lastModified=2022-06-07 13:20:47.767505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.767505000 to 2022-06-07 13:20:47.768505000
13:20:47.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.769133000, lastModified=2022-06-07 13:20:47.768505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.769133000, lastModified=2022-06-07 13:20:47.768505000, delta=628000 ns, racy<=15000 ns
13:20:47.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.769363000, lastModified=2022-06-07 13:20:47.768505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.769363000, lastModified=2022-06-07 13:20:47.768505000, delta=858000 ns, racy<=15000 ns
13:20:47.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.769585000, lastModified=2022-06-07 13:20:47.768505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.769585000, lastModified=2022-06-07 13:20:47.768505000, delta=1080000 ns, racy<=15000 ns
13:20:47.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.769806000, lastModified=2022-06-07 13:20:47.768505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.769806000, lastModified=2022-06-07 13:20:47.768505000, delta=1301000 ns, racy<=15000 ns
13:20:47.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.770047000, lastModified=2022-06-07 13:20:47.769505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.770047000, lastModified=2022-06-07 13:20:47.769505000, delta=542000 ns, racy<=15000 ns
13:20:47.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.770283000, lastModified=2022-06-07 13:20:47.769505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.770283000, lastModified=2022-06-07 13:20:47.769505000, delta=778000 ns, racy<=15000 ns
13:20:47.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.773 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.773850000, lastModified=2022-06-07 13:20:47.769505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.769505000 to 2022-06-07 13:20:47.773505000
13:20:47.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.774206000, lastModified=2022-06-07 13:20:47.773505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.774206000, lastModified=2022-06-07 13:20:47.773505000, delta=701000 ns, racy<=15000 ns
13:20:47.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.774443000, lastModified=2022-06-07 13:20:47.773505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.774443000, lastModified=2022-06-07 13:20:47.773505000, delta=938000 ns, racy<=15000 ns
13:20:47.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.774680000, lastModified=2022-06-07 13:20:47.773505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.774680000, lastModified=2022-06-07 13:20:47.773505000, delta=1175000 ns, racy<=15000 ns
13:20:47.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.774905000, lastModified=2022-06-07 13:20:47.773505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.773505000 to 2022-06-07 13:20:47.774505000
13:20:47.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.775131000, lastModified=2022-06-07 13:20:47.774505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.775131000, lastModified=2022-06-07 13:20:47.774505000, delta=626000 ns, racy<=15000 ns
13:20:47.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.775351000, lastModified=2022-06-07 13:20:47.774505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.775351000, lastModified=2022-06-07 13:20:47.774505000, delta=846000 ns, racy<=15000 ns
13:20:47.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.775580000, lastModified=2022-06-07 13:20:47.774505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.775580000, lastModified=2022-06-07 13:20:47.774505000, delta=1075000 ns, racy<=15000 ns
13:20:47.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.775804000, lastModified=2022-06-07 13:20:47.774505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.775804000, lastModified=2022-06-07 13:20:47.774505000, delta=1299000 ns, racy<=15000 ns
13:20:47.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.776036000, lastModified=2022-06-07 13:20:47.775505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.776036000, lastModified=2022-06-07 13:20:47.775505000, delta=531000 ns, racy<=15000 ns
13:20:47.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.776269000, lastModified=2022-06-07 13:20:47.775505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.776269000, lastModified=2022-06-07 13:20:47.775505000, delta=764000 ns, racy<=15000 ns
13:20:47.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.776490000, lastModified=2022-06-07 13:20:47.775505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.776490000, lastModified=2022-06-07 13:20:47.775505000, delta=985000 ns, racy<=15000 ns
13:20:47.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.776714000, lastModified=2022-06-07 13:20:47.775505000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.776714000, lastModified=2022-06-07 13:20:47.775505000, delta=1209000 ns, racy<=15000 ns
13:20:47.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.780373000, lastModified=2022-06-07 13:20:47.779506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.780373000, lastModified=2022-06-07 13:20:47.779506000, delta=867000 ns, racy<=15000 ns
13:20:47.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.780596000, lastModified=2022-06-07 13:20:47.779506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.780596000, lastModified=2022-06-07 13:20:47.779506000, delta=1090000 ns, racy<=15000 ns
13:20:47.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.780816000, lastModified=2022-06-07 13:20:47.779506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.780816000, lastModified=2022-06-07 13:20:47.779506000, delta=1310000 ns, racy<=15000 ns
13:20:47.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.781041000, lastModified=2022-06-07 13:20:47.780506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.781041000, lastModified=2022-06-07 13:20:47.780506000, delta=535000 ns, racy<=15000 ns
13:20:47.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.781272000, lastModified=2022-06-07 13:20:47.780506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.781272000, lastModified=2022-06-07 13:20:47.780506000, delta=766000 ns, racy<=15000 ns
13:20:47.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.781489000, lastModified=2022-06-07 13:20:47.780506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.781489000, lastModified=2022-06-07 13:20:47.780506000, delta=983000 ns, racy<=15000 ns
13:20:47.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.781700000, lastModified=2022-06-07 13:20:47.780506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.781700000, lastModified=2022-06-07 13:20:47.780506000, delta=1194000 ns, racy<=15000 ns
13:20:47.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.781914000, lastModified=2022-06-07 13:20:47.780506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.780506000 to 2022-06-07 13:20:47.781506000
13:20:47.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.782149000, lastModified=2022-06-07 13:20:47.781506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.782149000, lastModified=2022-06-07 13:20:47.781506000, delta=643000 ns, racy<=15000 ns
13:20:47.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.782365000, lastModified=2022-06-07 13:20:47.781506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.782365000, lastModified=2022-06-07 13:20:47.781506000, delta=859000 ns, racy<=15000 ns
13:20:47.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.782577000, lastModified=2022-06-07 13:20:47.781506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.782577000, lastModified=2022-06-07 13:20:47.781506000, delta=1071000 ns, racy<=15000 ns
13:20:47.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.782788000, lastModified=2022-06-07 13:20:47.781506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.782788000, lastModified=2022-06-07 13:20:47.781506000, delta=1282000 ns, racy<=15000 ns
13:20:47.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.786334000, lastModified=2022-06-07 13:20:47.782506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.782506000 to 2022-06-07 13:20:47.785506000
13:20:47.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.786560000, lastModified=2022-06-07 13:20:47.785506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.786560000, lastModified=2022-06-07 13:20:47.785506000, delta=1054000 ns, racy<=15000 ns
13:20:47.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.786790000, lastModified=2022-06-07 13:20:47.785506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.786790000, lastModified=2022-06-07 13:20:47.785506000, delta=1284000 ns, racy<=15000 ns
13:20:47.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.787024000, lastModified=2022-06-07 13:20:47.786506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.787024000, lastModified=2022-06-07 13:20:47.786506000, delta=518000 ns, racy<=15000 ns
13:20:47.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.787248000, lastModified=2022-06-07 13:20:47.786506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.787248000, lastModified=2022-06-07 13:20:47.786506000, delta=742000 ns, racy<=15000 ns
13:20:47.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.787464000, lastModified=2022-06-07 13:20:47.786506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.787464000, lastModified=2022-06-07 13:20:47.786506000, delta=958000 ns, racy<=15000 ns
13:20:47.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.787677000, lastModified=2022-06-07 13:20:47.786506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.787677000, lastModified=2022-06-07 13:20:47.786506000, delta=1171000 ns, racy<=15000 ns
13:20:47.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.787891000, lastModified=2022-06-07 13:20:47.786506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.786506000 to 2022-06-07 13:20:47.787506000
13:20:47.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.788135000, lastModified=2022-06-07 13:20:47.787506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.788135000, lastModified=2022-06-07 13:20:47.787506000, delta=629000 ns, racy<=15000 ns
13:20:47.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.788359000, lastModified=2022-06-07 13:20:47.787506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.788359000, lastModified=2022-06-07 13:20:47.787506000, delta=853000 ns, racy<=15000 ns
13:20:47.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.788590000, lastModified=2022-06-07 13:20:47.787506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.788590000, lastModified=2022-06-07 13:20:47.787506000, delta=1084000 ns, racy<=15000 ns
13:20:47.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.788811000, lastModified=2022-06-07 13:20:47.787506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.788811000, lastModified=2022-06-07 13:20:47.787506000, delta=1305000 ns, racy<=15000 ns
13:20:47.788 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.789 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.789049000, lastModified=2022-06-07 13:20:47.788506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.789049000, lastModified=2022-06-07 13:20:47.788506000, delta=543000 ns, racy<=15000 ns
13:20:47.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.793227000, lastModified=2022-06-07 13:20:47.792506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.793227000, lastModified=2022-06-07 13:20:47.792506000, delta=721000 ns, racy<=15000 ns
13:20:47.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.793458000, lastModified=2022-06-07 13:20:47.792506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.793458000, lastModified=2022-06-07 13:20:47.792506000, delta=952000 ns, racy<=15000 ns
13:20:47.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.793682000, lastModified=2022-06-07 13:20:47.792506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.793682000, lastModified=2022-06-07 13:20:47.792506000, delta=1176000 ns, racy<=15000 ns
13:20:47.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.793903000, lastModified=2022-06-07 13:20:47.792506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.792506000 to 2022-06-07 13:20:47.793506000
13:20:47.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.794149000, lastModified=2022-06-07 13:20:47.793506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.794149000, lastModified=2022-06-07 13:20:47.793506000, delta=643000 ns, racy<=15000 ns
13:20:47.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.794368000, lastModified=2022-06-07 13:20:47.793506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.794368000, lastModified=2022-06-07 13:20:47.793506000, delta=862000 ns, racy<=15000 ns
13:20:47.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.794582000, lastModified=2022-06-07 13:20:47.793506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.794582000, lastModified=2022-06-07 13:20:47.793506000, delta=1076000 ns, racy<=15000 ns
13:20:47.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.794800000, lastModified=2022-06-07 13:20:47.793506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.794800000, lastModified=2022-06-07 13:20:47.793506000, delta=1294000 ns, racy<=15000 ns
13:20:47.794 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.795022000, lastModified=2022-06-07 13:20:47.794506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.795022000, lastModified=2022-06-07 13:20:47.794506000, delta=516000 ns, racy<=15000 ns
13:20:47.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.795248000, lastModified=2022-06-07 13:20:47.794506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.795248000, lastModified=2022-06-07 13:20:47.794506000, delta=742000 ns, racy<=15000 ns
13:20:47.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.795463000, lastModified=2022-06-07 13:20:47.794506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.795463000, lastModified=2022-06-07 13:20:47.794506000, delta=957000 ns, racy<=15000 ns
13:20:47.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.795674000, lastModified=2022-06-07 13:20:47.794506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.795674000, lastModified=2022-06-07 13:20:47.794506000, delta=1168000 ns, racy<=15000 ns
13:20:47.795 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.800127000, lastModified=2022-06-07 13:20:47.794506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.794506000 to 2022-06-07 13:20:47.799506000
13:20:47.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.800406000, lastModified=2022-06-07 13:20:47.799506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.800406000, lastModified=2022-06-07 13:20:47.799506000, delta=900000 ns, racy<=15000 ns
13:20:47.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.800630000, lastModified=2022-06-07 13:20:47.799506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.800630000, lastModified=2022-06-07 13:20:47.799506000, delta=1124000 ns, racy<=15000 ns
13:20:47.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.800846000, lastModified=2022-06-07 13:20:47.799506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.800846000, lastModified=2022-06-07 13:20:47.799506000, delta=1340000 ns, racy<=15000 ns
13:20:47.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.801110000, lastModified=2022-06-07 13:20:47.800506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.801110000, lastModified=2022-06-07 13:20:47.800506000, delta=604000 ns, racy<=15000 ns
13:20:47.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.801344000, lastModified=2022-06-07 13:20:47.800506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.801344000, lastModified=2022-06-07 13:20:47.800506000, delta=838000 ns, racy<=15000 ns
13:20:47.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.801564000, lastModified=2022-06-07 13:20:47.800506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.801564000, lastModified=2022-06-07 13:20:47.800506000, delta=1058000 ns, racy<=15000 ns
13:20:47.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.801789000, lastModified=2022-06-07 13:20:47.800506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.801789000, lastModified=2022-06-07 13:20:47.800506000, delta=1283000 ns, racy<=15000 ns
13:20:47.801 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.802026000, lastModified=2022-06-07 13:20:47.801506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.802026000, lastModified=2022-06-07 13:20:47.801506000, delta=520000 ns, racy<=15000 ns
13:20:47.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.802262000, lastModified=2022-06-07 13:20:47.801506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.802262000, lastModified=2022-06-07 13:20:47.801506000, delta=756000 ns, racy<=15000 ns
13:20:47.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.802483000, lastModified=2022-06-07 13:20:47.801506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.802483000, lastModified=2022-06-07 13:20:47.801506000, delta=977000 ns, racy<=15000 ns
13:20:47.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.802698000, lastModified=2022-06-07 13:20:47.801506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.802698000, lastModified=2022-06-07 13:20:47.801506000, delta=1192000 ns, racy<=15000 ns
13:20:47.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.802 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.802936000, lastModified=2022-06-07 13:20:47.801506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.801506000 to 2022-06-07 13:20:47.802506000
13:20:47.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.809688000, lastModified=2022-06-07 13:20:47.808506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.809688000, lastModified=2022-06-07 13:20:47.808506000, delta=1182000 ns, racy<=15000 ns
13:20:47.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.809 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.809918000, lastModified=2022-06-07 13:20:47.808506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.808506000 to 2022-06-07 13:20:47.809506000
13:20:47.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.810140000, lastModified=2022-06-07 13:20:47.809506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.810140000, lastModified=2022-06-07 13:20:47.809506000, delta=634000 ns, racy<=15000 ns
13:20:47.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.810359000, lastModified=2022-06-07 13:20:47.809506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.810359000, lastModified=2022-06-07 13:20:47.809506000, delta=853000 ns, racy<=15000 ns
13:20:47.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.810577000, lastModified=2022-06-07 13:20:47.809506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.810577000, lastModified=2022-06-07 13:20:47.809506000, delta=1071000 ns, racy<=15000 ns
13:20:47.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.810791000, lastModified=2022-06-07 13:20:47.809506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.810791000, lastModified=2022-06-07 13:20:47.809506000, delta=1285000 ns, racy<=15000 ns
13:20:47.810 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.811023000, lastModified=2022-06-07 13:20:47.810506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.811023000, lastModified=2022-06-07 13:20:47.810506000, delta=517000 ns, racy<=15000 ns
13:20:47.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.811251000, lastModified=2022-06-07 13:20:47.810506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.811251000, lastModified=2022-06-07 13:20:47.810506000, delta=745000 ns, racy<=15000 ns
13:20:47.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.811463000, lastModified=2022-06-07 13:20:47.810506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.811463000, lastModified=2022-06-07 13:20:47.810506000, delta=957000 ns, racy<=15000 ns
13:20:47.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.811679000, lastModified=2022-06-07 13:20:47.810506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.811679000, lastModified=2022-06-07 13:20:47.810506000, delta=1173000 ns, racy<=15000 ns
13:20:47.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.811892000, lastModified=2022-06-07 13:20:47.810506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.810506000 to 2022-06-07 13:20:47.811506000
13:20:47.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.812135000, lastModified=2022-06-07 13:20:47.811506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.812135000, lastModified=2022-06-07 13:20:47.811506000, delta=629000 ns, racy<=15000 ns
13:20:47.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.816612000, lastModified=2022-06-07 13:20:47.811506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.811506000 to 2022-06-07 13:20:47.815506000
13:20:47.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.816849000, lastModified=2022-06-07 13:20:47.815506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.816 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.816849000, lastModified=2022-06-07 13:20:47.815506000, delta=1343000 ns, racy<=15000 ns
13:20:47.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.817102000, lastModified=2022-06-07 13:20:47.816506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.817102000, lastModified=2022-06-07 13:20:47.816506000, delta=596000 ns, racy<=15000 ns
13:20:47.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.817342000, lastModified=2022-06-07 13:20:47.816506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.817342000, lastModified=2022-06-07 13:20:47.816506000, delta=836000 ns, racy<=15000 ns
13:20:47.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.817557000, lastModified=2022-06-07 13:20:47.816506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.817557000, lastModified=2022-06-07 13:20:47.816506000, delta=1051000 ns, racy<=15000 ns
13:20:47.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.817774000, lastModified=2022-06-07 13:20:47.816506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.817774000, lastModified=2022-06-07 13:20:47.816506000, delta=1268000 ns, racy<=15000 ns
13:20:47.817 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.818054000, lastModified=2022-06-07 13:20:47.817506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.818054000, lastModified=2022-06-07 13:20:47.817506000, delta=548000 ns, racy<=15000 ns
13:20:47.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.818296000, lastModified=2022-06-07 13:20:47.817506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.818296000, lastModified=2022-06-07 13:20:47.817506000, delta=790000 ns, racy<=15000 ns
13:20:47.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.818523000, lastModified=2022-06-07 13:20:47.817506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.818523000, lastModified=2022-06-07 13:20:47.817506000, delta=1017000 ns, racy<=15000 ns
13:20:47.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.818746000, lastModified=2022-06-07 13:20:47.817506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.818746000, lastModified=2022-06-07 13:20:47.817506000, delta=1240000 ns, racy<=15000 ns
13:20:47.818 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.818993000, lastModified=2022-06-07 13:20:47.817506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.817506000 to 2022-06-07 13:20:47.818506000
13:20:47.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.819212000, lastModified=2022-06-07 13:20:47.818506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.819212000, lastModified=2022-06-07 13:20:47.818506000, delta=706000 ns, racy<=15000 ns
13:20:47.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.819 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.819459000, lastModified=2022-06-07 13:20:47.818506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.819459000, lastModified=2022-06-07 13:20:47.818506000, delta=953000 ns, racy<=15000 ns
13:20:47.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.826827000, lastModified=2022-06-07 13:20:47.825506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.826827000, lastModified=2022-06-07 13:20:47.825506000, delta=1321000 ns, racy<=15000 ns
13:20:47.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.827108000, lastModified=2022-06-07 13:20:47.826506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.827108000, lastModified=2022-06-07 13:20:47.826506000, delta=602000 ns, racy<=15000 ns
13:20:47.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.827349000, lastModified=2022-06-07 13:20:47.826506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.827349000, lastModified=2022-06-07 13:20:47.826506000, delta=843000 ns, racy<=15000 ns
13:20:47.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.827580000, lastModified=2022-06-07 13:20:47.826506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.827580000, lastModified=2022-06-07 13:20:47.826506000, delta=1074000 ns, racy<=15000 ns
13:20:47.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.827838000, lastModified=2022-06-07 13:20:47.826506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.827838000, lastModified=2022-06-07 13:20:47.826506000, delta=1332000 ns, racy<=15000 ns
13:20:47.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.828080000, lastModified=2022-06-07 13:20:47.827506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.828080000, lastModified=2022-06-07 13:20:47.827506000, delta=574000 ns, racy<=15000 ns
13:20:47.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.828312000, lastModified=2022-06-07 13:20:47.827506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.828312000, lastModified=2022-06-07 13:20:47.827506000, delta=806000 ns, racy<=15000 ns
13:20:47.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.828545000, lastModified=2022-06-07 13:20:47.827506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.828545000, lastModified=2022-06-07 13:20:47.827506000, delta=1039000 ns, racy<=15000 ns
13:20:47.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.828772000, lastModified=2022-06-07 13:20:47.827506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.828772000, lastModified=2022-06-07 13:20:47.827506000, delta=1266000 ns, racy<=15000 ns
13:20:47.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.829032000, lastModified=2022-06-07 13:20:47.828506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.829032000, lastModified=2022-06-07 13:20:47.828506000, delta=526000 ns, racy<=15000 ns
13:20:47.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.829268000, lastModified=2022-06-07 13:20:47.828506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.829268000, lastModified=2022-06-07 13:20:47.828506000, delta=762000 ns, racy<=15000 ns
13:20:47.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.829492000, lastModified=2022-06-07 13:20:47.828506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.829492000, lastModified=2022-06-07 13:20:47.828506000, delta=986000 ns, racy<=15000 ns
13:20:47.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.831802000, lastModified=2022-06-07 13:20:47.828506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.828506000 to 2022-06-07 13:20:47.830506000
13:20:47.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.832091000, lastModified=2022-06-07 13:20:47.831506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.832091000, lastModified=2022-06-07 13:20:47.831506000, delta=585000 ns, racy<=15000 ns
13:20:47.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.832359000, lastModified=2022-06-07 13:20:47.831506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.832359000, lastModified=2022-06-07 13:20:47.831506000, delta=853000 ns, racy<=15000 ns
13:20:47.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.832601000, lastModified=2022-06-07 13:20:47.831506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.832601000, lastModified=2022-06-07 13:20:47.831506000, delta=1095000 ns, racy<=15000 ns
13:20:47.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.832826000, lastModified=2022-06-07 13:20:47.831506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.832826000, lastModified=2022-06-07 13:20:47.831506000, delta=1320000 ns, racy<=15000 ns
13:20:47.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.833063000, lastModified=2022-06-07 13:20:47.832506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.833063000, lastModified=2022-06-07 13:20:47.832506000, delta=557000 ns, racy<=15000 ns
13:20:47.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.833298000, lastModified=2022-06-07 13:20:47.832506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.833298000, lastModified=2022-06-07 13:20:47.832506000, delta=792000 ns, racy<=15000 ns
13:20:47.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.833527000, lastModified=2022-06-07 13:20:47.832506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.833527000, lastModified=2022-06-07 13:20:47.832506000, delta=1021000 ns, racy<=15000 ns
13:20:47.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.833751000, lastModified=2022-06-07 13:20:47.832506000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.833751000, lastModified=2022-06-07 13:20:47.832506000, delta=1245000 ns, racy<=15000 ns
13:20:47.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.834007000, lastModified=2022-06-07 13:20:47.833507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.834007000, lastModified=2022-06-07 13:20:47.833507000, delta=500000 ns, racy<=15000 ns
13:20:47.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.834266000, lastModified=2022-06-07 13:20:47.833507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.834266000, lastModified=2022-06-07 13:20:47.833507000, delta=759000 ns, racy<=15000 ns
13:20:47.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.834508000, lastModified=2022-06-07 13:20:47.833507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.834508000, lastModified=2022-06-07 13:20:47.833507000, delta=1001000 ns, racy<=15000 ns
13:20:47.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.834749000, lastModified=2022-06-07 13:20:47.833507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.834749000, lastModified=2022-06-07 13:20:47.833507000, delta=1242000 ns, racy<=15000 ns
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.837166000, lastModified=2022-06-07 13:20:47.836507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.837166000, lastModified=2022-06-07 13:20:47.836507000, delta=659000 ns, racy<=15000 ns
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.837397000, lastModified=2022-06-07 13:20:47.836507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.837397000, lastModified=2022-06-07 13:20:47.836507000, delta=890000 ns, racy<=15000 ns
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.837620000, lastModified=2022-06-07 13:20:47.836507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.837620000, lastModified=2022-06-07 13:20:47.836507000, delta=1113000 ns, racy<=15000 ns
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.837840000, lastModified=2022-06-07 13:20:47.836507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.837840000, lastModified=2022-06-07 13:20:47.836507000, delta=1333000 ns, racy<=15000 ns
13:20:47.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.838082000, lastModified=2022-06-07 13:20:47.837507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.838082000, lastModified=2022-06-07 13:20:47.837507000, delta=575000 ns, racy<=15000 ns
13:20:47.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.838333000, lastModified=2022-06-07 13:20:47.837507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.838333000, lastModified=2022-06-07 13:20:47.837507000, delta=826000 ns, racy<=15000 ns
13:20:47.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.838552000, lastModified=2022-06-07 13:20:47.837507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.838552000, lastModified=2022-06-07 13:20:47.837507000, delta=1045000 ns, racy<=15000 ns
13:20:47.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.838775000, lastModified=2022-06-07 13:20:47.837507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.838775000, lastModified=2022-06-07 13:20:47.837507000, delta=1268000 ns, racy<=15000 ns
13:20:47.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.839013000, lastModified=2022-06-07 13:20:47.838507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.839013000, lastModified=2022-06-07 13:20:47.838507000, delta=506000 ns, racy<=15000 ns
13:20:47.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.839299000, lastModified=2022-06-07 13:20:47.838507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.839299000, lastModified=2022-06-07 13:20:47.838507000, delta=792000 ns, racy<=15000 ns
13:20:47.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.839547000, lastModified=2022-06-07 13:20:47.838507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.839547000, lastModified=2022-06-07 13:20:47.838507000, delta=1040000 ns, racy<=15000 ns
13:20:47.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.839783000, lastModified=2022-06-07 13:20:47.838507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.839783000, lastModified=2022-06-07 13:20:47.838507000, delta=1276000 ns, racy<=15000 ns
13:20:47.839 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.842162000, lastModified=2022-06-07 13:20:47.839507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.839507000 to 2022-06-07 13:20:47.841507000
13:20:47.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.842414000, lastModified=2022-06-07 13:20:47.841507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.842414000, lastModified=2022-06-07 13:20:47.841507000, delta=907000 ns, racy<=15000 ns
13:20:47.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.842648000, lastModified=2022-06-07 13:20:47.841507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.842648000, lastModified=2022-06-07 13:20:47.841507000, delta=1141000 ns, racy<=15000 ns
13:20:47.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.842896000, lastModified=2022-06-07 13:20:47.841507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.841507000 to 2022-06-07 13:20:47.842507000
13:20:47.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.843274000, lastModified=2022-06-07 13:20:47.842507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.843274000, lastModified=2022-06-07 13:20:47.842507000, delta=767000 ns, racy<=15000 ns
13:20:47.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.843525000, lastModified=2022-06-07 13:20:47.842507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.843525000, lastModified=2022-06-07 13:20:47.842507000, delta=1018000 ns, racy<=15000 ns
13:20:47.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.843768000, lastModified=2022-06-07 13:20:47.842507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.843768000, lastModified=2022-06-07 13:20:47.842507000, delta=1261000 ns, racy<=15000 ns
13:20:47.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.844017000, lastModified=2022-06-07 13:20:47.843507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.844017000, lastModified=2022-06-07 13:20:47.843507000, delta=510000 ns, racy<=15000 ns
13:20:47.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.844268000, lastModified=2022-06-07 13:20:47.843507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.844268000, lastModified=2022-06-07 13:20:47.843507000, delta=761000 ns, racy<=15000 ns
13:20:47.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.844501000, lastModified=2022-06-07 13:20:47.843507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.844501000, lastModified=2022-06-07 13:20:47.843507000, delta=994000 ns, racy<=15000 ns
13:20:47.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.844762000, lastModified=2022-06-07 13:20:47.843507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.844762000, lastModified=2022-06-07 13:20:47.843507000, delta=1255000 ns, racy<=15000 ns
13:20:47.844 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.845013000, lastModified=2022-06-07 13:20:47.844507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.845013000, lastModified=2022-06-07 13:20:47.844507000, delta=506000 ns, racy<=15000 ns
13:20:47.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.845323000, lastModified=2022-06-07 13:20:47.844507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.845323000, lastModified=2022-06-07 13:20:47.844507000, delta=816000 ns, racy<=15000 ns
13:20:47.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.847663000, lastModified=2022-06-07 13:20:47.846507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.847663000, lastModified=2022-06-07 13:20:47.846507000, delta=1156000 ns, racy<=15000 ns
13:20:47.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.847895000, lastModified=2022-06-07 13:20:47.846507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.846507000 to 2022-06-07 13:20:47.847507000
13:20:47.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.848128000, lastModified=2022-06-07 13:20:47.847507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.848128000, lastModified=2022-06-07 13:20:47.847507000, delta=621000 ns, racy<=15000 ns
13:20:47.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.848354000, lastModified=2022-06-07 13:20:47.847507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.848354000, lastModified=2022-06-07 13:20:47.847507000, delta=847000 ns, racy<=15000 ns
13:20:47.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.848585000, lastModified=2022-06-07 13:20:47.847507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.848585000, lastModified=2022-06-07 13:20:47.847507000, delta=1078000 ns, racy<=15000 ns
13:20:47.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.848829000, lastModified=2022-06-07 13:20:47.847507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.848 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.848829000, lastModified=2022-06-07 13:20:47.847507000, delta=1322000 ns, racy<=15000 ns
13:20:47.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.849109000, lastModified=2022-06-07 13:20:47.848507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.849109000, lastModified=2022-06-07 13:20:47.848507000, delta=602000 ns, racy<=15000 ns
13:20:47.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.849375000, lastModified=2022-06-07 13:20:47.848507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.849375000, lastModified=2022-06-07 13:20:47.848507000, delta=868000 ns, racy<=15000 ns
13:20:47.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.849633000, lastModified=2022-06-07 13:20:47.848507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.849633000, lastModified=2022-06-07 13:20:47.848507000, delta=1126000 ns, racy<=15000 ns
13:20:47.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.849 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.849875000, lastModified=2022-06-07 13:20:47.848507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.848507000 to 2022-06-07 13:20:47.849507000
13:20:47.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.850127000, lastModified=2022-06-07 13:20:47.849507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.850127000, lastModified=2022-06-07 13:20:47.849507000, delta=620000 ns, racy<=15000 ns
13:20:47.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.850368000, lastModified=2022-06-07 13:20:47.849507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.850368000, lastModified=2022-06-07 13:20:47.849507000, delta=861000 ns, racy<=15000 ns
13:20:47.850 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.852866000, lastModified=2022-06-07 13:20:47.849507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.849507000 to 2022-06-07 13:20:47.852507000
13:20:47.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.853153000, lastModified=2022-06-07 13:20:47.852507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.853153000, lastModified=2022-06-07 13:20:47.852507000, delta=646000 ns, racy<=15000 ns
13:20:47.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.853404000, lastModified=2022-06-07 13:20:47.852507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.853404000, lastModified=2022-06-07 13:20:47.852507000, delta=897000 ns, racy<=15000 ns
13:20:47.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.853647000, lastModified=2022-06-07 13:20:47.852507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.853647000, lastModified=2022-06-07 13:20:47.852507000, delta=1140000 ns, racy<=15000 ns
13:20:47.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.853889000, lastModified=2022-06-07 13:20:47.852507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.852507000 to 2022-06-07 13:20:47.853507000
13:20:47.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.854139000, lastModified=2022-06-07 13:20:47.853507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.854139000, lastModified=2022-06-07 13:20:47.853507000, delta=632000 ns, racy<=15000 ns
13:20:47.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.854371000, lastModified=2022-06-07 13:20:47.853507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.854371000, lastModified=2022-06-07 13:20:47.853507000, delta=864000 ns, racy<=15000 ns
13:20:47.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.854598000, lastModified=2022-06-07 13:20:47.853507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.854598000, lastModified=2022-06-07 13:20:47.853507000, delta=1091000 ns, racy<=15000 ns
13:20:47.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.854816000, lastModified=2022-06-07 13:20:47.853507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.854816000, lastModified=2022-06-07 13:20:47.853507000, delta=1309000 ns, racy<=15000 ns
13:20:47.854 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.855 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.855068000, lastModified=2022-06-07 13:20:47.854507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.855 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.855068000, lastModified=2022-06-07 13:20:47.854507000, delta=561000 ns, racy<=15000 ns
13:20:47.855 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.855 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.855302000, lastModified=2022-06-07 13:20:47.854507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.855 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.855302000, lastModified=2022-06-07 13:20:47.854507000, delta=795000 ns, racy<=15000 ns
13:20:47.855 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.855 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.855553000, lastModified=2022-06-07 13:20:47.854507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.855 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.855553000, lastModified=2022-06-07 13:20:47.854507000, delta=1046000 ns, racy<=15000 ns
13:20:47.855 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.855 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.855793000, lastModified=2022-06-07 13:20:47.854507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.855793000, lastModified=2022-06-07 13:20:47.854507000, delta=1286000 ns, racy<=15000 ns
13:20:47.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.859206000, lastModified=2022-06-07 13:20:47.858507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.859206000, lastModified=2022-06-07 13:20:47.858507000, delta=699000 ns, racy<=15000 ns
13:20:47.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.859450000, lastModified=2022-06-07 13:20:47.858507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.859450000, lastModified=2022-06-07 13:20:47.858507000, delta=943000 ns, racy<=15000 ns
13:20:47.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.859688000, lastModified=2022-06-07 13:20:47.858507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.859688000, lastModified=2022-06-07 13:20:47.858507000, delta=1181000 ns, racy<=15000 ns
13:20:47.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.859 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.859913000, lastModified=2022-06-07 13:20:47.858507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.858507000 to 2022-06-07 13:20:47.859507000
13:20:47.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.860159000, lastModified=2022-06-07 13:20:47.859507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.860159000, lastModified=2022-06-07 13:20:47.859507000, delta=652000 ns, racy<=15000 ns
13:20:47.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.860385000, lastModified=2022-06-07 13:20:47.859507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.860385000, lastModified=2022-06-07 13:20:47.859507000, delta=878000 ns, racy<=15000 ns
13:20:47.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.860605000, lastModified=2022-06-07 13:20:47.859507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.860605000, lastModified=2022-06-07 13:20:47.859507000, delta=1098000 ns, racy<=15000 ns
13:20:47.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.860826000, lastModified=2022-06-07 13:20:47.859507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.860826000, lastModified=2022-06-07 13:20:47.859507000, delta=1319000 ns, racy<=15000 ns
13:20:47.860 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.861060000, lastModified=2022-06-07 13:20:47.860507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.861060000, lastModified=2022-06-07 13:20:47.860507000, delta=553000 ns, racy<=15000 ns
13:20:47.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.861316000, lastModified=2022-06-07 13:20:47.860507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.861316000, lastModified=2022-06-07 13:20:47.860507000, delta=809000 ns, racy<=15000 ns
13:20:47.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.861577000, lastModified=2022-06-07 13:20:47.860507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.861577000, lastModified=2022-06-07 13:20:47.860507000, delta=1070000 ns, racy<=15000 ns
13:20:47.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.861822000, lastModified=2022-06-07 13:20:47.860507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.861822000, lastModified=2022-06-07 13:20:47.860507000, delta=1315000 ns, racy<=15000 ns
13:20:47.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.865291000, lastModified=2022-06-07 13:20:47.861507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.861507000 to 2022-06-07 13:20:47.864507000
13:20:47.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.865532000, lastModified=2022-06-07 13:20:47.864507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.865532000, lastModified=2022-06-07 13:20:47.864507000, delta=1025000 ns, racy<=15000 ns
13:20:47.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.865762000, lastModified=2022-06-07 13:20:47.864507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.865762000, lastModified=2022-06-07 13:20:47.864507000, delta=1255000 ns, racy<=15000 ns
13:20:47.865 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.865999000, lastModified=2022-06-07 13:20:47.865507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.865999000, lastModified=2022-06-07 13:20:47.865507000, delta=492000 ns, racy<=15000 ns
13:20:47.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.866237000, lastModified=2022-06-07 13:20:47.865507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.866237000, lastModified=2022-06-07 13:20:47.865507000, delta=730000 ns, racy<=15000 ns
13:20:47.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.866466000, lastModified=2022-06-07 13:20:47.865507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.866466000, lastModified=2022-06-07 13:20:47.865507000, delta=959000 ns, racy<=15000 ns
13:20:47.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.866685000, lastModified=2022-06-07 13:20:47.865507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.866685000, lastModified=2022-06-07 13:20:47.865507000, delta=1178000 ns, racy<=15000 ns
13:20:47.866 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.866931000, lastModified=2022-06-07 13:20:47.865507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.865507000 to 2022-06-07 13:20:47.866507000
13:20:47.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.867244000, lastModified=2022-06-07 13:20:47.866507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.867244000, lastModified=2022-06-07 13:20:47.866507000, delta=737000 ns, racy<=15000 ns
13:20:47.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.867468000, lastModified=2022-06-07 13:20:47.866507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.867468000, lastModified=2022-06-07 13:20:47.866507000, delta=961000 ns, racy<=15000 ns
13:20:47.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.867719000, lastModified=2022-06-07 13:20:47.866507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.867719000, lastModified=2022-06-07 13:20:47.866507000, delta=1212000 ns, racy<=15000 ns
13:20:47.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.867948000, lastModified=2022-06-07 13:20:47.866507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.866507000 to 2022-06-07 13:20:47.867507000
13:20:47.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.868172000, lastModified=2022-06-07 13:20:47.867507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.868172000, lastModified=2022-06-07 13:20:47.867507000, delta=665000 ns, racy<=15000 ns
13:20:47.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.871555000, lastModified=2022-06-07 13:20:47.870507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.871555000, lastModified=2022-06-07 13:20:47.870507000, delta=1048000 ns, racy<=15000 ns
13:20:47.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.871801000, lastModified=2022-06-07 13:20:47.870507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.871801000, lastModified=2022-06-07 13:20:47.870507000, delta=1294000 ns, racy<=15000 ns
13:20:47.871 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.872056000, lastModified=2022-06-07 13:20:47.871507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.872056000, lastModified=2022-06-07 13:20:47.871507000, delta=549000 ns, racy<=15000 ns
13:20:47.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.872301000, lastModified=2022-06-07 13:20:47.871507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.872301000, lastModified=2022-06-07 13:20:47.871507000, delta=794000 ns, racy<=15000 ns
13:20:47.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.872529000, lastModified=2022-06-07 13:20:47.871507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.872529000, lastModified=2022-06-07 13:20:47.871507000, delta=1022000 ns, racy<=15000 ns
13:20:47.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.872756000, lastModified=2022-06-07 13:20:47.871507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.872756000, lastModified=2022-06-07 13:20:47.871507000, delta=1249000 ns, racy<=15000 ns
13:20:47.872 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.872993000, lastModified=2022-06-07 13:20:47.872507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.872993000, lastModified=2022-06-07 13:20:47.872507000, delta=486000 ns, racy<=15000 ns
13:20:47.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.873232000, lastModified=2022-06-07 13:20:47.872507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.873232000, lastModified=2022-06-07 13:20:47.872507000, delta=725000 ns, racy<=15000 ns
13:20:47.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.873457000, lastModified=2022-06-07 13:20:47.872507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.873457000, lastModified=2022-06-07 13:20:47.872507000, delta=950000 ns, racy<=15000 ns
13:20:47.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.873678000, lastModified=2022-06-07 13:20:47.872507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.873678000, lastModified=2022-06-07 13:20:47.872507000, delta=1171000 ns, racy<=15000 ns
13:20:47.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.873896000, lastModified=2022-06-07 13:20:47.872507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.872507000 to 2022-06-07 13:20:47.873507000
13:20:47.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.874114000, lastModified=2022-06-07 13:20:47.873507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.874114000, lastModified=2022-06-07 13:20:47.873507000, delta=607000 ns, racy<=15000 ns
13:20:47.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.877505000, lastModified=2022-06-07 13:20:47.873507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.873507000 to 2022-06-07 13:20:47.876507000
13:20:47.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.877751000, lastModified=2022-06-07 13:20:47.876507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.877751000, lastModified=2022-06-07 13:20:47.876507000, delta=1244000 ns, racy<=15000 ns
13:20:47.877 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.877986000, lastModified=2022-06-07 13:20:47.877507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.877986000, lastModified=2022-06-07 13:20:47.877507000, delta=479000 ns, racy<=15000 ns
13:20:47.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.878227000, lastModified=2022-06-07 13:20:47.877507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.878227000, lastModified=2022-06-07 13:20:47.877507000, delta=720000 ns, racy<=15000 ns
13:20:47.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.878444000, lastModified=2022-06-07 13:20:47.877507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.878444000, lastModified=2022-06-07 13:20:47.877507000, delta=937000 ns, racy<=15000 ns
13:20:47.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.878684000, lastModified=2022-06-07 13:20:47.877507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.878684000, lastModified=2022-06-07 13:20:47.877507000, delta=1177000 ns, racy<=15000 ns
13:20:47.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.878 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.878907000, lastModified=2022-06-07 13:20:47.877507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.877507000 to 2022-06-07 13:20:47.878507000
13:20:47.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.879141000, lastModified=2022-06-07 13:20:47.878507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.879141000, lastModified=2022-06-07 13:20:47.878507000, delta=634000 ns, racy<=15000 ns
13:20:47.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.879365000, lastModified=2022-06-07 13:20:47.878507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.879365000, lastModified=2022-06-07 13:20:47.878507000, delta=858000 ns, racy<=15000 ns
13:20:47.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.879588000, lastModified=2022-06-07 13:20:47.878507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.879588000, lastModified=2022-06-07 13:20:47.878507000, delta=1081000 ns, racy<=15000 ns
13:20:47.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.879812000, lastModified=2022-06-07 13:20:47.878507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.879 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.879812000, lastModified=2022-06-07 13:20:47.878507000, delta=1305000 ns, racy<=15000 ns
13:20:47.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.880094000, lastModified=2022-06-07 13:20:47.879507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.880094000, lastModified=2022-06-07 13:20:47.879507000, delta=587000 ns, racy<=15000 ns
13:20:47.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.880 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.880323000, lastModified=2022-06-07 13:20:47.879507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.880323000, lastModified=2022-06-07 13:20:47.879507000, delta=816000 ns, racy<=15000 ns
13:20:47.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.884257000, lastModified=2022-06-07 13:20:47.883507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.884257000, lastModified=2022-06-07 13:20:47.883507000, delta=750000 ns, racy<=15000 ns
13:20:47.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.884481000, lastModified=2022-06-07 13:20:47.883507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.884481000, lastModified=2022-06-07 13:20:47.883507000, delta=974000 ns, racy<=15000 ns
13:20:47.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.884699000, lastModified=2022-06-07 13:20:47.883507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.884699000, lastModified=2022-06-07 13:20:47.883507000, delta=1192000 ns, racy<=15000 ns
13:20:47.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.884 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.884914000, lastModified=2022-06-07 13:20:47.883507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.883507000 to 2022-06-07 13:20:47.884507000
13:20:47.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.885133000, lastModified=2022-06-07 13:20:47.884507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.885133000, lastModified=2022-06-07 13:20:47.884507000, delta=626000 ns, racy<=15000 ns
13:20:47.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.885355000, lastModified=2022-06-07 13:20:47.884507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.885355000, lastModified=2022-06-07 13:20:47.884507000, delta=848000 ns, racy<=15000 ns
13:20:47.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.885570000, lastModified=2022-06-07 13:20:47.884507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.885570000, lastModified=2022-06-07 13:20:47.884507000, delta=1063000 ns, racy<=15000 ns
13:20:47.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.885807000, lastModified=2022-06-07 13:20:47.884507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.885807000, lastModified=2022-06-07 13:20:47.884507000, delta=1300000 ns, racy<=15000 ns
13:20:47.885 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.886037000, lastModified=2022-06-07 13:20:47.885507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.886037000, lastModified=2022-06-07 13:20:47.885507000, delta=530000 ns, racy<=15000 ns
13:20:47.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.886267000, lastModified=2022-06-07 13:20:47.885507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.886267000, lastModified=2022-06-07 13:20:47.885507000, delta=760000 ns, racy<=15000 ns
13:20:47.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.886486000, lastModified=2022-06-07 13:20:47.885507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.886486000, lastModified=2022-06-07 13:20:47.885507000, delta=979000 ns, racy<=15000 ns
13:20:47.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.886702000, lastModified=2022-06-07 13:20:47.885507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.886702000, lastModified=2022-06-07 13:20:47.885507000, delta=1195000 ns, racy<=15000 ns
13:20:47.886 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.890994000, lastModified=2022-06-07 13:20:47.885507000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.885507000 to 2022-06-07 13:20:47.890508000
13:20:47.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.891242000, lastModified=2022-06-07 13:20:47.890508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.891242000, lastModified=2022-06-07 13:20:47.890508000, delta=734000 ns, racy<=15000 ns
13:20:47.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.891470000, lastModified=2022-06-07 13:20:47.890508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.891470000, lastModified=2022-06-07 13:20:47.890508000, delta=962000 ns, racy<=15000 ns
13:20:47.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.891714000, lastModified=2022-06-07 13:20:47.890508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.891714000, lastModified=2022-06-07 13:20:47.890508000, delta=1206000 ns, racy<=15000 ns
13:20:47.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.891 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.891936000, lastModified=2022-06-07 13:20:47.890508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.890508000 to 2022-06-07 13:20:47.891508000
13:20:47.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.912523000, lastModified=2022-06-07 13:20:47.911508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.912523000, lastModified=2022-06-07 13:20:47.911508000, delta=1015000 ns, racy<=15000 ns
13:20:47.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.912800000, lastModified=2022-06-07 13:20:47.911508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.912800000, lastModified=2022-06-07 13:20:47.911508000, delta=1292000 ns, racy<=15000 ns
13:20:47.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.913064000, lastModified=2022-06-07 13:20:47.912508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.913064000, lastModified=2022-06-07 13:20:47.912508000, delta=556000 ns, racy<=15000 ns
13:20:47.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.913322000, lastModified=2022-06-07 13:20:47.912508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.913322000, lastModified=2022-06-07 13:20:47.912508000, delta=814000 ns, racy<=15000 ns
13:20:47.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.913542000, lastModified=2022-06-07 13:20:47.912508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.913542000, lastModified=2022-06-07 13:20:47.912508000, delta=1034000 ns, racy<=15000 ns
13:20:47.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.913763000, lastModified=2022-06-07 13:20:47.912508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.913763000, lastModified=2022-06-07 13:20:47.912508000, delta=1255000 ns, racy<=15000 ns
13:20:47.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.913994000, lastModified=2022-06-07 13:20:47.913508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.913994000, lastModified=2022-06-07 13:20:47.913508000, delta=486000 ns, racy<=15000 ns
13:20:47.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.914 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.914232000, lastModified=2022-06-07 13:20:47.913508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.914232000, lastModified=2022-06-07 13:20:47.913508000, delta=724000 ns, racy<=15000 ns
13:20:47.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.918590000, lastModified=2022-06-07 13:20:47.917508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.918590000, lastModified=2022-06-07 13:20:47.917508000, delta=1082000 ns, racy<=15000 ns
13:20:47.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.918822000, lastModified=2022-06-07 13:20:47.917508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.918822000, lastModified=2022-06-07 13:20:47.917508000, delta=1314000 ns, racy<=15000 ns
13:20:47.918 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.919062000, lastModified=2022-06-07 13:20:47.918508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.919062000, lastModified=2022-06-07 13:20:47.918508000, delta=554000 ns, racy<=15000 ns
13:20:47.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.919296000, lastModified=2022-06-07 13:20:47.918508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.919296000, lastModified=2022-06-07 13:20:47.918508000, delta=788000 ns, racy<=15000 ns
13:20:47.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.919518000, lastModified=2022-06-07 13:20:47.918508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.919518000, lastModified=2022-06-07 13:20:47.918508000, delta=1010000 ns, racy<=15000 ns
13:20:47.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.919739000, lastModified=2022-06-07 13:20:47.918508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.919739000, lastModified=2022-06-07 13:20:47.918508000, delta=1231000 ns, racy<=15000 ns
13:20:47.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.919963000, lastModified=2022-06-07 13:20:47.918508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.918508000 to 2022-06-07 13:20:47.919508000
13:20:47.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.920181000, lastModified=2022-06-07 13:20:47.919508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.920181000, lastModified=2022-06-07 13:20:47.919508000, delta=673000 ns, racy<=15000 ns
13:20:47.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.920418000, lastModified=2022-06-07 13:20:47.919508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.920418000, lastModified=2022-06-07 13:20:47.919508000, delta=910000 ns, racy<=15000 ns
13:20:47.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.920638000, lastModified=2022-06-07 13:20:47.919508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.920638000, lastModified=2022-06-07 13:20:47.919508000, delta=1130000 ns, racy<=15000 ns
13:20:47.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.920872000, lastModified=2022-06-07 13:20:47.919508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.919508000 to 2022-06-07 13:20:47.920508000
13:20:47.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.921093000, lastModified=2022-06-07 13:20:47.920508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.921093000, lastModified=2022-06-07 13:20:47.920508000, delta=585000 ns, racy<=15000 ns
13:20:47.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.925456000, lastModified=2022-06-07 13:20:47.920508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.920508000 to 2022-06-07 13:20:47.924508000
13:20:47.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.925702000, lastModified=2022-06-07 13:20:47.924508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.925702000, lastModified=2022-06-07 13:20:47.924508000, delta=1194000 ns, racy<=15000 ns
13:20:47.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.925927000, lastModified=2022-06-07 13:20:47.924508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.924508000 to 2022-06-07 13:20:47.925508000
13:20:47.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.926174000, lastModified=2022-06-07 13:20:47.925508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.926174000, lastModified=2022-06-07 13:20:47.925508000, delta=666000 ns, racy<=15000 ns
13:20:47.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.926395000, lastModified=2022-06-07 13:20:47.925508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.926395000, lastModified=2022-06-07 13:20:47.925508000, delta=887000 ns, racy<=15000 ns
13:20:47.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.926615000, lastModified=2022-06-07 13:20:47.925508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.926615000, lastModified=2022-06-07 13:20:47.925508000, delta=1107000 ns, racy<=15000 ns
13:20:47.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.926853000, lastModified=2022-06-07 13:20:47.925508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.926853000, lastModified=2022-06-07 13:20:47.925508000, delta=1345000 ns, racy<=15000 ns
13:20:47.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.927096000, lastModified=2022-06-07 13:20:47.926508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.927096000, lastModified=2022-06-07 13:20:47.926508000, delta=588000 ns, racy<=15000 ns
13:20:47.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.927338000, lastModified=2022-06-07 13:20:47.926508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.927338000, lastModified=2022-06-07 13:20:47.926508000, delta=830000 ns, racy<=15000 ns
13:20:47.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.927665000, lastModified=2022-06-07 13:20:47.926508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.927665000, lastModified=2022-06-07 13:20:47.926508000, delta=1157000 ns, racy<=15000 ns
13:20:47.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.927952000, lastModified=2022-06-07 13:20:47.926508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.926508000 to 2022-06-07 13:20:47.927508000
13:20:47.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.928194000, lastModified=2022-06-07 13:20:47.927508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.928194000, lastModified=2022-06-07 13:20:47.927508000, delta=686000 ns, racy<=15000 ns
13:20:47.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.928436000, lastModified=2022-06-07 13:20:47.927508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.928436000, lastModified=2022-06-07 13:20:47.927508000, delta=928000 ns, racy<=15000 ns
13:20:47.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.936281000, lastModified=2022-06-07 13:20:47.935508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.936281000, lastModified=2022-06-07 13:20:47.935508000, delta=773000 ns, racy<=15000 ns
13:20:47.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.936509000, lastModified=2022-06-07 13:20:47.935508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.936509000, lastModified=2022-06-07 13:20:47.935508000, delta=1001000 ns, racy<=15000 ns
13:20:47.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.936730000, lastModified=2022-06-07 13:20:47.935508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.936730000, lastModified=2022-06-07 13:20:47.935508000, delta=1222000 ns, racy<=15000 ns
13:20:47.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.936 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.936964000, lastModified=2022-06-07 13:20:47.935508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.935508000 to 2022-06-07 13:20:47.936508000
13:20:47.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.937182000, lastModified=2022-06-07 13:20:47.936508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.937182000, lastModified=2022-06-07 13:20:47.936508000, delta=674000 ns, racy<=15000 ns
13:20:47.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.937405000, lastModified=2022-06-07 13:20:47.936508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.937405000, lastModified=2022-06-07 13:20:47.936508000, delta=897000 ns, racy<=15000 ns
13:20:47.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.937622000, lastModified=2022-06-07 13:20:47.936508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.937622000, lastModified=2022-06-07 13:20:47.936508000, delta=1114000 ns, racy<=15000 ns
13:20:47.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.937837000, lastModified=2022-06-07 13:20:47.936508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.937837000, lastModified=2022-06-07 13:20:47.936508000, delta=1329000 ns, racy<=15000 ns
13:20:47.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.938061000, lastModified=2022-06-07 13:20:47.937508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.938061000, lastModified=2022-06-07 13:20:47.937508000, delta=553000 ns, racy<=15000 ns
13:20:47.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.938291000, lastModified=2022-06-07 13:20:47.937508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.938291000, lastModified=2022-06-07 13:20:47.937508000, delta=783000 ns, racy<=15000 ns
13:20:47.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.938512000, lastModified=2022-06-07 13:20:47.937508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.938512000, lastModified=2022-06-07 13:20:47.937508000, delta=1004000 ns, racy<=15000 ns
13:20:47.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.938755000, lastModified=2022-06-07 13:20:47.937508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.938755000, lastModified=2022-06-07 13:20:47.937508000, delta=1247000 ns, racy<=15000 ns
13:20:47.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.941312000, lastModified=2022-06-07 13:20:47.938508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.938508000 to 2022-06-07 13:20:47.940508000
13:20:47.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.941539000, lastModified=2022-06-07 13:20:47.940508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.941539000, lastModified=2022-06-07 13:20:47.940508000, delta=1031000 ns, racy<=15000 ns
13:20:47.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.941758000, lastModified=2022-06-07 13:20:47.940508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.941758000, lastModified=2022-06-07 13:20:47.940508000, delta=1250000 ns, racy<=15000 ns
13:20:47.941 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.941997000, lastModified=2022-06-07 13:20:47.941508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.941997000, lastModified=2022-06-07 13:20:47.941508000, delta=489000 ns, racy<=15000 ns
13:20:47.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.942246000, lastModified=2022-06-07 13:20:47.941508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.942246000, lastModified=2022-06-07 13:20:47.941508000, delta=738000 ns, racy<=15000 ns
13:20:47.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.942463000, lastModified=2022-06-07 13:20:47.941508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.942463000, lastModified=2022-06-07 13:20:47.941508000, delta=955000 ns, racy<=15000 ns
13:20:47.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.942679000, lastModified=2022-06-07 13:20:47.941508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.942679000, lastModified=2022-06-07 13:20:47.941508000, delta=1171000 ns, racy<=15000 ns
13:20:47.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.942 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.942894000, lastModified=2022-06-07 13:20:47.941508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.941508000 to 2022-06-07 13:20:47.942508000
13:20:47.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.943112000, lastModified=2022-06-07 13:20:47.942508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.943112000, lastModified=2022-06-07 13:20:47.942508000, delta=604000 ns, racy<=15000 ns
13:20:47.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.943337000, lastModified=2022-06-07 13:20:47.942508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.943337000, lastModified=2022-06-07 13:20:47.942508000, delta=829000 ns, racy<=15000 ns
13:20:47.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.943552000, lastModified=2022-06-07 13:20:47.942508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.943552000, lastModified=2022-06-07 13:20:47.942508000, delta=1044000 ns, racy<=15000 ns
13:20:47.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.943765000, lastModified=2022-06-07 13:20:47.942508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.943765000, lastModified=2022-06-07 13:20:47.942508000, delta=1257000 ns, racy<=15000 ns
13:20:47.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.943990000, lastModified=2022-06-07 13:20:47.943508000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.943990000, lastModified=2022-06-07 13:20:47.943508000, delta=482000 ns, racy<=15000 ns
13:20:47.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.946315000, lastModified=2022-06-07 13:20:47.945509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.946315000, lastModified=2022-06-07 13:20:47.945509000, delta=806000 ns, racy<=15000 ns
13:20:47.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.946550000, lastModified=2022-06-07 13:20:47.945509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.946550000, lastModified=2022-06-07 13:20:47.945509000, delta=1041000 ns, racy<=15000 ns
13:20:47.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.946769000, lastModified=2022-06-07 13:20:47.945509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.946769000, lastModified=2022-06-07 13:20:47.945509000, delta=1260000 ns, racy<=15000 ns
13:20:47.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.946997000, lastModified=2022-06-07 13:20:47.946509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.946997000, lastModified=2022-06-07 13:20:47.946509000, delta=488000 ns, racy<=15000 ns
13:20:47.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.947229000, lastModified=2022-06-07 13:20:47.946509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.947229000, lastModified=2022-06-07 13:20:47.946509000, delta=720000 ns, racy<=15000 ns
13:20:47.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.947452000, lastModified=2022-06-07 13:20:47.946509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.947452000, lastModified=2022-06-07 13:20:47.946509000, delta=943000 ns, racy<=15000 ns
13:20:47.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.947669000, lastModified=2022-06-07 13:20:47.946509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.947669000, lastModified=2022-06-07 13:20:47.946509000, delta=1160000 ns, racy<=15000 ns
13:20:47.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.947 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.947885000, lastModified=2022-06-07 13:20:47.946509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.946509000 to 2022-06-07 13:20:47.947509000
13:20:47.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.948097000, lastModified=2022-06-07 13:20:47.947509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.948097000, lastModified=2022-06-07 13:20:47.947509000, delta=588000 ns, racy<=15000 ns
13:20:47.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.948313000, lastModified=2022-06-07 13:20:47.947509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.948313000, lastModified=2022-06-07 13:20:47.947509000, delta=804000 ns, racy<=15000 ns
13:20:47.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.948532000, lastModified=2022-06-07 13:20:47.947509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.948532000, lastModified=2022-06-07 13:20:47.947509000, delta=1023000 ns, racy<=15000 ns
13:20:47.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.948745000, lastModified=2022-06-07 13:20:47.947509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.948745000, lastModified=2022-06-07 13:20:47.947509000, delta=1236000 ns, racy<=15000 ns
13:20:47.948 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.951190000, lastModified=2022-06-07 13:20:47.947509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.947509000 to 2022-06-07 13:20:47.950509000
13:20:47.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.951417000, lastModified=2022-06-07 13:20:47.950509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.951417000, lastModified=2022-06-07 13:20:47.950509000, delta=908000 ns, racy<=15000 ns
13:20:47.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.951635000, lastModified=2022-06-07 13:20:47.950509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.951635000, lastModified=2022-06-07 13:20:47.950509000, delta=1126000 ns, racy<=15000 ns
13:20:47.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.951862000, lastModified=2022-06-07 13:20:47.950509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.950509000 to 2022-06-07 13:20:47.951509000
13:20:47.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.952070000, lastModified=2022-06-07 13:20:47.951509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.952070000, lastModified=2022-06-07 13:20:47.951509000, delta=561000 ns, racy<=15000 ns
13:20:47.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.952308000, lastModified=2022-06-07 13:20:47.951509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.952308000, lastModified=2022-06-07 13:20:47.951509000, delta=799000 ns, racy<=15000 ns
13:20:47.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.952516000, lastModified=2022-06-07 13:20:47.951509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.952516000, lastModified=2022-06-07 13:20:47.951509000, delta=1007000 ns, racy<=15000 ns
13:20:47.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.952725000, lastModified=2022-06-07 13:20:47.951509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.952725000, lastModified=2022-06-07 13:20:47.951509000, delta=1216000 ns, racy<=15000 ns
13:20:47.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.952949000, lastModified=2022-06-07 13:20:47.951509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.951509000 to 2022-06-07 13:20:47.952509000
13:20:47.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.953157000, lastModified=2022-06-07 13:20:47.952509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.953157000, lastModified=2022-06-07 13:20:47.952509000, delta=648000 ns, racy<=15000 ns
13:20:47.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.953418000, lastModified=2022-06-07 13:20:47.952509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.953418000, lastModified=2022-06-07 13:20:47.952509000, delta=909000 ns, racy<=15000 ns
13:20:47.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.953640000, lastModified=2022-06-07 13:20:47.952509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.953640000, lastModified=2022-06-07 13:20:47.952509000, delta=1131000 ns, racy<=15000 ns
13:20:47.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.953 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.953859000, lastModified=2022-06-07 13:20:47.952509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.953859000, lastModified=2022-06-07 13:20:47.952509000, delta=1350000 ns, racy<=15000 ns
13:20:47.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.956330000, lastModified=2022-06-07 13:20:47.955509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.956330000, lastModified=2022-06-07 13:20:47.955509000, delta=821000 ns, racy<=15000 ns
13:20:47.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.956552000, lastModified=2022-06-07 13:20:47.955509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.956552000, lastModified=2022-06-07 13:20:47.955509000, delta=1043000 ns, racy<=15000 ns
13:20:47.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.956773000, lastModified=2022-06-07 13:20:47.955509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.956773000, lastModified=2022-06-07 13:20:47.955509000, delta=1264000 ns, racy<=15000 ns
13:20:47.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.956996000, lastModified=2022-06-07 13:20:47.956509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.956996000, lastModified=2022-06-07 13:20:47.956509000, delta=487000 ns, racy<=15000 ns
13:20:47.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.957225000, lastModified=2022-06-07 13:20:47.956509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.957225000, lastModified=2022-06-07 13:20:47.956509000, delta=716000 ns, racy<=15000 ns
13:20:47.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.957444000, lastModified=2022-06-07 13:20:47.956509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.957444000, lastModified=2022-06-07 13:20:47.956509000, delta=935000 ns, racy<=15000 ns
13:20:47.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.957657000, lastModified=2022-06-07 13:20:47.956509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.957657000, lastModified=2022-06-07 13:20:47.956509000, delta=1148000 ns, racy<=15000 ns
13:20:47.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.957871000, lastModified=2022-06-07 13:20:47.956509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.956509000 to 2022-06-07 13:20:47.957509000
13:20:47.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.958093000, lastModified=2022-06-07 13:20:47.957509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.958093000, lastModified=2022-06-07 13:20:47.957509000, delta=584000 ns, racy<=15000 ns
13:20:47.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.958323000, lastModified=2022-06-07 13:20:47.957509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.958323000, lastModified=2022-06-07 13:20:47.957509000, delta=814000 ns, racy<=15000 ns
13:20:47.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.958535000, lastModified=2022-06-07 13:20:47.957509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.958535000, lastModified=2022-06-07 13:20:47.957509000, delta=1026000 ns, racy<=15000 ns
13:20:47.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.958744000, lastModified=2022-06-07 13:20:47.957509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.958744000, lastModified=2022-06-07 13:20:47.957509000, delta=1235000 ns, racy<=15000 ns
13:20:47.958 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.961240000, lastModified=2022-06-07 13:20:47.957509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.957509000 to 2022-06-07 13:20:47.960509000
13:20:47.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.961466000, lastModified=2022-06-07 13:20:47.960509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.961466000, lastModified=2022-06-07 13:20:47.960509000, delta=957000 ns, racy<=15000 ns
13:20:47.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.961691000, lastModified=2022-06-07 13:20:47.960509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.961691000, lastModified=2022-06-07 13:20:47.960509000, delta=1182000 ns, racy<=15000 ns
13:20:47.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.961910000, lastModified=2022-06-07 13:20:47.960509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.960509000 to 2022-06-07 13:20:47.961509000
13:20:47.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.962143000, lastModified=2022-06-07 13:20:47.961509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.962143000, lastModified=2022-06-07 13:20:47.961509000, delta=634000 ns, racy<=15000 ns
13:20:47.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.962363000, lastModified=2022-06-07 13:20:47.961509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.962363000, lastModified=2022-06-07 13:20:47.961509000, delta=854000 ns, racy<=15000 ns
13:20:47.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.962585000, lastModified=2022-06-07 13:20:47.961509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.962585000, lastModified=2022-06-07 13:20:47.961509000, delta=1076000 ns, racy<=15000 ns
13:20:47.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.962806000, lastModified=2022-06-07 13:20:47.961509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.962806000, lastModified=2022-06-07 13:20:47.961509000, delta=1297000 ns, racy<=15000 ns
13:20:47.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.963030000, lastModified=2022-06-07 13:20:47.962509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.963030000, lastModified=2022-06-07 13:20:47.962509000, delta=521000 ns, racy<=15000 ns
13:20:47.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.963264000, lastModified=2022-06-07 13:20:47.962509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.963264000, lastModified=2022-06-07 13:20:47.962509000, delta=755000 ns, racy<=15000 ns
13:20:47.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.963479000, lastModified=2022-06-07 13:20:47.962509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.963479000, lastModified=2022-06-07 13:20:47.962509000, delta=970000 ns, racy<=15000 ns
13:20:47.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.963692000, lastModified=2022-06-07 13:20:47.962509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.963692000, lastModified=2022-06-07 13:20:47.962509000, delta=1183000 ns, racy<=15000 ns
13:20:47.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.963909000, lastModified=2022-06-07 13:20:47.962509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.962509000 to 2022-06-07 13:20:47.963509000
13:20:47.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.967189000, lastModified=2022-06-07 13:20:47.966509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.967189000, lastModified=2022-06-07 13:20:47.966509000, delta=680000 ns, racy<=15000 ns
13:20:47.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.967429000, lastModified=2022-06-07 13:20:47.966509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.967429000, lastModified=2022-06-07 13:20:47.966509000, delta=920000 ns, racy<=15000 ns
13:20:47.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.967654000, lastModified=2022-06-07 13:20:47.966509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.967654000, lastModified=2022-06-07 13:20:47.966509000, delta=1145000 ns, racy<=15000 ns
13:20:47.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.967 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.967872000, lastModified=2022-06-07 13:20:47.966509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.966509000 to 2022-06-07 13:20:47.967509000
13:20:47.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.968095000, lastModified=2022-06-07 13:20:47.967509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.968095000, lastModified=2022-06-07 13:20:47.967509000, delta=586000 ns, racy<=15000 ns
13:20:47.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.968324000, lastModified=2022-06-07 13:20:47.967509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.968324000, lastModified=2022-06-07 13:20:47.967509000, delta=815000 ns, racy<=15000 ns
13:20:47.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.968535000, lastModified=2022-06-07 13:20:47.967509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.968535000, lastModified=2022-06-07 13:20:47.967509000, delta=1026000 ns, racy<=15000 ns
13:20:47.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.968774000, lastModified=2022-06-07 13:20:47.967509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.968774000, lastModified=2022-06-07 13:20:47.967509000, delta=1265000 ns, racy<=15000 ns
13:20:47.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.969002000, lastModified=2022-06-07 13:20:47.968509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.969002000, lastModified=2022-06-07 13:20:47.968509000, delta=493000 ns, racy<=15000 ns
13:20:47.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.969234000, lastModified=2022-06-07 13:20:47.968509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.969234000, lastModified=2022-06-07 13:20:47.968509000, delta=725000 ns, racy<=15000 ns
13:20:47.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.969448000, lastModified=2022-06-07 13:20:47.968509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.969448000, lastModified=2022-06-07 13:20:47.968509000, delta=939000 ns, racy<=15000 ns
13:20:47.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.969669000, lastModified=2022-06-07 13:20:47.968509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.969669000, lastModified=2022-06-07 13:20:47.968509000, delta=1160000 ns, racy<=15000 ns
13:20:47.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.972 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.972935000, lastModified=2022-06-07 13:20:47.968509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.968509000 to 2022-06-07 13:20:47.972509000
13:20:47.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.973169000, lastModified=2022-06-07 13:20:47.972509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.973169000, lastModified=2022-06-07 13:20:47.972509000, delta=660000 ns, racy<=15000 ns
13:20:47.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.973396000, lastModified=2022-06-07 13:20:47.972509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.973396000, lastModified=2022-06-07 13:20:47.972509000, delta=887000 ns, racy<=15000 ns
13:20:47.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.973618000, lastModified=2022-06-07 13:20:47.972509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.973618000, lastModified=2022-06-07 13:20:47.972509000, delta=1109000 ns, racy<=15000 ns
13:20:47.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.973837000, lastModified=2022-06-07 13:20:47.972509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.973 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.973837000, lastModified=2022-06-07 13:20:47.972509000, delta=1328000 ns, racy<=15000 ns
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.974127000, lastModified=2022-06-07 13:20:47.973509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.974127000, lastModified=2022-06-07 13:20:47.973509000, delta=618000 ns, racy<=15000 ns
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.974350000, lastModified=2022-06-07 13:20:47.973509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.974350000, lastModified=2022-06-07 13:20:47.973509000, delta=841000 ns, racy<=15000 ns
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.974543000, lastModified=2022-06-07 13:20:47.973509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.974543000, lastModified=2022-06-07 13:20:47.973509000, delta=1034000 ns, racy<=15000 ns
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.974736000, lastModified=2022-06-07 13:20:47.973509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.974736000, lastModified=2022-06-07 13:20:47.973509000, delta=1227000 ns, racy<=15000 ns
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.974 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.974930000, lastModified=2022-06-07 13:20:47.973509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.973509000 to 2022-06-07 13:20:47.974509000
13:20:47.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.975135000, lastModified=2022-06-07 13:20:47.974509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.975135000, lastModified=2022-06-07 13:20:47.974509000, delta=626000 ns, racy<=15000 ns
13:20:47.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.975331000, lastModified=2022-06-07 13:20:47.974509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.975331000, lastModified=2022-06-07 13:20:47.974509000, delta=822000 ns, racy<=15000 ns
13:20:47.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.975526000, lastModified=2022-06-07 13:20:47.974509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.975526000, lastModified=2022-06-07 13:20:47.974509000, delta=1017000 ns, racy<=15000 ns
13:20:47.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.978867000, lastModified=2022-06-07 13:20:47.977509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.978 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.977509000 to 2022-06-07 13:20:47.978509000
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.979070000, lastModified=2022-06-07 13:20:47.978509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.979070000, lastModified=2022-06-07 13:20:47.978509000, delta=561000 ns, racy<=15000 ns
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.979270000, lastModified=2022-06-07 13:20:47.978509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.979270000, lastModified=2022-06-07 13:20:47.978509000, delta=761000 ns, racy<=15000 ns
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.979466000, lastModified=2022-06-07 13:20:47.978509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.979466000, lastModified=2022-06-07 13:20:47.978509000, delta=957000 ns, racy<=15000 ns
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.979669000, lastModified=2022-06-07 13:20:47.978509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.979669000, lastModified=2022-06-07 13:20:47.978509000, delta=1160000 ns, racy<=15000 ns
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.979866000, lastModified=2022-06-07 13:20:47.978509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.979 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.978509000 to 2022-06-07 13:20:47.979509000
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.980064000, lastModified=2022-06-07 13:20:47.979509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.980064000, lastModified=2022-06-07 13:20:47.979509000, delta=555000 ns, racy<=15000 ns
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.980276000, lastModified=2022-06-07 13:20:47.979509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.980276000, lastModified=2022-06-07 13:20:47.979509000, delta=767000 ns, racy<=15000 ns
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.980468000, lastModified=2022-06-07 13:20:47.979509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.980468000, lastModified=2022-06-07 13:20:47.979509000, delta=959000 ns, racy<=15000 ns
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.980656000, lastModified=2022-06-07 13:20:47.979509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.980656000, lastModified=2022-06-07 13:20:47.979509000, delta=1147000 ns, racy<=15000 ns
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.980848000, lastModified=2022-06-07 13:20:47.979509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.980848000, lastModified=2022-06-07 13:20:47.979509000, delta=1339000 ns, racy<=15000 ns
13:20:47.980 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.981061000, lastModified=2022-06-07 13:20:47.980509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.981061000, lastModified=2022-06-07 13:20:47.980509000, delta=552000 ns, racy<=15000 ns
13:20:47.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.984581000, lastModified=2022-06-07 13:20:47.980509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.980509000 to 2022-06-07 13:20:47.983509000
13:20:47.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.984881000, lastModified=2022-06-07 13:20:47.983509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.983509000 to 2022-06-07 13:20:47.984509000
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.985092000, lastModified=2022-06-07 13:20:47.984509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.985092000, lastModified=2022-06-07 13:20:47.984509000, delta=583000 ns, racy<=15000 ns
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.985290000, lastModified=2022-06-07 13:20:47.984509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.985290000, lastModified=2022-06-07 13:20:47.984509000, delta=781000 ns, racy<=15000 ns
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.985486000, lastModified=2022-06-07 13:20:47.984509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.985486000, lastModified=2022-06-07 13:20:47.984509000, delta=977000 ns, racy<=15000 ns
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.985680000, lastModified=2022-06-07 13:20:47.984509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.985680000, lastModified=2022-06-07 13:20:47.984509000, delta=1171000 ns, racy<=15000 ns
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.985874000, lastModified=2022-06-07 13:20:47.984509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.985 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.984509000 to 2022-06-07 13:20:47.985509000
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.986064000, lastModified=2022-06-07 13:20:47.985509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.986064000, lastModified=2022-06-07 13:20:47.985509000, delta=555000 ns, racy<=15000 ns
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.986267000, lastModified=2022-06-07 13:20:47.985509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.986267000, lastModified=2022-06-07 13:20:47.985509000, delta=758000 ns, racy<=15000 ns
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.986458000, lastModified=2022-06-07 13:20:47.985509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.986458000, lastModified=2022-06-07 13:20:47.985509000, delta=949000 ns, racy<=15000 ns
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.986659000, lastModified=2022-06-07 13:20:47.985509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.986659000, lastModified=2022-06-07 13:20:47.985509000, delta=1150000 ns, racy<=15000 ns
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.986852000, lastModified=2022-06-07 13:20:47.985509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.986852000, lastModified=2022-06-07 13:20:47.985509000, delta=1343000 ns, racy<=15000 ns
13:20:47.986 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.987059000, lastModified=2022-06-07 13:20:47.986509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.987059000, lastModified=2022-06-07 13:20:47.986509000, delta=550000 ns, racy<=15000 ns
13:20:47.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.990904000, lastModified=2022-06-07 13:20:47.989509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.989509000 to 2022-06-07 13:20:47.990509000
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.991113000, lastModified=2022-06-07 13:20:47.990509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.991113000, lastModified=2022-06-07 13:20:47.990509000, delta=604000 ns, racy<=15000 ns
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.991325000, lastModified=2022-06-07 13:20:47.990509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.991325000, lastModified=2022-06-07 13:20:47.990509000, delta=816000 ns, racy<=15000 ns
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.991518000, lastModified=2022-06-07 13:20:47.990509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.991518000, lastModified=2022-06-07 13:20:47.990509000, delta=1009000 ns, racy<=15000 ns
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.991713000, lastModified=2022-06-07 13:20:47.990509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.991713000, lastModified=2022-06-07 13:20:47.990509000, delta=1204000 ns, racy<=15000 ns
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.991 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.991908000, lastModified=2022-06-07 13:20:47.990509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.990509000 to 2022-06-07 13:20:47.991509000
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.992109000, lastModified=2022-06-07 13:20:47.991509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.992109000, lastModified=2022-06-07 13:20:47.991509000, delta=600000 ns, racy<=15000 ns
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.992337000, lastModified=2022-06-07 13:20:47.991509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.992337000, lastModified=2022-06-07 13:20:47.991509000, delta=828000 ns, racy<=15000 ns
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.992531000, lastModified=2022-06-07 13:20:47.991509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.992531000, lastModified=2022-06-07 13:20:47.991509000, delta=1022000 ns, racy<=15000 ns
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.992722000, lastModified=2022-06-07 13:20:47.991509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.992722000, lastModified=2022-06-07 13:20:47.991509000, delta=1213000 ns, racy<=15000 ns
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.992 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.992959000, lastModified=2022-06-07 13:20:47.991509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.991509000 to 2022-06-07 13:20:47.992509000
13:20:47.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.993152000, lastModified=2022-06-07 13:20:47.992509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.993152000, lastModified=2022-06-07 13:20:47.992509000, delta=643000 ns, racy<=15000 ns
13:20:47.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.997362000, lastModified=2022-06-07 13:20:47.992509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:47.992509000 to 2022-06-07 13:20:47.996509000
13:20:47.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.997563000, lastModified=2022-06-07 13:20:47.996509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.997563000, lastModified=2022-06-07 13:20:47.996509000, delta=1054000 ns, racy<=15000 ns
13:20:47.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.997775000, lastModified=2022-06-07 13:20:47.996509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.997775000, lastModified=2022-06-07 13:20:47.996509000, delta=1266000 ns, racy<=15000 ns
13:20:47.997 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.997998000, lastModified=2022-06-07 13:20:47.997509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.997998000, lastModified=2022-06-07 13:20:47.997509000, delta=489000 ns, racy<=15000 ns
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.998205000, lastModified=2022-06-07 13:20:47.997509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.998205000, lastModified=2022-06-07 13:20:47.997509000, delta=696000 ns, racy<=15000 ns
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.998402000, lastModified=2022-06-07 13:20:47.997509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.998402000, lastModified=2022-06-07 13:20:47.997509000, delta=893000 ns, racy<=15000 ns
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.998593000, lastModified=2022-06-07 13:20:47.997509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.998593000, lastModified=2022-06-07 13:20:47.997509000, delta=1084000 ns, racy<=15000 ns
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.998784000, lastModified=2022-06-07 13:20:47.997509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.998784000, lastModified=2022-06-07 13:20:47.997509000, delta=1275000 ns, racy<=15000 ns
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.998982000, lastModified=2022-06-07 13:20:47.998509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.998982000, lastModified=2022-06-07 13:20:47.998509000, delta=473000 ns, racy<=15000 ns
13:20:47.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.999181000, lastModified=2022-06-07 13:20:47.998509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.999181000, lastModified=2022-06-07 13:20:47.998509000, delta=672000 ns, racy<=15000 ns
13:20:47.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.999374000, lastModified=2022-06-07 13:20:47.998509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.999374000, lastModified=2022-06-07 13:20:47.998509000, delta=865000 ns, racy<=15000 ns
13:20:47.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.999562000, lastModified=2022-06-07 13:20:47.998509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:47.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.999562000, lastModified=2022-06-07 13:20:47.998509000, delta=1053000 ns, racy<=15000 ns
13:20:47.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:47.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:47.999752000, lastModified=2022-06-07 13:20:47.998509000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:47.999752000, lastModified=2022-06-07 13:20:47.998509000, delta=1243000 ns, racy<=15000 ns
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.004114000, lastModified=2022-06-07 13:20:48.003510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.004114000, lastModified=2022-06-07 13:20:48.003510000, delta=604000 ns, racy<=15000 ns
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.004341000, lastModified=2022-06-07 13:20:48.003510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.004341000, lastModified=2022-06-07 13:20:48.003510000, delta=831000 ns, racy<=15000 ns
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.004557000, lastModified=2022-06-07 13:20:48.003510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.004557000, lastModified=2022-06-07 13:20:48.003510000, delta=1047000 ns, racy<=15000 ns
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.004749000, lastModified=2022-06-07 13:20:48.003510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.004749000, lastModified=2022-06-07 13:20:48.003510000, delta=1239000 ns, racy<=15000 ns
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.004947000, lastModified=2022-06-07 13:20:48.003510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.003510000 to 2022-06-07 13:20:48.004510000
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.005140000, lastModified=2022-06-07 13:20:48.004510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.005140000, lastModified=2022-06-07 13:20:48.004510000, delta=630000 ns, racy<=15000 ns
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.005329000, lastModified=2022-06-07 13:20:48.004510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.005329000, lastModified=2022-06-07 13:20:48.004510000, delta=819000 ns, racy<=15000 ns
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.005524000, lastModified=2022-06-07 13:20:48.004510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.005524000, lastModified=2022-06-07 13:20:48.004510000, delta=1014000 ns, racy<=15000 ns
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.005712000, lastModified=2022-06-07 13:20:48.004510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.005712000, lastModified=2022-06-07 13:20:48.004510000, delta=1202000 ns, racy<=15000 ns
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.005907000, lastModified=2022-06-07 13:20:48.004510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.004510000 to 2022-06-07 13:20:48.005510000
13:20:48.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.006103000, lastModified=2022-06-07 13:20:48.005510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.006103000, lastModified=2022-06-07 13:20:48.005510000, delta=593000 ns, racy<=15000 ns
13:20:48.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.006294000, lastModified=2022-06-07 13:20:48.005510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.006294000, lastModified=2022-06-07 13:20:48.005510000, delta=784000 ns, racy<=15000 ns
13:20:48.006 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.010 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.010791000, lastModified=2022-06-07 13:20:48.005510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.005510000 to 2022-06-07 13:20:48.010510000
13:20:48.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.011214000, lastModified=2022-06-07 13:20:48.010510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.011214000, lastModified=2022-06-07 13:20:48.010510000, delta=704000 ns, racy<=15000 ns
13:20:48.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.011429000, lastModified=2022-06-07 13:20:48.010510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.011429000, lastModified=2022-06-07 13:20:48.010510000, delta=919000 ns, racy<=15000 ns
13:20:48.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.011622000, lastModified=2022-06-07 13:20:48.010510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.011622000, lastModified=2022-06-07 13:20:48.010510000, delta=1112000 ns, racy<=15000 ns
13:20:48.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.011815000, lastModified=2022-06-07 13:20:48.010510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.011815000, lastModified=2022-06-07 13:20:48.010510000, delta=1305000 ns, racy<=15000 ns
13:20:48.011 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.012026000, lastModified=2022-06-07 13:20:48.011510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.012026000, lastModified=2022-06-07 13:20:48.011510000, delta=516000 ns, racy<=15000 ns
13:20:48.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.012257000, lastModified=2022-06-07 13:20:48.011510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.012257000, lastModified=2022-06-07 13:20:48.011510000, delta=747000 ns, racy<=15000 ns
13:20:48.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.012463000, lastModified=2022-06-07 13:20:48.011510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.012463000, lastModified=2022-06-07 13:20:48.011510000, delta=953000 ns, racy<=15000 ns
13:20:48.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.012672000, lastModified=2022-06-07 13:20:48.011510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.012672000, lastModified=2022-06-07 13:20:48.011510000, delta=1162000 ns, racy<=15000 ns
13:20:48.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.012 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.012877000, lastModified=2022-06-07 13:20:48.011510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.011510000 to 2022-06-07 13:20:48.012510000
13:20:48.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.013096000, lastModified=2022-06-07 13:20:48.012510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.013096000, lastModified=2022-06-07 13:20:48.012510000, delta=586000 ns, racy<=15000 ns
13:20:48.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.013288000, lastModified=2022-06-07 13:20:48.012510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.013288000, lastModified=2022-06-07 13:20:48.012510000, delta=778000 ns, racy<=15000 ns
13:20:48.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.013504000, lastModified=2022-06-07 13:20:48.012510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.019 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.013504000, lastModified=2022-06-07 13:20:48.012510000, delta=994000 ns, racy<=15000 ns
13:20:48.019 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.020081000, lastModified=2022-06-07 13:20:48.019510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.020081000, lastModified=2022-06-07 13:20:48.019510000, delta=571000 ns, racy<=15000 ns
13:20:48.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.020369000, lastModified=2022-06-07 13:20:48.019510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.020369000, lastModified=2022-06-07 13:20:48.019510000, delta=859000 ns, racy<=15000 ns
13:20:48.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.020590000, lastModified=2022-06-07 13:20:48.019510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.020590000, lastModified=2022-06-07 13:20:48.019510000, delta=1080000 ns, racy<=15000 ns
13:20:48.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.020790000, lastModified=2022-06-07 13:20:48.019510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.020790000, lastModified=2022-06-07 13:20:48.019510000, delta=1280000 ns, racy<=15000 ns
13:20:48.020 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.021008000, lastModified=2022-06-07 13:20:48.020510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.021008000, lastModified=2022-06-07 13:20:48.020510000, delta=498000 ns, racy<=15000 ns
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.021225000, lastModified=2022-06-07 13:20:48.020510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.021225000, lastModified=2022-06-07 13:20:48.020510000, delta=715000 ns, racy<=15000 ns
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.021422000, lastModified=2022-06-07 13:20:48.020510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.021422000, lastModified=2022-06-07 13:20:48.020510000, delta=912000 ns, racy<=15000 ns
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.021648000, lastModified=2022-06-07 13:20:48.020510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.021648000, lastModified=2022-06-07 13:20:48.020510000, delta=1138000 ns, racy<=15000 ns
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.021844000, lastModified=2022-06-07 13:20:48.020510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.021844000, lastModified=2022-06-07 13:20:48.020510000, delta=1334000 ns, racy<=15000 ns
13:20:48.021 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.022050000, lastModified=2022-06-07 13:20:48.021510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.022050000, lastModified=2022-06-07 13:20:48.021510000, delta=540000 ns, racy<=15000 ns
13:20:48.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.022255000, lastModified=2022-06-07 13:20:48.021510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.022255000, lastModified=2022-06-07 13:20:48.021510000, delta=745000 ns, racy<=15000 ns
13:20:48.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.022444000, lastModified=2022-06-07 13:20:48.021510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.022444000, lastModified=2022-06-07 13:20:48.021510000, delta=934000 ns, racy<=15000 ns
13:20:48.022 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.025329000, lastModified=2022-06-07 13:20:48.021510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.021510000 to 2022-06-07 13:20:48.024510000
13:20:48.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.025545000, lastModified=2022-06-07 13:20:48.024510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.025545000, lastModified=2022-06-07 13:20:48.024510000, delta=1035000 ns, racy<=15000 ns
13:20:48.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.025742000, lastModified=2022-06-07 13:20:48.024510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.025742000, lastModified=2022-06-07 13:20:48.024510000, delta=1232000 ns, racy<=15000 ns
13:20:48.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.025 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.025937000, lastModified=2022-06-07 13:20:48.024510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.024510000 to 2022-06-07 13:20:48.025510000
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.026141000, lastModified=2022-06-07 13:20:48.025510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.026141000, lastModified=2022-06-07 13:20:48.025510000, delta=631000 ns, racy<=15000 ns
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.026350000, lastModified=2022-06-07 13:20:48.025510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.026350000, lastModified=2022-06-07 13:20:48.025510000, delta=840000 ns, racy<=15000 ns
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.026548000, lastModified=2022-06-07 13:20:48.025510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.026548000, lastModified=2022-06-07 13:20:48.025510000, delta=1038000 ns, racy<=15000 ns
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.026743000, lastModified=2022-06-07 13:20:48.025510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.026743000, lastModified=2022-06-07 13:20:48.025510000, delta=1233000 ns, racy<=15000 ns
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.026 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.026935000, lastModified=2022-06-07 13:20:48.025510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.025510000 to 2022-06-07 13:20:48.026510000
13:20:48.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.027142000, lastModified=2022-06-07 13:20:48.026510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.027142000, lastModified=2022-06-07 13:20:48.026510000, delta=632000 ns, racy<=15000 ns
13:20:48.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.027344000, lastModified=2022-06-07 13:20:48.026510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.027344000, lastModified=2022-06-07 13:20:48.026510000, delta=834000 ns, racy<=15000 ns
13:20:48.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.027537000, lastModified=2022-06-07 13:20:48.026510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.027537000, lastModified=2022-06-07 13:20:48.026510000, delta=1027000 ns, racy<=15000 ns
13:20:48.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.027 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.027729000, lastModified=2022-06-07 13:20:48.026510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.029 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.027729000, lastModified=2022-06-07 13:20:48.026510000, delta=1219000 ns, racy<=15000 ns
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.030103000, lastModified=2022-06-07 13:20:48.029510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.030103000, lastModified=2022-06-07 13:20:48.029510000, delta=593000 ns, racy<=15000 ns
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.030305000, lastModified=2022-06-07 13:20:48.029510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.030305000, lastModified=2022-06-07 13:20:48.029510000, delta=795000 ns, racy<=15000 ns
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.030504000, lastModified=2022-06-07 13:20:48.029510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.030504000, lastModified=2022-06-07 13:20:48.029510000, delta=994000 ns, racy<=15000 ns
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.030698000, lastModified=2022-06-07 13:20:48.029510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.030698000, lastModified=2022-06-07 13:20:48.029510000, delta=1188000 ns, racy<=15000 ns
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.030 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.030892000, lastModified=2022-06-07 13:20:48.029510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.029510000 to 2022-06-07 13:20:48.030510000
13:20:48.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.031095000, lastModified=2022-06-07 13:20:48.030510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.031095000, lastModified=2022-06-07 13:20:48.030510000, delta=585000 ns, racy<=15000 ns
13:20:48.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.031351000, lastModified=2022-06-07 13:20:48.030510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.031351000, lastModified=2022-06-07 13:20:48.030510000, delta=841000 ns, racy<=15000 ns
13:20:48.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.031594000, lastModified=2022-06-07 13:20:48.030510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.031594000, lastModified=2022-06-07 13:20:48.030510000, delta=1084000 ns, racy<=15000 ns
13:20:48.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.031800000, lastModified=2022-06-07 13:20:48.030510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.031800000, lastModified=2022-06-07 13:20:48.030510000, delta=1290000 ns, racy<=15000 ns
13:20:48.031 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.032019000, lastModified=2022-06-07 13:20:48.031510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.032019000, lastModified=2022-06-07 13:20:48.031510000, delta=509000 ns, racy<=15000 ns
13:20:48.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.032253000, lastModified=2022-06-07 13:20:48.031510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.032253000, lastModified=2022-06-07 13:20:48.031510000, delta=743000 ns, racy<=15000 ns
13:20:48.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.032458000, lastModified=2022-06-07 13:20:48.031510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.032458000, lastModified=2022-06-07 13:20:48.031510000, delta=948000 ns, racy<=15000 ns
13:20:48.032 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.034776000, lastModified=2022-06-07 13:20:48.031510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.034 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.031510000 to 2022-06-07 13:20:48.033510000
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.034990000, lastModified=2022-06-07 13:20:48.034510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.034990000, lastModified=2022-06-07 13:20:48.034510000, delta=480000 ns, racy<=15000 ns
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.035195000, lastModified=2022-06-07 13:20:48.034510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.035195000, lastModified=2022-06-07 13:20:48.034510000, delta=685000 ns, racy<=15000 ns
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.035402000, lastModified=2022-06-07 13:20:48.034510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.035402000, lastModified=2022-06-07 13:20:48.034510000, delta=892000 ns, racy<=15000 ns
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.035593000, lastModified=2022-06-07 13:20:48.034510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.035593000, lastModified=2022-06-07 13:20:48.034510000, delta=1083000 ns, racy<=15000 ns
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.035791000, lastModified=2022-06-07 13:20:48.034510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.035791000, lastModified=2022-06-07 13:20:48.034510000, delta=1281000 ns, racy<=15000 ns
13:20:48.035 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.035989000, lastModified=2022-06-07 13:20:48.035510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.035989000, lastModified=2022-06-07 13:20:48.035510000, delta=479000 ns, racy<=15000 ns
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.036192000, lastModified=2022-06-07 13:20:48.035510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.036192000, lastModified=2022-06-07 13:20:48.035510000, delta=682000 ns, racy<=15000 ns
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.036383000, lastModified=2022-06-07 13:20:48.035510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.036383000, lastModified=2022-06-07 13:20:48.035510000, delta=873000 ns, racy<=15000 ns
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.036572000, lastModified=2022-06-07 13:20:48.035510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.036572000, lastModified=2022-06-07 13:20:48.035510000, delta=1062000 ns, racy<=15000 ns
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.036765000, lastModified=2022-06-07 13:20:48.035510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.036765000, lastModified=2022-06-07 13:20:48.035510000, delta=1255000 ns, racy<=15000 ns
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.036 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.036986000, lastModified=2022-06-07 13:20:48.036510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.037 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.036986000, lastModified=2022-06-07 13:20:48.036510000, delta=476000 ns, racy<=15000 ns
13:20:48.037 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.037 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.037213000, lastModified=2022-06-07 13:20:48.036510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.037213000, lastModified=2022-06-07 13:20:48.036510000, delta=703000 ns, racy<=15000 ns
13:20:48.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.039605000, lastModified=2022-06-07 13:20:48.038510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.039605000, lastModified=2022-06-07 13:20:48.038510000, delta=1095000 ns, racy<=15000 ns
13:20:48.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.039802000, lastModified=2022-06-07 13:20:48.038510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.039802000, lastModified=2022-06-07 13:20:48.038510000, delta=1292000 ns, racy<=15000 ns
13:20:48.039 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.040007000, lastModified=2022-06-07 13:20:48.039510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.040007000, lastModified=2022-06-07 13:20:48.039510000, delta=497000 ns, racy<=15000 ns
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.040209000, lastModified=2022-06-07 13:20:48.039510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.040209000, lastModified=2022-06-07 13:20:48.039510000, delta=699000 ns, racy<=15000 ns
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.040400000, lastModified=2022-06-07 13:20:48.039510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.040400000, lastModified=2022-06-07 13:20:48.039510000, delta=890000 ns, racy<=15000 ns
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.040593000, lastModified=2022-06-07 13:20:48.039510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.040593000, lastModified=2022-06-07 13:20:48.039510000, delta=1083000 ns, racy<=15000 ns
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.040783000, lastModified=2022-06-07 13:20:48.039510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.040783000, lastModified=2022-06-07 13:20:48.039510000, delta=1273000 ns, racy<=15000 ns
13:20:48.040 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.040997000, lastModified=2022-06-07 13:20:48.040510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.040997000, lastModified=2022-06-07 13:20:48.040510000, delta=487000 ns, racy<=15000 ns
13:20:48.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.041241000, lastModified=2022-06-07 13:20:48.040510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.041241000, lastModified=2022-06-07 13:20:48.040510000, delta=731000 ns, racy<=15000 ns
13:20:48.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.041496000, lastModified=2022-06-07 13:20:48.040510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.041496000, lastModified=2022-06-07 13:20:48.040510000, delta=986000 ns, racy<=15000 ns
13:20:48.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.041711000, lastModified=2022-06-07 13:20:48.040510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.041711000, lastModified=2022-06-07 13:20:48.040510000, delta=1201000 ns, racy<=15000 ns
13:20:48.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.041 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.041903000, lastModified=2022-06-07 13:20:48.040510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.042 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.040510000 to 2022-06-07 13:20:48.041510000
13:20:48.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.044318000, lastModified=2022-06-07 13:20:48.041510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.041510000 to 2022-06-07 13:20:48.043510000
13:20:48.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.044528000, lastModified=2022-06-07 13:20:48.043510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.044528000, lastModified=2022-06-07 13:20:48.043510000, delta=1018000 ns, racy<=15000 ns
13:20:48.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.044725000, lastModified=2022-06-07 13:20:48.043510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.044725000, lastModified=2022-06-07 13:20:48.043510000, delta=1215000 ns, racy<=15000 ns
13:20:48.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.044 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.044966000, lastModified=2022-06-07 13:20:48.043510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.043510000 to 2022-06-07 13:20:48.044510000
13:20:48.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.045188000, lastModified=2022-06-07 13:20:48.044510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.045188000, lastModified=2022-06-07 13:20:48.044510000, delta=678000 ns, racy<=15000 ns
13:20:48.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.045390000, lastModified=2022-06-07 13:20:48.044510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.045390000, lastModified=2022-06-07 13:20:48.044510000, delta=880000 ns, racy<=15000 ns
13:20:48.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.045604000, lastModified=2022-06-07 13:20:48.044510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.045604000, lastModified=2022-06-07 13:20:48.044510000, delta=1094000 ns, racy<=15000 ns
13:20:48.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.045800000, lastModified=2022-06-07 13:20:48.044510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.045800000, lastModified=2022-06-07 13:20:48.044510000, delta=1290000 ns, racy<=15000 ns
13:20:48.045 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.046012000, lastModified=2022-06-07 13:20:48.045510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.046012000, lastModified=2022-06-07 13:20:48.045510000, delta=502000 ns, racy<=15000 ns
13:20:48.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.046223000, lastModified=2022-06-07 13:20:48.045510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.046223000, lastModified=2022-06-07 13:20:48.045510000, delta=713000 ns, racy<=15000 ns
13:20:48.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.046419000, lastModified=2022-06-07 13:20:48.045510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.046419000, lastModified=2022-06-07 13:20:48.045510000, delta=909000 ns, racy<=15000 ns
13:20:48.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.046615000, lastModified=2022-06-07 13:20:48.045510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.046615000, lastModified=2022-06-07 13:20:48.045510000, delta=1105000 ns, racy<=15000 ns
13:20:48.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.046 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.046810000, lastModified=2022-06-07 13:20:48.045510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.046810000, lastModified=2022-06-07 13:20:48.045510000, delta=1300000 ns, racy<=15000 ns
13:20:48.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.050214000, lastModified=2022-06-07 13:20:48.049510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.050214000, lastModified=2022-06-07 13:20:48.049510000, delta=704000 ns, racy<=15000 ns
13:20:48.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.050420000, lastModified=2022-06-07 13:20:48.049510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.050420000, lastModified=2022-06-07 13:20:48.049510000, delta=910000 ns, racy<=15000 ns
13:20:48.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.050643000, lastModified=2022-06-07 13:20:48.049510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.050643000, lastModified=2022-06-07 13:20:48.049510000, delta=1133000 ns, racy<=15000 ns
13:20:48.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.050853000, lastModified=2022-06-07 13:20:48.049510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.050 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.050853000, lastModified=2022-06-07 13:20:48.049510000, delta=1343000 ns, racy<=15000 ns
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.051089000, lastModified=2022-06-07 13:20:48.050510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.051089000, lastModified=2022-06-07 13:20:48.050510000, delta=579000 ns, racy<=15000 ns
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.051307000, lastModified=2022-06-07 13:20:48.050510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.051307000, lastModified=2022-06-07 13:20:48.050510000, delta=797000 ns, racy<=15000 ns
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.051515000, lastModified=2022-06-07 13:20:48.050510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.051515000, lastModified=2022-06-07 13:20:48.050510000, delta=1005000 ns, racy<=15000 ns
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.051740000, lastModified=2022-06-07 13:20:48.050510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.051740000, lastModified=2022-06-07 13:20:48.050510000, delta=1230000 ns, racy<=15000 ns
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.051 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.051931000, lastModified=2022-06-07 13:20:48.050510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.050510000 to 2022-06-07 13:20:48.051510000
13:20:48.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.052146000, lastModified=2022-06-07 13:20:48.051510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.052146000, lastModified=2022-06-07 13:20:48.051510000, delta=636000 ns, racy<=15000 ns
13:20:48.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.052350000, lastModified=2022-06-07 13:20:48.051510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.052350000, lastModified=2022-06-07 13:20:48.051510000, delta=840000 ns, racy<=15000 ns
13:20:48.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.052546000, lastModified=2022-06-07 13:20:48.051510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.052546000, lastModified=2022-06-07 13:20:48.051510000, delta=1036000 ns, racy<=15000 ns
13:20:48.052 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.055 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.055853000, lastModified=2022-06-07 13:20:48.051510000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.051510000 to 2022-06-07 13:20:48.055511000
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.056085000, lastModified=2022-06-07 13:20:48.055511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.056085000, lastModified=2022-06-07 13:20:48.055511000, delta=574000 ns, racy<=15000 ns
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.056287000, lastModified=2022-06-07 13:20:48.055511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.056287000, lastModified=2022-06-07 13:20:48.055511000, delta=776000 ns, racy<=15000 ns
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.056484000, lastModified=2022-06-07 13:20:48.055511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.056484000, lastModified=2022-06-07 13:20:48.055511000, delta=973000 ns, racy<=15000 ns
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.056679000, lastModified=2022-06-07 13:20:48.055511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.056679000, lastModified=2022-06-07 13:20:48.055511000, delta=1168000 ns, racy<=15000 ns
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.056 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.056881000, lastModified=2022-06-07 13:20:48.055511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.055511000 to 2022-06-07 13:20:48.056511000
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.057094000, lastModified=2022-06-07 13:20:48.056511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.057094000, lastModified=2022-06-07 13:20:48.056511000, delta=583000 ns, racy<=15000 ns
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.057286000, lastModified=2022-06-07 13:20:48.056511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.057286000, lastModified=2022-06-07 13:20:48.056511000, delta=775000 ns, racy<=15000 ns
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.057487000, lastModified=2022-06-07 13:20:48.056511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.057487000, lastModified=2022-06-07 13:20:48.056511000, delta=976000 ns, racy<=15000 ns
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.057679000, lastModified=2022-06-07 13:20:48.056511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.057679000, lastModified=2022-06-07 13:20:48.056511000, delta=1168000 ns, racy<=15000 ns
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.057871000, lastModified=2022-06-07 13:20:48.056511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.057 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.056511000 to 2022-06-07 13:20:48.057511000
13:20:48.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.058063000, lastModified=2022-06-07 13:20:48.057511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.058063000, lastModified=2022-06-07 13:20:48.057511000, delta=552000 ns, racy<=15000 ns
13:20:48.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.058 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.058270000, lastModified=2022-06-07 13:20:48.057511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.058270000, lastModified=2022-06-07 13:20:48.057511000, delta=759000 ns, racy<=15000 ns
13:20:48.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.061626000, lastModified=2022-06-07 13:20:48.060511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.061626000, lastModified=2022-06-07 13:20:48.060511000, delta=1115000 ns, racy<=15000 ns
13:20:48.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.061 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.061842000, lastModified=2022-06-07 13:20:48.060511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.061842000, lastModified=2022-06-07 13:20:48.060511000, delta=1331000 ns, racy<=15000 ns
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.062115000, lastModified=2022-06-07 13:20:48.061511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.062115000, lastModified=2022-06-07 13:20:48.061511000, delta=604000 ns, racy<=15000 ns
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.062315000, lastModified=2022-06-07 13:20:48.061511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.062315000, lastModified=2022-06-07 13:20:48.061511000, delta=804000 ns, racy<=15000 ns
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.062522000, lastModified=2022-06-07 13:20:48.061511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.062522000, lastModified=2022-06-07 13:20:48.061511000, delta=1011000 ns, racy<=15000 ns
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.062721000, lastModified=2022-06-07 13:20:48.061511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.062721000, lastModified=2022-06-07 13:20:48.061511000, delta=1210000 ns, racy<=15000 ns
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.062 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.062911000, lastModified=2022-06-07 13:20:48.061511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.061511000 to 2022-06-07 13:20:48.062511000
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.063114000, lastModified=2022-06-07 13:20:48.062511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.063114000, lastModified=2022-06-07 13:20:48.062511000, delta=603000 ns, racy<=15000 ns
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.063303000, lastModified=2022-06-07 13:20:48.062511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.063303000, lastModified=2022-06-07 13:20:48.062511000, delta=792000 ns, racy<=15000 ns
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.063492000, lastModified=2022-06-07 13:20:48.062511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.063492000, lastModified=2022-06-07 13:20:48.062511000, delta=981000 ns, racy<=15000 ns
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.063682000, lastModified=2022-06-07 13:20:48.062511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.063682000, lastModified=2022-06-07 13:20:48.062511000, delta=1171000 ns, racy<=15000 ns
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.063871000, lastModified=2022-06-07 13:20:48.062511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.063 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.062511000 to 2022-06-07 13:20:48.063511000
13:20:48.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.067245000, lastModified=2022-06-07 13:20:48.063511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.063511000 to 2022-06-07 13:20:48.066511000
13:20:48.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.067454000, lastModified=2022-06-07 13:20:48.066511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.067454000, lastModified=2022-06-07 13:20:48.066511000, delta=943000 ns, racy<=15000 ns
13:20:48.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.067646000, lastModified=2022-06-07 13:20:48.066511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.067646000, lastModified=2022-06-07 13:20:48.066511000, delta=1135000 ns, racy<=15000 ns
13:20:48.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.067849000, lastModified=2022-06-07 13:20:48.066511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.067849000, lastModified=2022-06-07 13:20:48.066511000, delta=1338000 ns, racy<=15000 ns
13:20:48.067 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.068053000, lastModified=2022-06-07 13:20:48.067511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.068053000, lastModified=2022-06-07 13:20:48.067511000, delta=542000 ns, racy<=15000 ns
13:20:48.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.068256000, lastModified=2022-06-07 13:20:48.067511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.068256000, lastModified=2022-06-07 13:20:48.067511000, delta=745000 ns, racy<=15000 ns
13:20:48.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.068450000, lastModified=2022-06-07 13:20:48.067511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.068450000, lastModified=2022-06-07 13:20:48.067511000, delta=939000 ns, racy<=15000 ns
13:20:48.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.068638000, lastModified=2022-06-07 13:20:48.067511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.068638000, lastModified=2022-06-07 13:20:48.067511000, delta=1127000 ns, racy<=15000 ns
13:20:48.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.068 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.068878000, lastModified=2022-06-07 13:20:48.067511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.067511000 to 2022-06-07 13:20:48.068511000
13:20:48.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.069116000, lastModified=2022-06-07 13:20:48.068511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.069116000, lastModified=2022-06-07 13:20:48.068511000, delta=605000 ns, racy<=15000 ns
13:20:48.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.069358000, lastModified=2022-06-07 13:20:48.068511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.069358000, lastModified=2022-06-07 13:20:48.068511000, delta=847000 ns, racy<=15000 ns
13:20:48.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.069612000, lastModified=2022-06-07 13:20:48.068511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.069612000, lastModified=2022-06-07 13:20:48.068511000, delta=1101000 ns, racy<=15000 ns
13:20:48.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.069 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.069845000, lastModified=2022-06-07 13:20:48.068511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.069845000, lastModified=2022-06-07 13:20:48.068511000, delta=1334000 ns, racy<=15000 ns
13:20:48.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.073312000, lastModified=2022-06-07 13:20:48.072511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.073312000, lastModified=2022-06-07 13:20:48.072511000, delta=801000 ns, racy<=15000 ns
13:20:48.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.073541000, lastModified=2022-06-07 13:20:48.072511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.073541000, lastModified=2022-06-07 13:20:48.072511000, delta=1030000 ns, racy<=15000 ns
13:20:48.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.073762000, lastModified=2022-06-07 13:20:48.072511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.073762000, lastModified=2022-06-07 13:20:48.072511000, delta=1251000 ns, racy<=15000 ns
13:20:48.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.073 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.073987000, lastModified=2022-06-07 13:20:48.073511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.073987000, lastModified=2022-06-07 13:20:48.073511000, delta=476000 ns, racy<=15000 ns
13:20:48.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.074218000, lastModified=2022-06-07 13:20:48.073511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.074218000, lastModified=2022-06-07 13:20:48.073511000, delta=707000 ns, racy<=15000 ns
13:20:48.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.074432000, lastModified=2022-06-07 13:20:48.073511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.074432000, lastModified=2022-06-07 13:20:48.073511000, delta=921000 ns, racy<=15000 ns
13:20:48.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.074653000, lastModified=2022-06-07 13:20:48.073511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.074653000, lastModified=2022-06-07 13:20:48.073511000, delta=1142000 ns, racy<=15000 ns
13:20:48.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.074 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.074874000, lastModified=2022-06-07 13:20:48.073511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.073511000 to 2022-06-07 13:20:48.074511000
13:20:48.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.075096000, lastModified=2022-06-07 13:20:48.074511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.075096000, lastModified=2022-06-07 13:20:48.074511000, delta=585000 ns, racy<=15000 ns
13:20:48.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.075314000, lastModified=2022-06-07 13:20:48.074511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.075314000, lastModified=2022-06-07 13:20:48.074511000, delta=803000 ns, racy<=15000 ns
13:20:48.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.075532000, lastModified=2022-06-07 13:20:48.074511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.075532000, lastModified=2022-06-07 13:20:48.074511000, delta=1021000 ns, racy<=15000 ns
13:20:48.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.075748000, lastModified=2022-06-07 13:20:48.074511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.075748000, lastModified=2022-06-07 13:20:48.074511000, delta=1237000 ns, racy<=15000 ns
13:20:48.075 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.080065000, lastModified=2022-06-07 13:20:48.074511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.074511000 to 2022-06-07 13:20:48.079511000
13:20:48.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.080304000, lastModified=2022-06-07 13:20:48.079511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.080304000, lastModified=2022-06-07 13:20:48.079511000, delta=793000 ns, racy<=15000 ns
13:20:48.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.080538000, lastModified=2022-06-07 13:20:48.079511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.080538000, lastModified=2022-06-07 13:20:48.079511000, delta=1027000 ns, racy<=15000 ns
13:20:48.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.080760000, lastModified=2022-06-07 13:20:48.079511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.080760000, lastModified=2022-06-07 13:20:48.079511000, delta=1249000 ns, racy<=15000 ns
13:20:48.080 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.080999000, lastModified=2022-06-07 13:20:48.080511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.080999000, lastModified=2022-06-07 13:20:48.080511000, delta=488000 ns, racy<=15000 ns
13:20:48.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.081233000, lastModified=2022-06-07 13:20:48.080511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.081233000, lastModified=2022-06-07 13:20:48.080511000, delta=722000 ns, racy<=15000 ns
13:20:48.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.081476000, lastModified=2022-06-07 13:20:48.080511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.081476000, lastModified=2022-06-07 13:20:48.080511000, delta=965000 ns, racy<=15000 ns
13:20:48.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.081705000, lastModified=2022-06-07 13:20:48.080511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.081705000, lastModified=2022-06-07 13:20:48.080511000, delta=1194000 ns, racy<=15000 ns
13:20:48.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.081 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.081933000, lastModified=2022-06-07 13:20:48.080511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.080511000 to 2022-06-07 13:20:48.081511000
13:20:48.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.082171000, lastModified=2022-06-07 13:20:48.081511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.082171000, lastModified=2022-06-07 13:20:48.081511000, delta=660000 ns, racy<=15000 ns
13:20:48.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.082413000, lastModified=2022-06-07 13:20:48.081511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.082413000, lastModified=2022-06-07 13:20:48.081511000, delta=902000 ns, racy<=15000 ns
13:20:48.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.082632000, lastModified=2022-06-07 13:20:48.081511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.082632000, lastModified=2022-06-07 13:20:48.081511000, delta=1121000 ns, racy<=15000 ns
13:20:48.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.082 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.082854000, lastModified=2022-06-07 13:20:48.081511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.082854000, lastModified=2022-06-07 13:20:48.081511000, delta=1343000 ns, racy<=15000 ns
13:20:48.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.087194000, lastModified=2022-06-07 13:20:48.086511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.087194000, lastModified=2022-06-07 13:20:48.086511000, delta=683000 ns, racy<=15000 ns
13:20:48.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.087438000, lastModified=2022-06-07 13:20:48.086511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.087438000, lastModified=2022-06-07 13:20:48.086511000, delta=927000 ns, racy<=15000 ns
13:20:48.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.087657000, lastModified=2022-06-07 13:20:48.086511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.087657000, lastModified=2022-06-07 13:20:48.086511000, delta=1146000 ns, racy<=15000 ns
13:20:48.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.087 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.087877000, lastModified=2022-06-07 13:20:48.086511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.086511000 to 2022-06-07 13:20:48.087511000
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.088098000, lastModified=2022-06-07 13:20:48.087511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.088098000, lastModified=2022-06-07 13:20:48.087511000, delta=587000 ns, racy<=15000 ns
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.088316000, lastModified=2022-06-07 13:20:48.087511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.088316000, lastModified=2022-06-07 13:20:48.087511000, delta=805000 ns, racy<=15000 ns
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.088532000, lastModified=2022-06-07 13:20:48.087511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.088532000, lastModified=2022-06-07 13:20:48.087511000, delta=1021000 ns, racy<=15000 ns
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.088745000, lastModified=2022-06-07 13:20:48.087511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.088745000, lastModified=2022-06-07 13:20:48.087511000, delta=1234000 ns, racy<=15000 ns
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.088 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.088968000, lastModified=2022-06-07 13:20:48.087511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.087511000 to 2022-06-07 13:20:48.088511000
13:20:48.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.089178000, lastModified=2022-06-07 13:20:48.088511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.089178000, lastModified=2022-06-07 13:20:48.088511000, delta=667000 ns, racy<=15000 ns
13:20:48.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.089392000, lastModified=2022-06-07 13:20:48.088511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.089392000, lastModified=2022-06-07 13:20:48.088511000, delta=881000 ns, racy<=15000 ns
13:20:48.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.089608000, lastModified=2022-06-07 13:20:48.088511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.089608000, lastModified=2022-06-07 13:20:48.088511000, delta=1097000 ns, racy<=15000 ns
13:20:48.089 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.093 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.093935000, lastModified=2022-06-07 13:20:48.088511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.088511000 to 2022-06-07 13:20:48.093511000
13:20:48.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.094205000, lastModified=2022-06-07 13:20:48.093511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.094205000, lastModified=2022-06-07 13:20:48.093511000, delta=694000 ns, racy<=15000 ns
13:20:48.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.094425000, lastModified=2022-06-07 13:20:48.093511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.094425000, lastModified=2022-06-07 13:20:48.093511000, delta=914000 ns, racy<=15000 ns
13:20:48.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.094644000, lastModified=2022-06-07 13:20:48.093511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.094644000, lastModified=2022-06-07 13:20:48.093511000, delta=1133000 ns, racy<=15000 ns
13:20:48.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.094859000, lastModified=2022-06-07 13:20:48.093511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.094 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.094859000, lastModified=2022-06-07 13:20:48.093511000, delta=1348000 ns, racy<=15000 ns
13:20:48.095 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.112071000, lastModified=2022-06-07 13:20:48.094511000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.094511000 to 2022-06-07 13:20:48.111512000
13:20:48.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.112336000, lastModified=2022-06-07 13:20:48.111512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.112336000, lastModified=2022-06-07 13:20:48.111512000, delta=824000 ns, racy<=15000 ns
13:20:48.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.112584000, lastModified=2022-06-07 13:20:48.111512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.112584000, lastModified=2022-06-07 13:20:48.111512000, delta=1072000 ns, racy<=15000 ns
13:20:48.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.112816000, lastModified=2022-06-07 13:20:48.111512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.112816000, lastModified=2022-06-07 13:20:48.111512000, delta=1304000 ns, racy<=15000 ns
13:20:48.112 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.113066000, lastModified=2022-06-07 13:20:48.112512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.113066000, lastModified=2022-06-07 13:20:48.112512000, delta=554000 ns, racy<=15000 ns
13:20:48.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.113309000, lastModified=2022-06-07 13:20:48.112512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.113309000, lastModified=2022-06-07 13:20:48.112512000, delta=797000 ns, racy<=15000 ns
13:20:48.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.113546000, lastModified=2022-06-07 13:20:48.112512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.113546000, lastModified=2022-06-07 13:20:48.112512000, delta=1034000 ns, racy<=15000 ns
13:20:48.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.113 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.113781000, lastModified=2022-06-07 13:20:48.112512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.113781000, lastModified=2022-06-07 13:20:48.112512000, delta=1269000 ns, racy<=15000 ns
13:20:48.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.118273000, lastModified=2022-06-07 13:20:48.117512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.118273000, lastModified=2022-06-07 13:20:48.117512000, delta=761000 ns, racy<=15000 ns
13:20:48.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.118502000, lastModified=2022-06-07 13:20:48.117512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.118502000, lastModified=2022-06-07 13:20:48.117512000, delta=990000 ns, racy<=15000 ns
13:20:48.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.118724000, lastModified=2022-06-07 13:20:48.117512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.118724000, lastModified=2022-06-07 13:20:48.117512000, delta=1212000 ns, racy<=15000 ns
13:20:48.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.118 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.118949000, lastModified=2022-06-07 13:20:48.117512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.117512000 to 2022-06-07 13:20:48.118512000
13:20:48.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.119178000, lastModified=2022-06-07 13:20:48.118512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.119178000, lastModified=2022-06-07 13:20:48.118512000, delta=666000 ns, racy<=15000 ns
13:20:48.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.119490000, lastModified=2022-06-07 13:20:48.118512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.119490000, lastModified=2022-06-07 13:20:48.118512000, delta=978000 ns, racy<=15000 ns
13:20:48.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.119719000, lastModified=2022-06-07 13:20:48.118512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.119719000, lastModified=2022-06-07 13:20:48.118512000, delta=1207000 ns, racy<=15000 ns
13:20:48.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.119 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.119934000, lastModified=2022-06-07 13:20:48.118512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.118512000 to 2022-06-07 13:20:48.119512000
13:20:48.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.120162000, lastModified=2022-06-07 13:20:48.119512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.120162000, lastModified=2022-06-07 13:20:48.119512000, delta=650000 ns, racy<=15000 ns
13:20:48.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.120376000, lastModified=2022-06-07 13:20:48.119512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.120376000, lastModified=2022-06-07 13:20:48.119512000, delta=864000 ns, racy<=15000 ns
13:20:48.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.120590000, lastModified=2022-06-07 13:20:48.119512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.120590000, lastModified=2022-06-07 13:20:48.119512000, delta=1078000 ns, racy<=15000 ns
13:20:48.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.120801000, lastModified=2022-06-07 13:20:48.119512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.120801000, lastModified=2022-06-07 13:20:48.119512000, delta=1289000 ns, racy<=15000 ns
13:20:48.120 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.123717000, lastModified=2022-06-07 13:20:48.120512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.120512000 to 2022-06-07 13:20:48.122512000
13:20:48.123 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.123969000, lastModified=2022-06-07 13:20:48.122512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.122512000 to 2022-06-07 13:20:48.123512000
13:20:48.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.124192000, lastModified=2022-06-07 13:20:48.123512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.124192000, lastModified=2022-06-07 13:20:48.123512000, delta=680000 ns, racy<=15000 ns
13:20:48.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.124412000, lastModified=2022-06-07 13:20:48.123512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.124412000, lastModified=2022-06-07 13:20:48.123512000, delta=900000 ns, racy<=15000 ns
13:20:48.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.124625000, lastModified=2022-06-07 13:20:48.123512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.124625000, lastModified=2022-06-07 13:20:48.123512000, delta=1113000 ns, racy<=15000 ns
13:20:48.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.124848000, lastModified=2022-06-07 13:20:48.123512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.124848000, lastModified=2022-06-07 13:20:48.123512000, delta=1336000 ns, racy<=15000 ns
13:20:48.124 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.125075000, lastModified=2022-06-07 13:20:48.124512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.125075000, lastModified=2022-06-07 13:20:48.124512000, delta=563000 ns, racy<=15000 ns
13:20:48.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.125328000, lastModified=2022-06-07 13:20:48.124512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.125328000, lastModified=2022-06-07 13:20:48.124512000, delta=816000 ns, racy<=15000 ns
13:20:48.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.125539000, lastModified=2022-06-07 13:20:48.124512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.125539000, lastModified=2022-06-07 13:20:48.124512000, delta=1027000 ns, racy<=15000 ns
13:20:48.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.125749000, lastModified=2022-06-07 13:20:48.124512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.125749000, lastModified=2022-06-07 13:20:48.124512000, delta=1237000 ns, racy<=15000 ns
13:20:48.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.125 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.125983000, lastModified=2022-06-07 13:20:48.124512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.124512000 to 2022-06-07 13:20:48.125512000
13:20:48.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.126195000, lastModified=2022-06-07 13:20:48.125512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.126195000, lastModified=2022-06-07 13:20:48.125512000, delta=683000 ns, racy<=15000 ns
13:20:48.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.126 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.126427000, lastModified=2022-06-07 13:20:48.125512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.126427000, lastModified=2022-06-07 13:20:48.125512000, delta=915000 ns, racy<=15000 ns
13:20:48.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.128727000, lastModified=2022-06-07 13:20:48.127512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.128727000, lastModified=2022-06-07 13:20:48.127512000, delta=1215000 ns, racy<=15000 ns
13:20:48.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.128 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.128961000, lastModified=2022-06-07 13:20:48.127512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.127512000 to 2022-06-07 13:20:48.128512000
13:20:48.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.129768000, lastModified=2022-06-07 13:20:48.128512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.129768000, lastModified=2022-06-07 13:20:48.128512000, delta=1256000 ns, racy<=15000 ns
13:20:48.129 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.130009000, lastModified=2022-06-07 13:20:48.129512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.130009000, lastModified=2022-06-07 13:20:48.129512000, delta=497000 ns, racy<=15000 ns
13:20:48.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.130248000, lastModified=2022-06-07 13:20:48.129512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.130248000, lastModified=2022-06-07 13:20:48.129512000, delta=736000 ns, racy<=15000 ns
13:20:48.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.130467000, lastModified=2022-06-07 13:20:48.129512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.130467000, lastModified=2022-06-07 13:20:48.129512000, delta=955000 ns, racy<=15000 ns
13:20:48.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.130679000, lastModified=2022-06-07 13:20:48.129512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.130679000, lastModified=2022-06-07 13:20:48.129512000, delta=1167000 ns, racy<=15000 ns
13:20:48.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.130 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.130914000, lastModified=2022-06-07 13:20:48.129512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.129512000 to 2022-06-07 13:20:48.130512000
13:20:48.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.131156000, lastModified=2022-06-07 13:20:48.130512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.131156000, lastModified=2022-06-07 13:20:48.130512000, delta=644000 ns, racy<=15000 ns
13:20:48.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.131373000, lastModified=2022-06-07 13:20:48.130512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.131373000, lastModified=2022-06-07 13:20:48.130512000, delta=861000 ns, racy<=15000 ns
13:20:48.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.131588000, lastModified=2022-06-07 13:20:48.130512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.131588000, lastModified=2022-06-07 13:20:48.130512000, delta=1076000 ns, racy<=15000 ns
13:20:48.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.131802000, lastModified=2022-06-07 13:20:48.130512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.131802000, lastModified=2022-06-07 13:20:48.130512000, delta=1290000 ns, racy<=15000 ns
13:20:48.131 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.134236000, lastModified=2022-06-07 13:20:48.131512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.131512000 to 2022-06-07 13:20:48.133512000
13:20:48.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.134635000, lastModified=2022-06-07 13:20:48.133512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.134635000, lastModified=2022-06-07 13:20:48.133512000, delta=1123000 ns, racy<=15000 ns
13:20:48.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.134 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.134952000, lastModified=2022-06-07 13:20:48.133512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.133512000 to 2022-06-07 13:20:48.134512000
13:20:48.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.135237000, lastModified=2022-06-07 13:20:48.134512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.135237000, lastModified=2022-06-07 13:20:48.134512000, delta=725000 ns, racy<=15000 ns
13:20:48.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.135515000, lastModified=2022-06-07 13:20:48.134512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.135515000, lastModified=2022-06-07 13:20:48.134512000, delta=1003000 ns, racy<=15000 ns
13:20:48.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.135803000, lastModified=2022-06-07 13:20:48.134512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.135803000, lastModified=2022-06-07 13:20:48.134512000, delta=1291000 ns, racy<=15000 ns
13:20:48.135 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.136087000, lastModified=2022-06-07 13:20:48.135512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.136087000, lastModified=2022-06-07 13:20:48.135512000, delta=575000 ns, racy<=15000 ns
13:20:48.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.136382000, lastModified=2022-06-07 13:20:48.135512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.136382000, lastModified=2022-06-07 13:20:48.135512000, delta=870000 ns, racy<=15000 ns
13:20:48.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.136654000, lastModified=2022-06-07 13:20:48.135512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.136654000, lastModified=2022-06-07 13:20:48.135512000, delta=1142000 ns, racy<=15000 ns
13:20:48.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.136 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.136923000, lastModified=2022-06-07 13:20:48.135512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.135512000 to 2022-06-07 13:20:48.136512000
13:20:48.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.137205000, lastModified=2022-06-07 13:20:48.136512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.137205000, lastModified=2022-06-07 13:20:48.136512000, delta=693000 ns, racy<=15000 ns
13:20:48.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.137426000, lastModified=2022-06-07 13:20:48.136512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.137426000, lastModified=2022-06-07 13:20:48.136512000, delta=914000 ns, racy<=15000 ns
13:20:48.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.137 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.137635000, lastModified=2022-06-07 13:20:48.136512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.137635000, lastModified=2022-06-07 13:20:48.136512000, delta=1123000 ns, racy<=15000 ns
13:20:48.139 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.140045000, lastModified=2022-06-07 13:20:48.139512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.140045000, lastModified=2022-06-07 13:20:48.139512000, delta=533000 ns, racy<=15000 ns
13:20:48.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.140259000, lastModified=2022-06-07 13:20:48.139512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.140259000, lastModified=2022-06-07 13:20:48.139512000, delta=747000 ns, racy<=15000 ns
13:20:48.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.140460000, lastModified=2022-06-07 13:20:48.139512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.140460000, lastModified=2022-06-07 13:20:48.139512000, delta=948000 ns, racy<=15000 ns
13:20:48.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.140653000, lastModified=2022-06-07 13:20:48.139512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.140653000, lastModified=2022-06-07 13:20:48.139512000, delta=1141000 ns, racy<=15000 ns
13:20:48.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.140 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.140894000, lastModified=2022-06-07 13:20:48.139512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.139512000 to 2022-06-07 13:20:48.140512000
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.141100000, lastModified=2022-06-07 13:20:48.140512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.141100000, lastModified=2022-06-07 13:20:48.140512000, delta=588000 ns, racy<=15000 ns
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.141297000, lastModified=2022-06-07 13:20:48.140512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.141297000, lastModified=2022-06-07 13:20:48.140512000, delta=785000 ns, racy<=15000 ns
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.141516000, lastModified=2022-06-07 13:20:48.140512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.141516000, lastModified=2022-06-07 13:20:48.140512000, delta=1004000 ns, racy<=15000 ns
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.141714000, lastModified=2022-06-07 13:20:48.140512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.141714000, lastModified=2022-06-07 13:20:48.140512000, delta=1202000 ns, racy<=15000 ns
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.141 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.141911000, lastModified=2022-06-07 13:20:48.140512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.142 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.140512000 to 2022-06-07 13:20:48.141512000
13:20:48.142 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.142120000, lastModified=2022-06-07 13:20:48.141512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.142 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.142120000, lastModified=2022-06-07 13:20:48.141512000, delta=608000 ns, racy<=15000 ns
13:20:48.142 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.142 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.142335000, lastModified=2022-06-07 13:20:48.141512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.142 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.142335000, lastModified=2022-06-07 13:20:48.141512000, delta=823000 ns, racy<=15000 ns
13:20:48.142 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.149453000, lastModified=2022-06-07 13:20:48.141512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.141512000 to 2022-06-07 13:20:48.148512000
13:20:48.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.149729000, lastModified=2022-06-07 13:20:48.148512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.149729000, lastModified=2022-06-07 13:20:48.148512000, delta=1217000 ns, racy<=15000 ns
13:20:48.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.149 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.149955000, lastModified=2022-06-07 13:20:48.148512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.148512000 to 2022-06-07 13:20:48.149512000
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.150161000, lastModified=2022-06-07 13:20:48.149512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.150161000, lastModified=2022-06-07 13:20:48.149512000, delta=649000 ns, racy<=15000 ns
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.150367000, lastModified=2022-06-07 13:20:48.149512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.150367000, lastModified=2022-06-07 13:20:48.149512000, delta=855000 ns, racy<=15000 ns
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.150563000, lastModified=2022-06-07 13:20:48.149512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.150563000, lastModified=2022-06-07 13:20:48.149512000, delta=1051000 ns, racy<=15000 ns
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.150757000, lastModified=2022-06-07 13:20:48.149512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.150757000, lastModified=2022-06-07 13:20:48.149512000, delta=1245000 ns, racy<=15000 ns
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.150 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.150959000, lastModified=2022-06-07 13:20:48.149512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.149512000 to 2022-06-07 13:20:48.150512000
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.151151000, lastModified=2022-06-07 13:20:48.150512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.151151000, lastModified=2022-06-07 13:20:48.150512000, delta=639000 ns, racy<=15000 ns
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.151349000, lastModified=2022-06-07 13:20:48.150512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.151349000, lastModified=2022-06-07 13:20:48.150512000, delta=837000 ns, racy<=15000 ns
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.151541000, lastModified=2022-06-07 13:20:48.150512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.151541000, lastModified=2022-06-07 13:20:48.150512000, delta=1029000 ns, racy<=15000 ns
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.151730000, lastModified=2022-06-07 13:20:48.150512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.151730000, lastModified=2022-06-07 13:20:48.150512000, delta=1218000 ns, racy<=15000 ns
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.151 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.151921000, lastModified=2022-06-07 13:20:48.150512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.150512000 to 2022-06-07 13:20:48.151512000
13:20:48.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.155619000, lastModified=2022-06-07 13:20:48.154512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.155619000, lastModified=2022-06-07 13:20:48.154512000, delta=1107000 ns, racy<=15000 ns
13:20:48.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.155848000, lastModified=2022-06-07 13:20:48.154512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.155848000, lastModified=2022-06-07 13:20:48.154512000, delta=1336000 ns, racy<=15000 ns
13:20:48.155 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.156053000, lastModified=2022-06-07 13:20:48.155512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.156053000, lastModified=2022-06-07 13:20:48.155512000, delta=541000 ns, racy<=15000 ns
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.156255000, lastModified=2022-06-07 13:20:48.155512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.156255000, lastModified=2022-06-07 13:20:48.155512000, delta=743000 ns, racy<=15000 ns
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.156445000, lastModified=2022-06-07 13:20:48.155512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.156445000, lastModified=2022-06-07 13:20:48.155512000, delta=933000 ns, racy<=15000 ns
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.156641000, lastModified=2022-06-07 13:20:48.155512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.156641000, lastModified=2022-06-07 13:20:48.155512000, delta=1129000 ns, racy<=15000 ns
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.156837000, lastModified=2022-06-07 13:20:48.155512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.156837000, lastModified=2022-06-07 13:20:48.155512000, delta=1325000 ns, racy<=15000 ns
13:20:48.156 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.157038000, lastModified=2022-06-07 13:20:48.156512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.157038000, lastModified=2022-06-07 13:20:48.156512000, delta=526000 ns, racy<=15000 ns
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.157238000, lastModified=2022-06-07 13:20:48.156512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.157238000, lastModified=2022-06-07 13:20:48.156512000, delta=726000 ns, racy<=15000 ns
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.157428000, lastModified=2022-06-07 13:20:48.156512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.157428000, lastModified=2022-06-07 13:20:48.156512000, delta=916000 ns, racy<=15000 ns
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.157622000, lastModified=2022-06-07 13:20:48.156512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.157622000, lastModified=2022-06-07 13:20:48.156512000, delta=1110000 ns, racy<=15000 ns
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.157811000, lastModified=2022-06-07 13:20:48.156512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.157811000, lastModified=2022-06-07 13:20:48.156512000, delta=1299000 ns, racy<=15000 ns
13:20:48.157 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.161107000, lastModified=2022-06-07 13:20:48.157512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.157512000 to 2022-06-07 13:20:48.160512000
13:20:48.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.161427000, lastModified=2022-06-07 13:20:48.160512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.161427000, lastModified=2022-06-07 13:20:48.160512000, delta=915000 ns, racy<=15000 ns
13:20:48.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.161632000, lastModified=2022-06-07 13:20:48.160512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.161632000, lastModified=2022-06-07 13:20:48.160512000, delta=1120000 ns, racy<=15000 ns
13:20:48.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.161828000, lastModified=2022-06-07 13:20:48.160512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.161828000, lastModified=2022-06-07 13:20:48.160512000, delta=1316000 ns, racy<=15000 ns
13:20:48.161 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.162027000, lastModified=2022-06-07 13:20:48.161512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.162027000, lastModified=2022-06-07 13:20:48.161512000, delta=515000 ns, racy<=15000 ns
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.162228000, lastModified=2022-06-07 13:20:48.161512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.162228000, lastModified=2022-06-07 13:20:48.161512000, delta=716000 ns, racy<=15000 ns
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.162424000, lastModified=2022-06-07 13:20:48.161512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.162424000, lastModified=2022-06-07 13:20:48.161512000, delta=912000 ns, racy<=15000 ns
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.162619000, lastModified=2022-06-07 13:20:48.161512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.162619000, lastModified=2022-06-07 13:20:48.161512000, delta=1107000 ns, racy<=15000 ns
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.162812000, lastModified=2022-06-07 13:20:48.161512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.162812000, lastModified=2022-06-07 13:20:48.161512000, delta=1300000 ns, racy<=15000 ns
13:20:48.162 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.163014000, lastModified=2022-06-07 13:20:48.162512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.163014000, lastModified=2022-06-07 13:20:48.162512000, delta=502000 ns, racy<=15000 ns
13:20:48.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.163225000, lastModified=2022-06-07 13:20:48.162512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.163225000, lastModified=2022-06-07 13:20:48.162512000, delta=713000 ns, racy<=15000 ns
13:20:48.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.163413000, lastModified=2022-06-07 13:20:48.162512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.163413000, lastModified=2022-06-07 13:20:48.162512000, delta=901000 ns, racy<=15000 ns
13:20:48.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.163 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.163607000, lastModified=2022-06-07 13:20:48.162512000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.163607000, lastModified=2022-06-07 13:20:48.162512000, delta=1095000 ns, racy<=15000 ns
13:20:48.166 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.167101000, lastModified=2022-06-07 13:20:48.166513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.167101000, lastModified=2022-06-07 13:20:48.166513000, delta=588000 ns, racy<=15000 ns
13:20:48.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.167323000, lastModified=2022-06-07 13:20:48.166513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.167323000, lastModified=2022-06-07 13:20:48.166513000, delta=810000 ns, racy<=15000 ns
13:20:48.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.167522000, lastModified=2022-06-07 13:20:48.166513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.167522000, lastModified=2022-06-07 13:20:48.166513000, delta=1009000 ns, racy<=15000 ns
13:20:48.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.167717000, lastModified=2022-06-07 13:20:48.166513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.167717000, lastModified=2022-06-07 13:20:48.166513000, delta=1204000 ns, racy<=15000 ns
13:20:48.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.167 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.167934000, lastModified=2022-06-07 13:20:48.166513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.166513000 to 2022-06-07 13:20:48.167513000
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.168152000, lastModified=2022-06-07 13:20:48.167513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.168152000, lastModified=2022-06-07 13:20:48.167513000, delta=639000 ns, racy<=15000 ns
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.168344000, lastModified=2022-06-07 13:20:48.167513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.168344000, lastModified=2022-06-07 13:20:48.167513000, delta=831000 ns, racy<=15000 ns
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.168539000, lastModified=2022-06-07 13:20:48.167513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.168539000, lastModified=2022-06-07 13:20:48.167513000, delta=1026000 ns, racy<=15000 ns
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.168746000, lastModified=2022-06-07 13:20:48.167513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.168746000, lastModified=2022-06-07 13:20:48.167513000, delta=1233000 ns, racy<=15000 ns
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.168 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.168949000, lastModified=2022-06-07 13:20:48.167513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.167513000 to 2022-06-07 13:20:48.168513000
13:20:48.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.169214000, lastModified=2022-06-07 13:20:48.168513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.169214000, lastModified=2022-06-07 13:20:48.168513000, delta=701000 ns, racy<=15000 ns
13:20:48.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.169418000, lastModified=2022-06-07 13:20:48.168513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.169418000, lastModified=2022-06-07 13:20:48.168513000, delta=905000 ns, racy<=15000 ns
13:20:48.169 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.172688000, lastModified=2022-06-07 13:20:48.168513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.168513000 to 2022-06-07 13:20:48.171513000
13:20:48.172 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.172889000, lastModified=2022-06-07 13:20:48.171513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.171513000 to 2022-06-07 13:20:48.172513000
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.173080000, lastModified=2022-06-07 13:20:48.172513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.173080000, lastModified=2022-06-07 13:20:48.172513000, delta=567000 ns, racy<=15000 ns
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.173277000, lastModified=2022-06-07 13:20:48.172513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.173277000, lastModified=2022-06-07 13:20:48.172513000, delta=764000 ns, racy<=15000 ns
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.173466000, lastModified=2022-06-07 13:20:48.172513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.173466000, lastModified=2022-06-07 13:20:48.172513000, delta=953000 ns, racy<=15000 ns
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.173668000, lastModified=2022-06-07 13:20:48.172513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.173668000, lastModified=2022-06-07 13:20:48.172513000, delta=1155000 ns, racy<=15000 ns
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.173857000, lastModified=2022-06-07 13:20:48.172513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.173857000, lastModified=2022-06-07 13:20:48.172513000, delta=1344000 ns, racy<=15000 ns
13:20:48.173 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.174057000, lastModified=2022-06-07 13:20:48.173513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.174057000, lastModified=2022-06-07 13:20:48.173513000, delta=544000 ns, racy<=15000 ns
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.174260000, lastModified=2022-06-07 13:20:48.173513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.174260000, lastModified=2022-06-07 13:20:48.173513000, delta=747000 ns, racy<=15000 ns
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.174445000, lastModified=2022-06-07 13:20:48.173513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.174445000, lastModified=2022-06-07 13:20:48.173513000, delta=932000 ns, racy<=15000 ns
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.174634000, lastModified=2022-06-07 13:20:48.173513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.174634000, lastModified=2022-06-07 13:20:48.173513000, delta=1121000 ns, racy<=15000 ns
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.174849000, lastModified=2022-06-07 13:20:48.173513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.174 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.174849000, lastModified=2022-06-07 13:20:48.173513000, delta=1336000 ns, racy<=15000 ns
13:20:48.175 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.175 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.175092000, lastModified=2022-06-07 13:20:48.174513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.175092000, lastModified=2022-06-07 13:20:48.174513000, delta=579000 ns, racy<=15000 ns
13:20:48.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.178528000, lastModified=2022-06-07 13:20:48.177513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.178528000, lastModified=2022-06-07 13:20:48.177513000, delta=1015000 ns, racy<=15000 ns
13:20:48.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.178725000, lastModified=2022-06-07 13:20:48.177513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.178725000, lastModified=2022-06-07 13:20:48.177513000, delta=1212000 ns, racy<=15000 ns
13:20:48.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.178 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.178917000, lastModified=2022-06-07 13:20:48.177513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.177513000 to 2022-06-07 13:20:48.178513000
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.179123000, lastModified=2022-06-07 13:20:48.178513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.179123000, lastModified=2022-06-07 13:20:48.178513000, delta=610000 ns, racy<=15000 ns
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.179312000, lastModified=2022-06-07 13:20:48.178513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.179312000, lastModified=2022-06-07 13:20:48.178513000, delta=799000 ns, racy<=15000 ns
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.179504000, lastModified=2022-06-07 13:20:48.178513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.179504000, lastModified=2022-06-07 13:20:48.178513000, delta=991000 ns, racy<=15000 ns
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.179689000, lastModified=2022-06-07 13:20:48.178513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.179689000, lastModified=2022-06-07 13:20:48.178513000, delta=1176000 ns, racy<=15000 ns
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.179876000, lastModified=2022-06-07 13:20:48.178513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.179 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.178513000 to 2022-06-07 13:20:48.179513000
13:20:48.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.180061000, lastModified=2022-06-07 13:20:48.179513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.180061000, lastModified=2022-06-07 13:20:48.179513000, delta=548000 ns, racy<=15000 ns
13:20:48.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.180257000, lastModified=2022-06-07 13:20:48.179513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.180257000, lastModified=2022-06-07 13:20:48.179513000, delta=744000 ns, racy<=15000 ns
13:20:48.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.180449000, lastModified=2022-06-07 13:20:48.179513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.180449000, lastModified=2022-06-07 13:20:48.179513000, delta=936000 ns, racy<=15000 ns
13:20:48.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.180640000, lastModified=2022-06-07 13:20:48.179513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.180640000, lastModified=2022-06-07 13:20:48.179513000, delta=1127000 ns, racy<=15000 ns
13:20:48.180 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.184 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.184862000, lastModified=2022-06-07 13:20:48.179513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.179513000 to 2022-06-07 13:20:48.184513000
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.185090000, lastModified=2022-06-07 13:20:48.184513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.185090000, lastModified=2022-06-07 13:20:48.184513000, delta=577000 ns, racy<=15000 ns
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.185284000, lastModified=2022-06-07 13:20:48.184513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.185284000, lastModified=2022-06-07 13:20:48.184513000, delta=771000 ns, racy<=15000 ns
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.185475000, lastModified=2022-06-07 13:20:48.184513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.185475000, lastModified=2022-06-07 13:20:48.184513000, delta=962000 ns, racy<=15000 ns
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.185662000, lastModified=2022-06-07 13:20:48.184513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.185662000, lastModified=2022-06-07 13:20:48.184513000, delta=1149000 ns, racy<=15000 ns
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.185850000, lastModified=2022-06-07 13:20:48.184513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.185850000, lastModified=2022-06-07 13:20:48.184513000, delta=1337000 ns, racy<=15000 ns
13:20:48.185 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.186051000, lastModified=2022-06-07 13:20:48.185513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.186051000, lastModified=2022-06-07 13:20:48.185513000, delta=538000 ns, racy<=15000 ns
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.186248000, lastModified=2022-06-07 13:20:48.185513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.186248000, lastModified=2022-06-07 13:20:48.185513000, delta=735000 ns, racy<=15000 ns
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.186446000, lastModified=2022-06-07 13:20:48.185513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.186446000, lastModified=2022-06-07 13:20:48.185513000, delta=933000 ns, racy<=15000 ns
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.186633000, lastModified=2022-06-07 13:20:48.185513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.186633000, lastModified=2022-06-07 13:20:48.185513000, delta=1120000 ns, racy<=15000 ns
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.186829000, lastModified=2022-06-07 13:20:48.185513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.186829000, lastModified=2022-06-07 13:20:48.185513000, delta=1316000 ns, racy<=15000 ns
13:20:48.186 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.187039000, lastModified=2022-06-07 13:20:48.186513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.187039000, lastModified=2022-06-07 13:20:48.186513000, delta=526000 ns, racy<=15000 ns
13:20:48.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.187 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.187241000, lastModified=2022-06-07 13:20:48.186513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.187241000, lastModified=2022-06-07 13:20:48.186513000, delta=728000 ns, racy<=15000 ns
13:20:48.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.191628000, lastModified=2022-06-07 13:20:48.190513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.191628000, lastModified=2022-06-07 13:20:48.190513000, delta=1115000 ns, racy<=15000 ns
13:20:48.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.191 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.191862000, lastModified=2022-06-07 13:20:48.190513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.191862000, lastModified=2022-06-07 13:20:48.190513000, delta=1349000 ns, racy<=15000 ns
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.192103000, lastModified=2022-06-07 13:20:48.191513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.192103000, lastModified=2022-06-07 13:20:48.191513000, delta=590000 ns, racy<=15000 ns
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.192298000, lastModified=2022-06-07 13:20:48.191513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.192298000, lastModified=2022-06-07 13:20:48.191513000, delta=785000 ns, racy<=15000 ns
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.192488000, lastModified=2022-06-07 13:20:48.191513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.192488000, lastModified=2022-06-07 13:20:48.191513000, delta=975000 ns, racy<=15000 ns
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.192696000, lastModified=2022-06-07 13:20:48.191513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.192696000, lastModified=2022-06-07 13:20:48.191513000, delta=1183000 ns, racy<=15000 ns
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.192 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.192901000, lastModified=2022-06-07 13:20:48.191513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.191513000 to 2022-06-07 13:20:48.192513000
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.193096000, lastModified=2022-06-07 13:20:48.192513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.193096000, lastModified=2022-06-07 13:20:48.192513000, delta=583000 ns, racy<=15000 ns
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.193291000, lastModified=2022-06-07 13:20:48.192513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.193291000, lastModified=2022-06-07 13:20:48.192513000, delta=778000 ns, racy<=15000 ns
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.193479000, lastModified=2022-06-07 13:20:48.192513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.193479000, lastModified=2022-06-07 13:20:48.192513000, delta=966000 ns, racy<=15000 ns
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.193672000, lastModified=2022-06-07 13:20:48.192513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.193672000, lastModified=2022-06-07 13:20:48.192513000, delta=1159000 ns, racy<=15000 ns
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.193 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.193883000, lastModified=2022-06-07 13:20:48.192513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.194 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.192513000 to 2022-06-07 13:20:48.193513000
13:20:48.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.212074000, lastModified=2022-06-07 13:20:48.193513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.193513000 to 2022-06-07 13:20:48.211513000
13:20:48.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.212362000, lastModified=2022-06-07 13:20:48.211513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.212362000, lastModified=2022-06-07 13:20:48.211513000, delta=849000 ns, racy<=15000 ns
13:20:48.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.212570000, lastModified=2022-06-07 13:20:48.211513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.212570000, lastModified=2022-06-07 13:20:48.211513000, delta=1057000 ns, racy<=15000 ns
13:20:48.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.212782000, lastModified=2022-06-07 13:20:48.211513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.212782000, lastModified=2022-06-07 13:20:48.211513000, delta=1269000 ns, racy<=15000 ns
13:20:48.212 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.212991000, lastModified=2022-06-07 13:20:48.212513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.212991000, lastModified=2022-06-07 13:20:48.212513000, delta=478000 ns, racy<=15000 ns
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.213212000, lastModified=2022-06-07 13:20:48.212513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.213212000, lastModified=2022-06-07 13:20:48.212513000, delta=699000 ns, racy<=15000 ns
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.213399000, lastModified=2022-06-07 13:20:48.212513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.213399000, lastModified=2022-06-07 13:20:48.212513000, delta=886000 ns, racy<=15000 ns
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.213585000, lastModified=2022-06-07 13:20:48.212513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.213585000, lastModified=2022-06-07 13:20:48.212513000, delta=1072000 ns, racy<=15000 ns
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.213774000, lastModified=2022-06-07 13:20:48.212513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.213774000, lastModified=2022-06-07 13:20:48.212513000, delta=1261000 ns, racy<=15000 ns
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.213 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.213965000, lastModified=2022-06-07 13:20:48.212513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.212513000 to 2022-06-07 13:20:48.213513000
13:20:48.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.214151000, lastModified=2022-06-07 13:20:48.213513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.214151000, lastModified=2022-06-07 13:20:48.213513000, delta=638000 ns, racy<=15000 ns
13:20:48.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.214346000, lastModified=2022-06-07 13:20:48.213513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.214346000, lastModified=2022-06-07 13:20:48.213513000, delta=833000 ns, racy<=15000 ns
13:20:48.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.214 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.214541000, lastModified=2022-06-07 13:20:48.213513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.214541000, lastModified=2022-06-07 13:20:48.213513000, delta=1028000 ns, racy<=15000 ns
13:20:48.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.218 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.218911000, lastModified=2022-06-07 13:20:48.217513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.217513000 to 2022-06-07 13:20:48.218513000
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.219116000, lastModified=2022-06-07 13:20:48.218513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.219116000, lastModified=2022-06-07 13:20:48.218513000, delta=603000 ns, racy<=15000 ns
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.219308000, lastModified=2022-06-07 13:20:48.218513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.219308000, lastModified=2022-06-07 13:20:48.218513000, delta=795000 ns, racy<=15000 ns
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.219497000, lastModified=2022-06-07 13:20:48.218513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.219497000, lastModified=2022-06-07 13:20:48.218513000, delta=984000 ns, racy<=15000 ns
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.219682000, lastModified=2022-06-07 13:20:48.218513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.219682000, lastModified=2022-06-07 13:20:48.218513000, delta=1169000 ns, racy<=15000 ns
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.219870000, lastModified=2022-06-07 13:20:48.218513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.219 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.218513000 to 2022-06-07 13:20:48.219513000
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.220057000, lastModified=2022-06-07 13:20:48.219513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.220057000, lastModified=2022-06-07 13:20:48.219513000, delta=544000 ns, racy<=15000 ns
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.220252000, lastModified=2022-06-07 13:20:48.219513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.220252000, lastModified=2022-06-07 13:20:48.219513000, delta=739000 ns, racy<=15000 ns
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.220435000, lastModified=2022-06-07 13:20:48.219513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.220435000, lastModified=2022-06-07 13:20:48.219513000, delta=922000 ns, racy<=15000 ns
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.220624000, lastModified=2022-06-07 13:20:48.219513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.220624000, lastModified=2022-06-07 13:20:48.219513000, delta=1111000 ns, racy<=15000 ns
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.220810000, lastModified=2022-06-07 13:20:48.219513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.220810000, lastModified=2022-06-07 13:20:48.219513000, delta=1297000 ns, racy<=15000 ns
13:20:48.220 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.221001000, lastModified=2022-06-07 13:20:48.220513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.221001000, lastModified=2022-06-07 13:20:48.220513000, delta=488000 ns, racy<=15000 ns
13:20:48.221 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.224221000, lastModified=2022-06-07 13:20:48.220513000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.220513000 to 2022-06-07 13:20:48.223514000
13:20:48.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.224457000, lastModified=2022-06-07 13:20:48.223514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.224457000, lastModified=2022-06-07 13:20:48.223514000, delta=943000 ns, racy<=15000 ns
13:20:48.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.224651000, lastModified=2022-06-07 13:20:48.223514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.224651000, lastModified=2022-06-07 13:20:48.223514000, delta=1137000 ns, racy<=15000 ns
13:20:48.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.224843000, lastModified=2022-06-07 13:20:48.223514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.224843000, lastModified=2022-06-07 13:20:48.223514000, delta=1329000 ns, racy<=15000 ns
13:20:48.224 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.225043000, lastModified=2022-06-07 13:20:48.224514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.225043000, lastModified=2022-06-07 13:20:48.224514000, delta=529000 ns, racy<=15000 ns
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.225241000, lastModified=2022-06-07 13:20:48.224514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.225241000, lastModified=2022-06-07 13:20:48.224514000, delta=727000 ns, racy<=15000 ns
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.225426000, lastModified=2022-06-07 13:20:48.224514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.225426000, lastModified=2022-06-07 13:20:48.224514000, delta=912000 ns, racy<=15000 ns
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.225614000, lastModified=2022-06-07 13:20:48.224514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.225614000, lastModified=2022-06-07 13:20:48.224514000, delta=1100000 ns, racy<=15000 ns
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.225799000, lastModified=2022-06-07 13:20:48.224514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.225799000, lastModified=2022-06-07 13:20:48.224514000, delta=1285000 ns, racy<=15000 ns
13:20:48.225 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.225996000, lastModified=2022-06-07 13:20:48.225514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.225996000, lastModified=2022-06-07 13:20:48.225514000, delta=482000 ns, racy<=15000 ns
13:20:48.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.226195000, lastModified=2022-06-07 13:20:48.225514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.226195000, lastModified=2022-06-07 13:20:48.225514000, delta=681000 ns, racy<=15000 ns
13:20:48.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.226381000, lastModified=2022-06-07 13:20:48.225514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.226381000, lastModified=2022-06-07 13:20:48.225514000, delta=867000 ns, racy<=15000 ns
13:20:48.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.226 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.226572000, lastModified=2022-06-07 13:20:48.225514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.226572000, lastModified=2022-06-07 13:20:48.225514000, delta=1058000 ns, racy<=15000 ns
13:20:48.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.228809000, lastModified=2022-06-07 13:20:48.227514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.228809000, lastModified=2022-06-07 13:20:48.227514000, delta=1295000 ns, racy<=15000 ns
13:20:48.228 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.229015000, lastModified=2022-06-07 13:20:48.228514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.229015000, lastModified=2022-06-07 13:20:48.228514000, delta=501000 ns, racy<=15000 ns
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.229231000, lastModified=2022-06-07 13:20:48.228514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.229231000, lastModified=2022-06-07 13:20:48.228514000, delta=717000 ns, racy<=15000 ns
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.229418000, lastModified=2022-06-07 13:20:48.228514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.229418000, lastModified=2022-06-07 13:20:48.228514000, delta=904000 ns, racy<=15000 ns
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.229605000, lastModified=2022-06-07 13:20:48.228514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.229605000, lastModified=2022-06-07 13:20:48.228514000, delta=1091000 ns, racy<=15000 ns
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.229795000, lastModified=2022-06-07 13:20:48.228514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.229795000, lastModified=2022-06-07 13:20:48.228514000, delta=1281000 ns, racy<=15000 ns
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.229 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.229987000, lastModified=2022-06-07 13:20:48.229514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.229987000, lastModified=2022-06-07 13:20:48.229514000, delta=473000 ns, racy<=15000 ns
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.230186000, lastModified=2022-06-07 13:20:48.229514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.230186000, lastModified=2022-06-07 13:20:48.229514000, delta=672000 ns, racy<=15000 ns
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.230374000, lastModified=2022-06-07 13:20:48.229514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.230374000, lastModified=2022-06-07 13:20:48.229514000, delta=860000 ns, racy<=15000 ns
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.230563000, lastModified=2022-06-07 13:20:48.229514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.230563000, lastModified=2022-06-07 13:20:48.229514000, delta=1049000 ns, racy<=15000 ns
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.230754000, lastModified=2022-06-07 13:20:48.229514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.230754000, lastModified=2022-06-07 13:20:48.229514000, delta=1240000 ns, racy<=15000 ns
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.230 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.230949000, lastModified=2022-06-07 13:20:48.229514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.231 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.229514000 to 2022-06-07 13:20:48.230514000
13:20:48.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.233316000, lastModified=2022-06-07 13:20:48.230514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.230514000 to 2022-06-07 13:20:48.232514000
13:20:48.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.233520000, lastModified=2022-06-07 13:20:48.232514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.233520000, lastModified=2022-06-07 13:20:48.232514000, delta=1006000 ns, racy<=15000 ns
13:20:48.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.233771000, lastModified=2022-06-07 13:20:48.232514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.233771000, lastModified=2022-06-07 13:20:48.232514000, delta=1257000 ns, racy<=15000 ns
13:20:48.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.233 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.233986000, lastModified=2022-06-07 13:20:48.232514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.232514000 to 2022-06-07 13:20:48.233514000
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.234175000, lastModified=2022-06-07 13:20:48.233514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.234175000, lastModified=2022-06-07 13:20:48.233514000, delta=661000 ns, racy<=15000 ns
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.234364000, lastModified=2022-06-07 13:20:48.233514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.234364000, lastModified=2022-06-07 13:20:48.233514000, delta=850000 ns, racy<=15000 ns
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.234550000, lastModified=2022-06-07 13:20:48.233514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.234550000, lastModified=2022-06-07 13:20:48.233514000, delta=1036000 ns, racy<=15000 ns
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.234736000, lastModified=2022-06-07 13:20:48.233514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.234736000, lastModified=2022-06-07 13:20:48.233514000, delta=1222000 ns, racy<=15000 ns
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.234 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.234918000, lastModified=2022-06-07 13:20:48.233514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.233514000 to 2022-06-07 13:20:48.234514000
13:20:48.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.235112000, lastModified=2022-06-07 13:20:48.234514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.235112000, lastModified=2022-06-07 13:20:48.234514000, delta=598000 ns, racy<=15000 ns
13:20:48.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.235300000, lastModified=2022-06-07 13:20:48.234514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.235300000, lastModified=2022-06-07 13:20:48.234514000, delta=786000 ns, racy<=15000 ns
13:20:48.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.235504000, lastModified=2022-06-07 13:20:48.234514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.235504000, lastModified=2022-06-07 13:20:48.234514000, delta=990000 ns, racy<=15000 ns
13:20:48.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.235 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.235716000, lastModified=2022-06-07 13:20:48.234514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.235716000, lastModified=2022-06-07 13:20:48.234514000, delta=1202000 ns, racy<=15000 ns
13:20:48.237 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.238075000, lastModified=2022-06-07 13:20:48.237514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.238075000, lastModified=2022-06-07 13:20:48.237514000, delta=561000 ns, racy<=15000 ns
13:20:48.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.238298000, lastModified=2022-06-07 13:20:48.237514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.238298000, lastModified=2022-06-07 13:20:48.237514000, delta=784000 ns, racy<=15000 ns
13:20:48.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.238500000, lastModified=2022-06-07 13:20:48.237514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.238500000, lastModified=2022-06-07 13:20:48.237514000, delta=986000 ns, racy<=15000 ns
13:20:48.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.238700000, lastModified=2022-06-07 13:20:48.237514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.238700000, lastModified=2022-06-07 13:20:48.237514000, delta=1186000 ns, racy<=15000 ns
13:20:48.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.238 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.238899000, lastModified=2022-06-07 13:20:48.237514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.237514000 to 2022-06-07 13:20:48.238514000
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.239116000, lastModified=2022-06-07 13:20:48.238514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.239116000, lastModified=2022-06-07 13:20:48.238514000, delta=602000 ns, racy<=15000 ns
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.239322000, lastModified=2022-06-07 13:20:48.238514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.239322000, lastModified=2022-06-07 13:20:48.238514000, delta=808000 ns, racy<=15000 ns
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.239520000, lastModified=2022-06-07 13:20:48.238514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.239520000, lastModified=2022-06-07 13:20:48.238514000, delta=1006000 ns, racy<=15000 ns
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.239719000, lastModified=2022-06-07 13:20:48.238514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.239719000, lastModified=2022-06-07 13:20:48.238514000, delta=1205000 ns, racy<=15000 ns
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.239 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.239915000, lastModified=2022-06-07 13:20:48.238514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.238514000 to 2022-06-07 13:20:48.239514000
13:20:48.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.240117000, lastModified=2022-06-07 13:20:48.239514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.240117000, lastModified=2022-06-07 13:20:48.239514000, delta=603000 ns, racy<=15000 ns
13:20:48.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.240318000, lastModified=2022-06-07 13:20:48.239514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.240318000, lastModified=2022-06-07 13:20:48.239514000, delta=804000 ns, racy<=15000 ns
13:20:48.240 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.242684000, lastModified=2022-06-07 13:20:48.239514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.239514000 to 2022-06-07 13:20:48.241514000
13:20:48.242 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.242939000, lastModified=2022-06-07 13:20:48.241514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.241514000 to 2022-06-07 13:20:48.242514000
13:20:48.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.243151000, lastModified=2022-06-07 13:20:48.242514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.243151000, lastModified=2022-06-07 13:20:48.242514000, delta=637000 ns, racy<=15000 ns
13:20:48.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.243368000, lastModified=2022-06-07 13:20:48.242514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.243368000, lastModified=2022-06-07 13:20:48.242514000, delta=854000 ns, racy<=15000 ns
13:20:48.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.243576000, lastModified=2022-06-07 13:20:48.242514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.243576000, lastModified=2022-06-07 13:20:48.242514000, delta=1062000 ns, racy<=15000 ns
13:20:48.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.243783000, lastModified=2022-06-07 13:20:48.242514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.243783000, lastModified=2022-06-07 13:20:48.242514000, delta=1269000 ns, racy<=15000 ns
13:20:48.243 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.244044000, lastModified=2022-06-07 13:20:48.243514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.244044000, lastModified=2022-06-07 13:20:48.243514000, delta=530000 ns, racy<=15000 ns
13:20:48.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.244269000, lastModified=2022-06-07 13:20:48.243514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.244269000, lastModified=2022-06-07 13:20:48.243514000, delta=755000 ns, racy<=15000 ns
13:20:48.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.244494000, lastModified=2022-06-07 13:20:48.243514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.244494000, lastModified=2022-06-07 13:20:48.243514000, delta=980000 ns, racy<=15000 ns
13:20:48.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.244695000, lastModified=2022-06-07 13:20:48.243514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.244695000, lastModified=2022-06-07 13:20:48.243514000, delta=1181000 ns, racy<=15000 ns
13:20:48.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.244 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.244896000, lastModified=2022-06-07 13:20:48.243514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.243514000 to 2022-06-07 13:20:48.244514000
13:20:48.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.245113000, lastModified=2022-06-07 13:20:48.244514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.245113000, lastModified=2022-06-07 13:20:48.244514000, delta=599000 ns, racy<=15000 ns
13:20:48.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.245 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.245306000, lastModified=2022-06-07 13:20:48.244514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.245306000, lastModified=2022-06-07 13:20:48.244514000, delta=792000 ns, racy<=15000 ns
13:20:48.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.248558000, lastModified=2022-06-07 13:20:48.247514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.248558000, lastModified=2022-06-07 13:20:48.247514000, delta=1044000 ns, racy<=15000 ns
13:20:48.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.248754000, lastModified=2022-06-07 13:20:48.247514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.248754000, lastModified=2022-06-07 13:20:48.247514000, delta=1240000 ns, racy<=15000 ns
13:20:48.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.248 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.248946000, lastModified=2022-06-07 13:20:48.247514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.247514000 to 2022-06-07 13:20:48.248514000
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.249131000, lastModified=2022-06-07 13:20:48.248514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.249131000, lastModified=2022-06-07 13:20:48.248514000, delta=617000 ns, racy<=15000 ns
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.249322000, lastModified=2022-06-07 13:20:48.248514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.249322000, lastModified=2022-06-07 13:20:48.248514000, delta=808000 ns, racy<=15000 ns
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.249515000, lastModified=2022-06-07 13:20:48.248514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.249515000, lastModified=2022-06-07 13:20:48.248514000, delta=1001000 ns, racy<=15000 ns
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.249703000, lastModified=2022-06-07 13:20:48.248514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.249703000, lastModified=2022-06-07 13:20:48.248514000, delta=1189000 ns, racy<=15000 ns
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.249 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.249891000, lastModified=2022-06-07 13:20:48.248514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.248514000 to 2022-06-07 13:20:48.249514000
13:20:48.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.250102000, lastModified=2022-06-07 13:20:48.249514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.250102000, lastModified=2022-06-07 13:20:48.249514000, delta=588000 ns, racy<=15000 ns
13:20:48.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.250301000, lastModified=2022-06-07 13:20:48.249514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.250301000, lastModified=2022-06-07 13:20:48.249514000, delta=787000 ns, racy<=15000 ns
13:20:48.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.250490000, lastModified=2022-06-07 13:20:48.249514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.250490000, lastModified=2022-06-07 13:20:48.249514000, delta=976000 ns, racy<=15000 ns
13:20:48.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.250675000, lastModified=2022-06-07 13:20:48.249514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.250675000, lastModified=2022-06-07 13:20:48.249514000, delta=1161000 ns, racy<=15000 ns
13:20:48.250 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.253 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.253924000, lastModified=2022-06-07 13:20:48.249514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.249514000 to 2022-06-07 13:20:48.253514000
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.254205000, lastModified=2022-06-07 13:20:48.253514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.254205000, lastModified=2022-06-07 13:20:48.253514000, delta=691000 ns, racy<=15000 ns
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.254400000, lastModified=2022-06-07 13:20:48.253514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.254400000, lastModified=2022-06-07 13:20:48.253514000, delta=886000 ns, racy<=15000 ns
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.254590000, lastModified=2022-06-07 13:20:48.253514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.254590000, lastModified=2022-06-07 13:20:48.253514000, delta=1076000 ns, racy<=15000 ns
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.254777000, lastModified=2022-06-07 13:20:48.253514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.254777000, lastModified=2022-06-07 13:20:48.253514000, delta=1263000 ns, racy<=15000 ns
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.254 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.254982000, lastModified=2022-06-07 13:20:48.254514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.254982000, lastModified=2022-06-07 13:20:48.254514000, delta=468000 ns, racy<=15000 ns
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.255189000, lastModified=2022-06-07 13:20:48.254514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.255189000, lastModified=2022-06-07 13:20:48.254514000, delta=675000 ns, racy<=15000 ns
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.255381000, lastModified=2022-06-07 13:20:48.254514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.255381000, lastModified=2022-06-07 13:20:48.254514000, delta=867000 ns, racy<=15000 ns
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.255570000, lastModified=2022-06-07 13:20:48.254514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.255570000, lastModified=2022-06-07 13:20:48.254514000, delta=1056000 ns, racy<=15000 ns
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.255757000, lastModified=2022-06-07 13:20:48.254514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.255757000, lastModified=2022-06-07 13:20:48.254514000, delta=1243000 ns, racy<=15000 ns
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.255 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.255955000, lastModified=2022-06-07 13:20:48.254514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.254514000 to 2022-06-07 13:20:48.255514000
13:20:48.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.256142000, lastModified=2022-06-07 13:20:48.255514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.256142000, lastModified=2022-06-07 13:20:48.255514000, delta=628000 ns, racy<=15000 ns
13:20:48.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.256 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.256337000, lastModified=2022-06-07 13:20:48.255514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.256337000, lastModified=2022-06-07 13:20:48.255514000, delta=823000 ns, racy<=15000 ns
13:20:48.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.259684000, lastModified=2022-06-07 13:20:48.258514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.259684000, lastModified=2022-06-07 13:20:48.258514000, delta=1170000 ns, racy<=15000 ns
13:20:48.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.259879000, lastModified=2022-06-07 13:20:48.258514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.259 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.258514000 to 2022-06-07 13:20:48.259514000
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.260067000, lastModified=2022-06-07 13:20:48.259514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.260067000, lastModified=2022-06-07 13:20:48.259514000, delta=553000 ns, racy<=15000 ns
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.260266000, lastModified=2022-06-07 13:20:48.259514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.260266000, lastModified=2022-06-07 13:20:48.259514000, delta=752000 ns, racy<=15000 ns
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.260457000, lastModified=2022-06-07 13:20:48.259514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.260457000, lastModified=2022-06-07 13:20:48.259514000, delta=943000 ns, racy<=15000 ns
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.260644000, lastModified=2022-06-07 13:20:48.259514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.260644000, lastModified=2022-06-07 13:20:48.259514000, delta=1130000 ns, racy<=15000 ns
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.260831000, lastModified=2022-06-07 13:20:48.259514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.260831000, lastModified=2022-06-07 13:20:48.259514000, delta=1317000 ns, racy<=15000 ns
13:20:48.260 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.261031000, lastModified=2022-06-07 13:20:48.260514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.261031000, lastModified=2022-06-07 13:20:48.260514000, delta=517000 ns, racy<=15000 ns
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.261225000, lastModified=2022-06-07 13:20:48.260514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.261225000, lastModified=2022-06-07 13:20:48.260514000, delta=711000 ns, racy<=15000 ns
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.261412000, lastModified=2022-06-07 13:20:48.260514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.261412000, lastModified=2022-06-07 13:20:48.260514000, delta=898000 ns, racy<=15000 ns
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.261597000, lastModified=2022-06-07 13:20:48.260514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.261597000, lastModified=2022-06-07 13:20:48.260514000, delta=1083000 ns, racy<=15000 ns
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.261796000, lastModified=2022-06-07 13:20:48.260514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.261796000, lastModified=2022-06-07 13:20:48.260514000, delta=1282000 ns, racy<=15000 ns
13:20:48.261 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.265092000, lastModified=2022-06-07 13:20:48.261514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.261514000 to 2022-06-07 13:20:48.264514000
13:20:48.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.265333000, lastModified=2022-06-07 13:20:48.264514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.265333000, lastModified=2022-06-07 13:20:48.264514000, delta=819000 ns, racy<=15000 ns
13:20:48.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.265540000, lastModified=2022-06-07 13:20:48.264514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.265540000, lastModified=2022-06-07 13:20:48.264514000, delta=1026000 ns, racy<=15000 ns
13:20:48.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.265774000, lastModified=2022-06-07 13:20:48.264514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.265774000, lastModified=2022-06-07 13:20:48.264514000, delta=1260000 ns, racy<=15000 ns
13:20:48.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.265 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.265987000, lastModified=2022-06-07 13:20:48.265514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.265987000, lastModified=2022-06-07 13:20:48.265514000, delta=473000 ns, racy<=15000 ns
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.266211000, lastModified=2022-06-07 13:20:48.265514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.266211000, lastModified=2022-06-07 13:20:48.265514000, delta=697000 ns, racy<=15000 ns
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.266407000, lastModified=2022-06-07 13:20:48.265514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.266407000, lastModified=2022-06-07 13:20:48.265514000, delta=893000 ns, racy<=15000 ns
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.266632000, lastModified=2022-06-07 13:20:48.265514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.266632000, lastModified=2022-06-07 13:20:48.265514000, delta=1118000 ns, racy<=15000 ns
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.266819000, lastModified=2022-06-07 13:20:48.265514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.266819000, lastModified=2022-06-07 13:20:48.265514000, delta=1305000 ns, racy<=15000 ns
13:20:48.266 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.267056000, lastModified=2022-06-07 13:20:48.266514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.267056000, lastModified=2022-06-07 13:20:48.266514000, delta=542000 ns, racy<=15000 ns
13:20:48.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.267279000, lastModified=2022-06-07 13:20:48.266514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.267279000, lastModified=2022-06-07 13:20:48.266514000, delta=765000 ns, racy<=15000 ns
13:20:48.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.267482000, lastModified=2022-06-07 13:20:48.266514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.267482000, lastModified=2022-06-07 13:20:48.266514000, delta=968000 ns, racy<=15000 ns
13:20:48.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.267 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.267692000, lastModified=2022-06-07 13:20:48.266514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.267692000, lastModified=2022-06-07 13:20:48.266514000, delta=1178000 ns, racy<=15000 ns
13:20:48.270 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.270991000, lastModified=2022-06-07 13:20:48.270514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.270991000, lastModified=2022-06-07 13:20:48.270514000, delta=477000 ns, racy<=15000 ns
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.271198000, lastModified=2022-06-07 13:20:48.270514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.271198000, lastModified=2022-06-07 13:20:48.270514000, delta=684000 ns, racy<=15000 ns
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.271389000, lastModified=2022-06-07 13:20:48.270514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.271389000, lastModified=2022-06-07 13:20:48.270514000, delta=875000 ns, racy<=15000 ns
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.271578000, lastModified=2022-06-07 13:20:48.270514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.271578000, lastModified=2022-06-07 13:20:48.270514000, delta=1064000 ns, racy<=15000 ns
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.271767000, lastModified=2022-06-07 13:20:48.270514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.271767000, lastModified=2022-06-07 13:20:48.270514000, delta=1253000 ns, racy<=15000 ns
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.271 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.271964000, lastModified=2022-06-07 13:20:48.270514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.270514000 to 2022-06-07 13:20:48.271514000
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.272159000, lastModified=2022-06-07 13:20:48.271514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.272159000, lastModified=2022-06-07 13:20:48.271514000, delta=645000 ns, racy<=15000 ns
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.272352000, lastModified=2022-06-07 13:20:48.271514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.272352000, lastModified=2022-06-07 13:20:48.271514000, delta=838000 ns, racy<=15000 ns
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.272539000, lastModified=2022-06-07 13:20:48.271514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.272539000, lastModified=2022-06-07 13:20:48.271514000, delta=1025000 ns, racy<=15000 ns
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.272727000, lastModified=2022-06-07 13:20:48.271514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.272727000, lastModified=2022-06-07 13:20:48.271514000, delta=1213000 ns, racy<=15000 ns
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.272 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.272916000, lastModified=2022-06-07 13:20:48.271514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.271514000 to 2022-06-07 13:20:48.272514000
13:20:48.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.273107000, lastModified=2022-06-07 13:20:48.272514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.273107000, lastModified=2022-06-07 13:20:48.272514000, delta=593000 ns, racy<=15000 ns
13:20:48.273 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.277339000, lastModified=2022-06-07 13:20:48.272514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.272514000 to 2022-06-07 13:20:48.276514000
13:20:48.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.277540000, lastModified=2022-06-07 13:20:48.276514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.277540000, lastModified=2022-06-07 13:20:48.276514000, delta=1026000 ns, racy<=15000 ns
13:20:48.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.277745000, lastModified=2022-06-07 13:20:48.276514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.277745000, lastModified=2022-06-07 13:20:48.276514000, delta=1231000 ns, racy<=15000 ns
13:20:48.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.277 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.277936000, lastModified=2022-06-07 13:20:48.276514000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.276514000 to 2022-06-07 13:20:48.277515000
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.278132000, lastModified=2022-06-07 13:20:48.277515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.278132000, lastModified=2022-06-07 13:20:48.277515000, delta=617000 ns, racy<=15000 ns
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.278322000, lastModified=2022-06-07 13:20:48.277515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.278322000, lastModified=2022-06-07 13:20:48.277515000, delta=807000 ns, racy<=15000 ns
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.278507000, lastModified=2022-06-07 13:20:48.277515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.278507000, lastModified=2022-06-07 13:20:48.277515000, delta=992000 ns, racy<=15000 ns
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.278691000, lastModified=2022-06-07 13:20:48.277515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.278691000, lastModified=2022-06-07 13:20:48.277515000, delta=1176000 ns, racy<=15000 ns
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.278 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.278875000, lastModified=2022-06-07 13:20:48.277515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.277515000 to 2022-06-07 13:20:48.278515000
13:20:48.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.279081000, lastModified=2022-06-07 13:20:48.278515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.279081000, lastModified=2022-06-07 13:20:48.278515000, delta=566000 ns, racy<=15000 ns
13:20:48.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.279273000, lastModified=2022-06-07 13:20:48.278515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.279273000, lastModified=2022-06-07 13:20:48.278515000, delta=758000 ns, racy<=15000 ns
13:20:48.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.279456000, lastModified=2022-06-07 13:20:48.278515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.279456000, lastModified=2022-06-07 13:20:48.278515000, delta=941000 ns, racy<=15000 ns
13:20:48.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.279 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.279647000, lastModified=2022-06-07 13:20:48.278515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.279647000, lastModified=2022-06-07 13:20:48.278515000, delta=1132000 ns, racy<=15000 ns
13:20:48.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.283 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.283912000, lastModified=2022-06-07 13:20:48.282515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.282515000 to 2022-06-07 13:20:48.283515000
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.284108000, lastModified=2022-06-07 13:20:48.283515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.284108000, lastModified=2022-06-07 13:20:48.283515000, delta=593000 ns, racy<=15000 ns
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.284303000, lastModified=2022-06-07 13:20:48.283515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.284303000, lastModified=2022-06-07 13:20:48.283515000, delta=788000 ns, racy<=15000 ns
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.284488000, lastModified=2022-06-07 13:20:48.283515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.284488000, lastModified=2022-06-07 13:20:48.283515000, delta=973000 ns, racy<=15000 ns
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.284674000, lastModified=2022-06-07 13:20:48.283515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.284674000, lastModified=2022-06-07 13:20:48.283515000, delta=1159000 ns, racy<=15000 ns
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.284861000, lastModified=2022-06-07 13:20:48.283515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.284861000, lastModified=2022-06-07 13:20:48.283515000, delta=1346000 ns, racy<=15000 ns
13:20:48.284 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.285059000, lastModified=2022-06-07 13:20:48.284515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.285059000, lastModified=2022-06-07 13:20:48.284515000, delta=544000 ns, racy<=15000 ns
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.285267000, lastModified=2022-06-07 13:20:48.284515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.285267000, lastModified=2022-06-07 13:20:48.284515000, delta=752000 ns, racy<=15000 ns
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.285450000, lastModified=2022-06-07 13:20:48.284515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.285450000, lastModified=2022-06-07 13:20:48.284515000, delta=935000 ns, racy<=15000 ns
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.285635000, lastModified=2022-06-07 13:20:48.284515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.285635000, lastModified=2022-06-07 13:20:48.284515000, delta=1120000 ns, racy<=15000 ns
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.285832000, lastModified=2022-06-07 13:20:48.284515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.285832000, lastModified=2022-06-07 13:20:48.284515000, delta=1317000 ns, racy<=15000 ns
13:20:48.285 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.286046000, lastModified=2022-06-07 13:20:48.285515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.286046000, lastModified=2022-06-07 13:20:48.285515000, delta=531000 ns, racy<=15000 ns
13:20:48.286 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.290359000, lastModified=2022-06-07 13:20:48.285515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.285515000 to 2022-06-07 13:20:48.289515000
13:20:48.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.290581000, lastModified=2022-06-07 13:20:48.289515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.290581000, lastModified=2022-06-07 13:20:48.289515000, delta=1066000 ns, racy<=15000 ns
13:20:48.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.290771000, lastModified=2022-06-07 13:20:48.289515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.290771000, lastModified=2022-06-07 13:20:48.289515000, delta=1256000 ns, racy<=15000 ns
13:20:48.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.290 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.290975000, lastModified=2022-06-07 13:20:48.289515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.289515000 to 2022-06-07 13:20:48.290515000
13:20:48.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.291158000, lastModified=2022-06-07 13:20:48.290515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.291158000, lastModified=2022-06-07 13:20:48.290515000, delta=643000 ns, racy<=15000 ns
13:20:48.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.291 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.291352000, lastModified=2022-06-07 13:20:48.290515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.291352000, lastModified=2022-06-07 13:20:48.290515000, delta=837000 ns, racy<=15000 ns
13:20:48.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.312296000, lastModified=2022-06-07 13:20:48.311515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.312296000, lastModified=2022-06-07 13:20:48.311515000, delta=781000 ns, racy<=15000 ns
13:20:48.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.312554000, lastModified=2022-06-07 13:20:48.311515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.312554000, lastModified=2022-06-07 13:20:48.311515000, delta=1039000 ns, racy<=15000 ns
13:20:48.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.312764000, lastModified=2022-06-07 13:20:48.311515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.312764000, lastModified=2022-06-07 13:20:48.311515000, delta=1249000 ns, racy<=15000 ns
13:20:48.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.312 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.312976000, lastModified=2022-06-07 13:20:48.311515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.311515000 to 2022-06-07 13:20:48.312515000
13:20:48.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.313186000, lastModified=2022-06-07 13:20:48.312515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.313186000, lastModified=2022-06-07 13:20:48.312515000, delta=671000 ns, racy<=15000 ns
13:20:48.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.313380000, lastModified=2022-06-07 13:20:48.312515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.313380000, lastModified=2022-06-07 13:20:48.312515000, delta=865000 ns, racy<=15000 ns
13:20:48.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.313 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.313569000, lastModified=2022-06-07 13:20:48.312515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.317 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.313569000, lastModified=2022-06-07 13:20:48.312515000, delta=1054000 ns, racy<=15000 ns
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.318086000, lastModified=2022-06-07 13:20:48.317515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.318086000, lastModified=2022-06-07 13:20:48.317515000, delta=571000 ns, racy<=15000 ns
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.318331000, lastModified=2022-06-07 13:20:48.317515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.318331000, lastModified=2022-06-07 13:20:48.317515000, delta=816000 ns, racy<=15000 ns
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.318548000, lastModified=2022-06-07 13:20:48.317515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.318548000, lastModified=2022-06-07 13:20:48.317515000, delta=1033000 ns, racy<=15000 ns
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.318745000, lastModified=2022-06-07 13:20:48.317515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.318745000, lastModified=2022-06-07 13:20:48.317515000, delta=1230000 ns, racy<=15000 ns
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.318 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.318930000, lastModified=2022-06-07 13:20:48.317515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.317515000 to 2022-06-07 13:20:48.318515000
13:20:48.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.319126000, lastModified=2022-06-07 13:20:48.318515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.319126000, lastModified=2022-06-07 13:20:48.318515000, delta=611000 ns, racy<=15000 ns
13:20:48.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.319311000, lastModified=2022-06-07 13:20:48.318515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.319311000, lastModified=2022-06-07 13:20:48.318515000, delta=796000 ns, racy<=15000 ns
13:20:48.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.319495000, lastModified=2022-06-07 13:20:48.318515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.319495000, lastModified=2022-06-07 13:20:48.318515000, delta=980000 ns, racy<=15000 ns
13:20:48.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.319704000, lastModified=2022-06-07 13:20:48.318515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.319704000, lastModified=2022-06-07 13:20:48.318515000, delta=1189000 ns, racy<=15000 ns
13:20:48.319 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.320074000, lastModified=2022-06-07 13:20:48.319515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.320074000, lastModified=2022-06-07 13:20:48.319515000, delta=559000 ns, racy<=15000 ns
13:20:48.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.320365000, lastModified=2022-06-07 13:20:48.319515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.320365000, lastModified=2022-06-07 13:20:48.319515000, delta=850000 ns, racy<=15000 ns
13:20:48.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.320637000, lastModified=2022-06-07 13:20:48.319515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.320637000, lastModified=2022-06-07 13:20:48.319515000, delta=1122000 ns, racy<=15000 ns
13:20:48.320 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.323660000, lastModified=2022-06-07 13:20:48.319515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.323 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.319515000 to 2022-06-07 13:20:48.322515000
13:20:48.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.324076000, lastModified=2022-06-07 13:20:48.323515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.324076000, lastModified=2022-06-07 13:20:48.323515000, delta=561000 ns, racy<=15000 ns
13:20:48.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.324434000, lastModified=2022-06-07 13:20:48.323515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.324434000, lastModified=2022-06-07 13:20:48.323515000, delta=919000 ns, racy<=15000 ns
13:20:48.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.324705000, lastModified=2022-06-07 13:20:48.323515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.324705000, lastModified=2022-06-07 13:20:48.323515000, delta=1190000 ns, racy<=15000 ns
13:20:48.324 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.325025000, lastModified=2022-06-07 13:20:48.324515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.325025000, lastModified=2022-06-07 13:20:48.324515000, delta=510000 ns, racy<=15000 ns
13:20:48.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.325355000, lastModified=2022-06-07 13:20:48.324515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.325355000, lastModified=2022-06-07 13:20:48.324515000, delta=840000 ns, racy<=15000 ns
13:20:48.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.325704000, lastModified=2022-06-07 13:20:48.324515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.325704000, lastModified=2022-06-07 13:20:48.324515000, delta=1189000 ns, racy<=15000 ns
13:20:48.325 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.326023000, lastModified=2022-06-07 13:20:48.325515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.326023000, lastModified=2022-06-07 13:20:48.325515000, delta=508000 ns, racy<=15000 ns
13:20:48.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.326343000, lastModified=2022-06-07 13:20:48.325515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.326343000, lastModified=2022-06-07 13:20:48.325515000, delta=828000 ns, racy<=15000 ns
13:20:48.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.326663000, lastModified=2022-06-07 13:20:48.325515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.326663000, lastModified=2022-06-07 13:20:48.325515000, delta=1148000 ns, racy<=15000 ns
13:20:48.326 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.326981000, lastModified=2022-06-07 13:20:48.325515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.325515000 to 2022-06-07 13:20:48.326515000
13:20:48.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.327274000, lastModified=2022-06-07 13:20:48.326515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.327274000, lastModified=2022-06-07 13:20:48.326515000, delta=759000 ns, racy<=15000 ns
13:20:48.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.327 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.327585000, lastModified=2022-06-07 13:20:48.326515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.327585000, lastModified=2022-06-07 13:20:48.326515000, delta=1070000 ns, racy<=15000 ns
13:20:48.329 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.330030000, lastModified=2022-06-07 13:20:48.329515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.330030000, lastModified=2022-06-07 13:20:48.329515000, delta=515000 ns, racy<=15000 ns
13:20:48.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.330393000, lastModified=2022-06-07 13:20:48.329515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.330393000, lastModified=2022-06-07 13:20:48.329515000, delta=878000 ns, racy<=15000 ns
13:20:48.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.330721000, lastModified=2022-06-07 13:20:48.329515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.330721000, lastModified=2022-06-07 13:20:48.329515000, delta=1206000 ns, racy<=15000 ns
13:20:48.330 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.331039000, lastModified=2022-06-07 13:20:48.330515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.331039000, lastModified=2022-06-07 13:20:48.330515000, delta=524000 ns, racy<=15000 ns
13:20:48.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.331362000, lastModified=2022-06-07 13:20:48.330515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.331362000, lastModified=2022-06-07 13:20:48.330515000, delta=847000 ns, racy<=15000 ns
13:20:48.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.331667000, lastModified=2022-06-07 13:20:48.330515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.331667000, lastModified=2022-06-07 13:20:48.330515000, delta=1152000 ns, racy<=15000 ns
13:20:48.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.331 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.331938000, lastModified=2022-06-07 13:20:48.330515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.330515000 to 2022-06-07 13:20:48.331515000
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.332160000, lastModified=2022-06-07 13:20:48.331515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.332160000, lastModified=2022-06-07 13:20:48.331515000, delta=645000 ns, racy<=15000 ns
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.332364000, lastModified=2022-06-07 13:20:48.331515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.332364000, lastModified=2022-06-07 13:20:48.331515000, delta=849000 ns, racy<=15000 ns
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.332564000, lastModified=2022-06-07 13:20:48.331515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.332564000, lastModified=2022-06-07 13:20:48.331515000, delta=1049000 ns, racy<=15000 ns
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.332763000, lastModified=2022-06-07 13:20:48.331515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.332763000, lastModified=2022-06-07 13:20:48.331515000, delta=1248000 ns, racy<=15000 ns
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.332 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.332966000, lastModified=2022-06-07 13:20:48.331515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.333 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.331515000 to 2022-06-07 13:20:48.332515000
13:20:48.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.335178000, lastModified=2022-06-07 13:20:48.332515000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.332515000 to 2022-06-07 13:20:48.334516000
13:20:48.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.335386000, lastModified=2022-06-07 13:20:48.334516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.335386000, lastModified=2022-06-07 13:20:48.334516000, delta=870000 ns, racy<=15000 ns
13:20:48.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.335586000, lastModified=2022-06-07 13:20:48.334516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.335586000, lastModified=2022-06-07 13:20:48.334516000, delta=1070000 ns, racy<=15000 ns
13:20:48.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.335784000, lastModified=2022-06-07 13:20:48.334516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.335784000, lastModified=2022-06-07 13:20:48.334516000, delta=1268000 ns, racy<=15000 ns
13:20:48.335 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.335999000, lastModified=2022-06-07 13:20:48.335516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.335999000, lastModified=2022-06-07 13:20:48.335516000, delta=483000 ns, racy<=15000 ns
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.336209000, lastModified=2022-06-07 13:20:48.335516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.336209000, lastModified=2022-06-07 13:20:48.335516000, delta=693000 ns, racy<=15000 ns
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.336408000, lastModified=2022-06-07 13:20:48.335516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.336408000, lastModified=2022-06-07 13:20:48.335516000, delta=892000 ns, racy<=15000 ns
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.336631000, lastModified=2022-06-07 13:20:48.335516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.336631000, lastModified=2022-06-07 13:20:48.335516000, delta=1115000 ns, racy<=15000 ns
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.336830000, lastModified=2022-06-07 13:20:48.335516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.336 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.336830000, lastModified=2022-06-07 13:20:48.335516000, delta=1314000 ns, racy<=15000 ns
13:20:48.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.337087000, lastModified=2022-06-07 13:20:48.336516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.337087000, lastModified=2022-06-07 13:20:48.336516000, delta=571000 ns, racy<=15000 ns
13:20:48.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.337287000, lastModified=2022-06-07 13:20:48.336516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.337287000, lastModified=2022-06-07 13:20:48.336516000, delta=771000 ns, racy<=15000 ns
13:20:48.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.337484000, lastModified=2022-06-07 13:20:48.336516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.337484000, lastModified=2022-06-07 13:20:48.336516000, delta=968000 ns, racy<=15000 ns
13:20:48.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.337 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.337695000, lastModified=2022-06-07 13:20:48.336516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.337695000, lastModified=2022-06-07 13:20:48.336516000, delta=1179000 ns, racy<=15000 ns
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.340101000, lastModified=2022-06-07 13:20:48.339516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.340101000, lastModified=2022-06-07 13:20:48.339516000, delta=585000 ns, racy<=15000 ns
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.340287000, lastModified=2022-06-07 13:20:48.339516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.340287000, lastModified=2022-06-07 13:20:48.339516000, delta=771000 ns, racy<=15000 ns
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.340469000, lastModified=2022-06-07 13:20:48.339516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.340469000, lastModified=2022-06-07 13:20:48.339516000, delta=953000 ns, racy<=15000 ns
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.340655000, lastModified=2022-06-07 13:20:48.339516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.340655000, lastModified=2022-06-07 13:20:48.339516000, delta=1139000 ns, racy<=15000 ns
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.340835000, lastModified=2022-06-07 13:20:48.339516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.340835000, lastModified=2022-06-07 13:20:48.339516000, delta=1319000 ns, racy<=15000 ns
13:20:48.340 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.341027000, lastModified=2022-06-07 13:20:48.340516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.341027000, lastModified=2022-06-07 13:20:48.340516000, delta=511000 ns, racy<=15000 ns
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.341217000, lastModified=2022-06-07 13:20:48.340516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.341217000, lastModified=2022-06-07 13:20:48.340516000, delta=701000 ns, racy<=15000 ns
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.341401000, lastModified=2022-06-07 13:20:48.340516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.341401000, lastModified=2022-06-07 13:20:48.340516000, delta=885000 ns, racy<=15000 ns
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.341582000, lastModified=2022-06-07 13:20:48.340516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.341582000, lastModified=2022-06-07 13:20:48.340516000, delta=1066000 ns, racy<=15000 ns
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.341774000, lastModified=2022-06-07 13:20:48.340516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.341774000, lastModified=2022-06-07 13:20:48.340516000, delta=1258000 ns, racy<=15000 ns
13:20:48.341 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.342 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.341990000, lastModified=2022-06-07 13:20:48.341516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.342 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.341990000, lastModified=2022-06-07 13:20:48.341516000, delta=474000 ns, racy<=15000 ns
13:20:48.342 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.342 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.342187000, lastModified=2022-06-07 13:20:48.341516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.342 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.342187000, lastModified=2022-06-07 13:20:48.341516000, delta=671000 ns, racy<=15000 ns
13:20:48.342 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.344558000, lastModified=2022-06-07 13:20:48.341516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.341516000 to 2022-06-07 13:20:48.343516000
13:20:48.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.344776000, lastModified=2022-06-07 13:20:48.343516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.344776000, lastModified=2022-06-07 13:20:48.343516000, delta=1260000 ns, racy<=15000 ns
13:20:48.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.344 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.344972000, lastModified=2022-06-07 13:20:48.343516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.343516000 to 2022-06-07 13:20:48.344516000
13:20:48.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.345177000, lastModified=2022-06-07 13:20:48.344516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.345177000, lastModified=2022-06-07 13:20:48.344516000, delta=661000 ns, racy<=15000 ns
13:20:48.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.345380000, lastModified=2022-06-07 13:20:48.344516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.345380000, lastModified=2022-06-07 13:20:48.344516000, delta=864000 ns, racy<=15000 ns
13:20:48.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.345579000, lastModified=2022-06-07 13:20:48.344516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.345579000, lastModified=2022-06-07 13:20:48.344516000, delta=1063000 ns, racy<=15000 ns
13:20:48.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.345772000, lastModified=2022-06-07 13:20:48.344516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.345772000, lastModified=2022-06-07 13:20:48.344516000, delta=1256000 ns, racy<=15000 ns
13:20:48.345 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.346016000, lastModified=2022-06-07 13:20:48.345516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.346016000, lastModified=2022-06-07 13:20:48.345516000, delta=500000 ns, racy<=15000 ns
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.346245000, lastModified=2022-06-07 13:20:48.345516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.346245000, lastModified=2022-06-07 13:20:48.345516000, delta=729000 ns, racy<=15000 ns
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.346443000, lastModified=2022-06-07 13:20:48.345516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.346443000, lastModified=2022-06-07 13:20:48.345516000, delta=927000 ns, racy<=15000 ns
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.346649000, lastModified=2022-06-07 13:20:48.345516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.346649000, lastModified=2022-06-07 13:20:48.345516000, delta=1133000 ns, racy<=15000 ns
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.346844000, lastModified=2022-06-07 13:20:48.345516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.346844000, lastModified=2022-06-07 13:20:48.345516000, delta=1328000 ns, racy<=15000 ns
13:20:48.346 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.347 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.347057000, lastModified=2022-06-07 13:20:48.346516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.347057000, lastModified=2022-06-07 13:20:48.346516000, delta=541000 ns, racy<=15000 ns
13:20:48.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.350613000, lastModified=2022-06-07 13:20:48.349516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.350613000, lastModified=2022-06-07 13:20:48.349516000, delta=1097000 ns, racy<=15000 ns
13:20:48.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.350802000, lastModified=2022-06-07 13:20:48.349516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.350802000, lastModified=2022-06-07 13:20:48.349516000, delta=1286000 ns, racy<=15000 ns
13:20:48.350 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.351016000, lastModified=2022-06-07 13:20:48.350516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.351016000, lastModified=2022-06-07 13:20:48.350516000, delta=500000 ns, racy<=15000 ns
13:20:48.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.351330000, lastModified=2022-06-07 13:20:48.350516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.351330000, lastModified=2022-06-07 13:20:48.350516000, delta=814000 ns, racy<=15000 ns
13:20:48.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.351539000, lastModified=2022-06-07 13:20:48.350516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.351539000, lastModified=2022-06-07 13:20:48.350516000, delta=1023000 ns, racy<=15000 ns
13:20:48.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.351741000, lastModified=2022-06-07 13:20:48.350516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.351741000, lastModified=2022-06-07 13:20:48.350516000, delta=1225000 ns, racy<=15000 ns
13:20:48.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.351 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.351954000, lastModified=2022-06-07 13:20:48.350516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.350516000 to 2022-06-07 13:20:48.351516000
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.352156000, lastModified=2022-06-07 13:20:48.351516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.352156000, lastModified=2022-06-07 13:20:48.351516000, delta=640000 ns, racy<=15000 ns
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.352351000, lastModified=2022-06-07 13:20:48.351516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.352351000, lastModified=2022-06-07 13:20:48.351516000, delta=835000 ns, racy<=15000 ns
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.352545000, lastModified=2022-06-07 13:20:48.351516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.352545000, lastModified=2022-06-07 13:20:48.351516000, delta=1029000 ns, racy<=15000 ns
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.352741000, lastModified=2022-06-07 13:20:48.351516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.352741000, lastModified=2022-06-07 13:20:48.351516000, delta=1225000 ns, racy<=15000 ns
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.352 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.352935000, lastModified=2022-06-07 13:20:48.351516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.353 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.351516000 to 2022-06-07 13:20:48.352516000
13:20:48.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.356436000, lastModified=2022-06-07 13:20:48.352516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.352516000 to 2022-06-07 13:20:48.355516000
13:20:48.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.356636000, lastModified=2022-06-07 13:20:48.355516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.356636000, lastModified=2022-06-07 13:20:48.355516000, delta=1120000 ns, racy<=15000 ns
13:20:48.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.356822000, lastModified=2022-06-07 13:20:48.355516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.356822000, lastModified=2022-06-07 13:20:48.355516000, delta=1306000 ns, racy<=15000 ns
13:20:48.356 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.357016000, lastModified=2022-06-07 13:20:48.356516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.357016000, lastModified=2022-06-07 13:20:48.356516000, delta=500000 ns, racy<=15000 ns
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.357208000, lastModified=2022-06-07 13:20:48.356516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.357208000, lastModified=2022-06-07 13:20:48.356516000, delta=692000 ns, racy<=15000 ns
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.357390000, lastModified=2022-06-07 13:20:48.356516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.357390000, lastModified=2022-06-07 13:20:48.356516000, delta=874000 ns, racy<=15000 ns
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.357577000, lastModified=2022-06-07 13:20:48.356516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.357577000, lastModified=2022-06-07 13:20:48.356516000, delta=1061000 ns, racy<=15000 ns
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.357759000, lastModified=2022-06-07 13:20:48.356516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.357759000, lastModified=2022-06-07 13:20:48.356516000, delta=1243000 ns, racy<=15000 ns
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.357 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.357959000, lastModified=2022-06-07 13:20:48.356516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.356516000 to 2022-06-07 13:20:48.357516000
13:20:48.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.358217000, lastModified=2022-06-07 13:20:48.357516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.358217000, lastModified=2022-06-07 13:20:48.357516000, delta=701000 ns, racy<=15000 ns
13:20:48.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.358421000, lastModified=2022-06-07 13:20:48.357516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.358421000, lastModified=2022-06-07 13:20:48.357516000, delta=905000 ns, racy<=15000 ns
13:20:48.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.358608000, lastModified=2022-06-07 13:20:48.357516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.358608000, lastModified=2022-06-07 13:20:48.357516000, delta=1092000 ns, racy<=15000 ns
13:20:48.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.358 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.358792000, lastModified=2022-06-07 13:20:48.357516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.358792000, lastModified=2022-06-07 13:20:48.357516000, delta=1276000 ns, racy<=15000 ns
13:20:48.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.362309000, lastModified=2022-06-07 13:20:48.361516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.362309000, lastModified=2022-06-07 13:20:48.361516000, delta=793000 ns, racy<=15000 ns
13:20:48.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.362550000, lastModified=2022-06-07 13:20:48.361516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.362550000, lastModified=2022-06-07 13:20:48.361516000, delta=1034000 ns, racy<=15000 ns
13:20:48.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.362746000, lastModified=2022-06-07 13:20:48.361516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.362746000, lastModified=2022-06-07 13:20:48.361516000, delta=1230000 ns, racy<=15000 ns
13:20:48.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.362 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.362978000, lastModified=2022-06-07 13:20:48.361516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.361516000 to 2022-06-07 13:20:48.362516000
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.363174000, lastModified=2022-06-07 13:20:48.362516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.363174000, lastModified=2022-06-07 13:20:48.362516000, delta=658000 ns, racy<=15000 ns
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.363373000, lastModified=2022-06-07 13:20:48.362516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.363373000, lastModified=2022-06-07 13:20:48.362516000, delta=857000 ns, racy<=15000 ns
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.363557000, lastModified=2022-06-07 13:20:48.362516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.363557000, lastModified=2022-06-07 13:20:48.362516000, delta=1041000 ns, racy<=15000 ns
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.363739000, lastModified=2022-06-07 13:20:48.362516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.363739000, lastModified=2022-06-07 13:20:48.362516000, delta=1223000 ns, racy<=15000 ns
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.363 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.363921000, lastModified=2022-06-07 13:20:48.362516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.362516000 to 2022-06-07 13:20:48.363516000
13:20:48.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.364113000, lastModified=2022-06-07 13:20:48.363516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.364113000, lastModified=2022-06-07 13:20:48.363516000, delta=597000 ns, racy<=15000 ns
13:20:48.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.364301000, lastModified=2022-06-07 13:20:48.363516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.364301000, lastModified=2022-06-07 13:20:48.363516000, delta=785000 ns, racy<=15000 ns
13:20:48.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.364486000, lastModified=2022-06-07 13:20:48.363516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.364486000, lastModified=2022-06-07 13:20:48.363516000, delta=970000 ns, racy<=15000 ns
13:20:48.364 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.368024000, lastModified=2022-06-07 13:20:48.363516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.363516000 to 2022-06-07 13:20:48.367516000
13:20:48.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.368295000, lastModified=2022-06-07 13:20:48.367516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.368295000, lastModified=2022-06-07 13:20:48.367516000, delta=779000 ns, racy<=15000 ns
13:20:48.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.368483000, lastModified=2022-06-07 13:20:48.367516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.368483000, lastModified=2022-06-07 13:20:48.367516000, delta=967000 ns, racy<=15000 ns
13:20:48.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.368670000, lastModified=2022-06-07 13:20:48.367516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.368670000, lastModified=2022-06-07 13:20:48.367516000, delta=1154000 ns, racy<=15000 ns
13:20:48.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.368868000, lastModified=2022-06-07 13:20:48.367516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.368 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.368868000, lastModified=2022-06-07 13:20:48.367516000, delta=1352000 ns, racy<=15000 ns
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.369077000, lastModified=2022-06-07 13:20:48.368516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.369077000, lastModified=2022-06-07 13:20:48.368516000, delta=561000 ns, racy<=15000 ns
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.369266000, lastModified=2022-06-07 13:20:48.368516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.369266000, lastModified=2022-06-07 13:20:48.368516000, delta=750000 ns, racy<=15000 ns
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.369448000, lastModified=2022-06-07 13:20:48.368516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.369448000, lastModified=2022-06-07 13:20:48.368516000, delta=932000 ns, racy<=15000 ns
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.369632000, lastModified=2022-06-07 13:20:48.368516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.369632000, lastModified=2022-06-07 13:20:48.368516000, delta=1116000 ns, racy<=15000 ns
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.369813000, lastModified=2022-06-07 13:20:48.368516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.369813000, lastModified=2022-06-07 13:20:48.368516000, delta=1297000 ns, racy<=15000 ns
13:20:48.369 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.370006000, lastModified=2022-06-07 13:20:48.369516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.370006000, lastModified=2022-06-07 13:20:48.369516000, delta=490000 ns, racy<=15000 ns
13:20:48.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.370207000, lastModified=2022-06-07 13:20:48.369516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.370207000, lastModified=2022-06-07 13:20:48.369516000, delta=691000 ns, racy<=15000 ns
13:20:48.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.370 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.370392000, lastModified=2022-06-07 13:20:48.369516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.370392000, lastModified=2022-06-07 13:20:48.369516000, delta=876000 ns, racy<=15000 ns
13:20:48.374 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.375005000, lastModified=2022-06-07 13:20:48.374516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.375005000, lastModified=2022-06-07 13:20:48.374516000, delta=489000 ns, racy<=15000 ns
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.375227000, lastModified=2022-06-07 13:20:48.374516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.375227000, lastModified=2022-06-07 13:20:48.374516000, delta=711000 ns, racy<=15000 ns
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.375415000, lastModified=2022-06-07 13:20:48.374516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.375415000, lastModified=2022-06-07 13:20:48.374516000, delta=899000 ns, racy<=15000 ns
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.375604000, lastModified=2022-06-07 13:20:48.374516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.375604000, lastModified=2022-06-07 13:20:48.374516000, delta=1088000 ns, racy<=15000 ns
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.375795000, lastModified=2022-06-07 13:20:48.374516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.375795000, lastModified=2022-06-07 13:20:48.374516000, delta=1279000 ns, racy<=15000 ns
13:20:48.375 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.375994000, lastModified=2022-06-07 13:20:48.375516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.375994000, lastModified=2022-06-07 13:20:48.375516000, delta=478000 ns, racy<=15000 ns
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.376239000, lastModified=2022-06-07 13:20:48.375516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.376239000, lastModified=2022-06-07 13:20:48.375516000, delta=723000 ns, racy<=15000 ns
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.376419000, lastModified=2022-06-07 13:20:48.375516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.376419000, lastModified=2022-06-07 13:20:48.375516000, delta=903000 ns, racy<=15000 ns
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.376601000, lastModified=2022-06-07 13:20:48.375516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.376601000, lastModified=2022-06-07 13:20:48.375516000, delta=1085000 ns, racy<=15000 ns
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.376780000, lastModified=2022-06-07 13:20:48.375516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.376780000, lastModified=2022-06-07 13:20:48.375516000, delta=1264000 ns, racy<=15000 ns
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.376 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.376972000, lastModified=2022-06-07 13:20:48.375516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.375516000 to 2022-06-07 13:20:48.376516000
13:20:48.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.377218000, lastModified=2022-06-07 13:20:48.376516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.377218000, lastModified=2022-06-07 13:20:48.376516000, delta=702000 ns, racy<=15000 ns
13:20:48.377 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.381607000, lastModified=2022-06-07 13:20:48.376516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.376516000 to 2022-06-07 13:20:48.380516000
13:20:48.381 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.381884000, lastModified=2022-06-07 13:20:48.380516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.380516000 to 2022-06-07 13:20:48.381516000
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.382169000, lastModified=2022-06-07 13:20:48.381516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.382169000, lastModified=2022-06-07 13:20:48.381516000, delta=653000 ns, racy<=15000 ns
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.382368000, lastModified=2022-06-07 13:20:48.381516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.382368000, lastModified=2022-06-07 13:20:48.381516000, delta=852000 ns, racy<=15000 ns
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.382555000, lastModified=2022-06-07 13:20:48.381516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.382555000, lastModified=2022-06-07 13:20:48.381516000, delta=1039000 ns, racy<=15000 ns
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.382742000, lastModified=2022-06-07 13:20:48.381516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.382742000, lastModified=2022-06-07 13:20:48.381516000, delta=1226000 ns, racy<=15000 ns
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.382 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.382930000, lastModified=2022-06-07 13:20:48.381516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.381516000 to 2022-06-07 13:20:48.382516000
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.383129000, lastModified=2022-06-07 13:20:48.382516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.383129000, lastModified=2022-06-07 13:20:48.382516000, delta=613000 ns, racy<=15000 ns
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.383315000, lastModified=2022-06-07 13:20:48.382516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.383315000, lastModified=2022-06-07 13:20:48.382516000, delta=799000 ns, racy<=15000 ns
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.383496000, lastModified=2022-06-07 13:20:48.382516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.383496000, lastModified=2022-06-07 13:20:48.382516000, delta=980000 ns, racy<=15000 ns
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.383677000, lastModified=2022-06-07 13:20:48.382516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.383677000, lastModified=2022-06-07 13:20:48.382516000, delta=1161000 ns, racy<=15000 ns
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.383862000, lastModified=2022-06-07 13:20:48.382516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.383862000, lastModified=2022-06-07 13:20:48.382516000, delta=1346000 ns, racy<=15000 ns
13:20:48.383 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.384 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.384057000, lastModified=2022-06-07 13:20:48.383516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.384057000, lastModified=2022-06-07 13:20:48.383516000, delta=541000 ns, racy<=15000 ns
13:20:48.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.388511000, lastModified=2022-06-07 13:20:48.387516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.388511000, lastModified=2022-06-07 13:20:48.387516000, delta=995000 ns, racy<=15000 ns
13:20:48.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.388707000, lastModified=2022-06-07 13:20:48.387516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.388707000, lastModified=2022-06-07 13:20:48.387516000, delta=1191000 ns, racy<=15000 ns
13:20:48.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.388 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.388894000, lastModified=2022-06-07 13:20:48.387516000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.387516000 to 2022-06-07 13:20:48.388517000
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.389106000, lastModified=2022-06-07 13:20:48.388517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.389106000, lastModified=2022-06-07 13:20:48.388517000, delta=589000 ns, racy<=15000 ns
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.389301000, lastModified=2022-06-07 13:20:48.388517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.389301000, lastModified=2022-06-07 13:20:48.388517000, delta=784000 ns, racy<=15000 ns
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.389488000, lastModified=2022-06-07 13:20:48.388517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.389488000, lastModified=2022-06-07 13:20:48.388517000, delta=971000 ns, racy<=15000 ns
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.389672000, lastModified=2022-06-07 13:20:48.388517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.389672000, lastModified=2022-06-07 13:20:48.388517000, delta=1155000 ns, racy<=15000 ns
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.389855000, lastModified=2022-06-07 13:20:48.388517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.389855000, lastModified=2022-06-07 13:20:48.388517000, delta=1338000 ns, racy<=15000 ns
13:20:48.389 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.390048000, lastModified=2022-06-07 13:20:48.389517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.390048000, lastModified=2022-06-07 13:20:48.389517000, delta=531000 ns, racy<=15000 ns
13:20:48.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.390237000, lastModified=2022-06-07 13:20:48.389517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.390237000, lastModified=2022-06-07 13:20:48.389517000, delta=720000 ns, racy<=15000 ns
13:20:48.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.390419000, lastModified=2022-06-07 13:20:48.389517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.390419000, lastModified=2022-06-07 13:20:48.389517000, delta=902000 ns, racy<=15000 ns
13:20:48.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.390628000, lastModified=2022-06-07 13:20:48.389517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.390628000, lastModified=2022-06-07 13:20:48.389517000, delta=1111000 ns, racy<=15000 ns
13:20:48.390 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.395206000, lastModified=2022-06-07 13:20:48.389517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.389517000 to 2022-06-07 13:20:48.394517000
13:20:48.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.395526000, lastModified=2022-06-07 13:20:48.394517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.395526000, lastModified=2022-06-07 13:20:48.394517000, delta=1009000 ns, racy<=15000 ns
13:20:48.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.395734000, lastModified=2022-06-07 13:20:48.394517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.395734000, lastModified=2022-06-07 13:20:48.394517000, delta=1217000 ns, racy<=15000 ns
13:20:48.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.395 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.395919000, lastModified=2022-06-07 13:20:48.394517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.394517000 to 2022-06-07 13:20:48.395517000
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.396108000, lastModified=2022-06-07 13:20:48.395517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.396108000, lastModified=2022-06-07 13:20:48.395517000, delta=591000 ns, racy<=15000 ns
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.396292000, lastModified=2022-06-07 13:20:48.395517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.396292000, lastModified=2022-06-07 13:20:48.395517000, delta=775000 ns, racy<=15000 ns
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.396475000, lastModified=2022-06-07 13:20:48.395517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.396475000, lastModified=2022-06-07 13:20:48.395517000, delta=958000 ns, racy<=15000 ns
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.396654000, lastModified=2022-06-07 13:20:48.395517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.396654000, lastModified=2022-06-07 13:20:48.395517000, delta=1137000 ns, racy<=15000 ns
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.396833000, lastModified=2022-06-07 13:20:48.395517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.396833000, lastModified=2022-06-07 13:20:48.395517000, delta=1316000 ns, racy<=15000 ns
13:20:48.396 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.397039000, lastModified=2022-06-07 13:20:48.396517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.397039000, lastModified=2022-06-07 13:20:48.396517000, delta=522000 ns, racy<=15000 ns
13:20:48.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.397242000, lastModified=2022-06-07 13:20:48.396517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.397242000, lastModified=2022-06-07 13:20:48.396517000, delta=725000 ns, racy<=15000 ns
13:20:48.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.397427000, lastModified=2022-06-07 13:20:48.396517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.397427000, lastModified=2022-06-07 13:20:48.396517000, delta=910000 ns, racy<=15000 ns
13:20:48.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.397 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.397607000, lastModified=2022-06-07 13:20:48.396517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.397607000, lastModified=2022-06-07 13:20:48.396517000, delta=1090000 ns, racy<=15000 ns
13:20:48.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.404610000, lastModified=2022-06-07 13:20:48.403517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.404610000, lastModified=2022-06-07 13:20:48.403517000, delta=1093000 ns, racy<=15000 ns
13:20:48.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.404796000, lastModified=2022-06-07 13:20:48.403517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.404796000, lastModified=2022-06-07 13:20:48.403517000, delta=1279000 ns, racy<=15000 ns
13:20:48.404 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.405042000, lastModified=2022-06-07 13:20:48.404517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.405042000, lastModified=2022-06-07 13:20:48.404517000, delta=525000 ns, racy<=15000 ns
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.405240000, lastModified=2022-06-07 13:20:48.404517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.405240000, lastModified=2022-06-07 13:20:48.404517000, delta=723000 ns, racy<=15000 ns
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.405425000, lastModified=2022-06-07 13:20:48.404517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.405425000, lastModified=2022-06-07 13:20:48.404517000, delta=908000 ns, racy<=15000 ns
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.405608000, lastModified=2022-06-07 13:20:48.404517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.405608000, lastModified=2022-06-07 13:20:48.404517000, delta=1091000 ns, racy<=15000 ns
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.405793000, lastModified=2022-06-07 13:20:48.404517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.405793000, lastModified=2022-06-07 13:20:48.404517000, delta=1276000 ns, racy<=15000 ns
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.405 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.405989000, lastModified=2022-06-07 13:20:48.405517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.405989000, lastModified=2022-06-07 13:20:48.405517000, delta=472000 ns, racy<=15000 ns
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.406189000, lastModified=2022-06-07 13:20:48.405517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.406189000, lastModified=2022-06-07 13:20:48.405517000, delta=672000 ns, racy<=15000 ns
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.406373000, lastModified=2022-06-07 13:20:48.405517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.406373000, lastModified=2022-06-07 13:20:48.405517000, delta=856000 ns, racy<=15000 ns
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.406571000, lastModified=2022-06-07 13:20:48.405517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.406571000, lastModified=2022-06-07 13:20:48.405517000, delta=1054000 ns, racy<=15000 ns
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.406751000, lastModified=2022-06-07 13:20:48.405517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.406751000, lastModified=2022-06-07 13:20:48.405517000, delta=1234000 ns, racy<=15000 ns
13:20:48.406 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.409006000, lastModified=2022-06-07 13:20:48.405517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.405517000 to 2022-06-07 13:20:48.408517000
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.409200000, lastModified=2022-06-07 13:20:48.408517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.409200000, lastModified=2022-06-07 13:20:48.408517000, delta=683000 ns, racy<=15000 ns
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.409383000, lastModified=2022-06-07 13:20:48.408517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.409383000, lastModified=2022-06-07 13:20:48.408517000, delta=866000 ns, racy<=15000 ns
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.409573000, lastModified=2022-06-07 13:20:48.408517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.409573000, lastModified=2022-06-07 13:20:48.408517000, delta=1056000 ns, racy<=15000 ns
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.409754000, lastModified=2022-06-07 13:20:48.408517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.409754000, lastModified=2022-06-07 13:20:48.408517000, delta=1237000 ns, racy<=15000 ns
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.409 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.409936000, lastModified=2022-06-07 13:20:48.408517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.408517000 to 2022-06-07 13:20:48.409517000
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.410126000, lastModified=2022-06-07 13:20:48.409517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.410126000, lastModified=2022-06-07 13:20:48.409517000, delta=609000 ns, racy<=15000 ns
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.410308000, lastModified=2022-06-07 13:20:48.409517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.410308000, lastModified=2022-06-07 13:20:48.409517000, delta=791000 ns, racy<=15000 ns
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.410488000, lastModified=2022-06-07 13:20:48.409517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.410488000, lastModified=2022-06-07 13:20:48.409517000, delta=971000 ns, racy<=15000 ns
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.410666000, lastModified=2022-06-07 13:20:48.409517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.410666000, lastModified=2022-06-07 13:20:48.409517000, delta=1149000 ns, racy<=15000 ns
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.410848000, lastModified=2022-06-07 13:20:48.409517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.410848000, lastModified=2022-06-07 13:20:48.409517000, delta=1331000 ns, racy<=15000 ns
13:20:48.410 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.411041000, lastModified=2022-06-07 13:20:48.410517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.411041000, lastModified=2022-06-07 13:20:48.410517000, delta=524000 ns, racy<=15000 ns
13:20:48.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.411 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.411232000, lastModified=2022-06-07 13:20:48.410517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.411232000, lastModified=2022-06-07 13:20:48.410517000, delta=715000 ns, racy<=15000 ns
13:20:48.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.413760000, lastModified=2022-06-07 13:20:48.412517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.413760000, lastModified=2022-06-07 13:20:48.412517000, delta=1243000 ns, racy<=15000 ns
13:20:48.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.413 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.413962000, lastModified=2022-06-07 13:20:48.412517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.412517000 to 2022-06-07 13:20:48.413517000
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.414155000, lastModified=2022-06-07 13:20:48.413517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.414155000, lastModified=2022-06-07 13:20:48.413517000, delta=638000 ns, racy<=15000 ns
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.414341000, lastModified=2022-06-07 13:20:48.413517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.414341000, lastModified=2022-06-07 13:20:48.413517000, delta=824000 ns, racy<=15000 ns
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.414525000, lastModified=2022-06-07 13:20:48.413517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.414525000, lastModified=2022-06-07 13:20:48.413517000, delta=1008000 ns, racy<=15000 ns
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.414708000, lastModified=2022-06-07 13:20:48.413517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.414708000, lastModified=2022-06-07 13:20:48.413517000, delta=1191000 ns, racy<=15000 ns
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.414 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.414889000, lastModified=2022-06-07 13:20:48.413517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.413517000 to 2022-06-07 13:20:48.414517000
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.415078000, lastModified=2022-06-07 13:20:48.414517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.415078000, lastModified=2022-06-07 13:20:48.414517000, delta=561000 ns, racy<=15000 ns
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.415266000, lastModified=2022-06-07 13:20:48.414517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.415266000, lastModified=2022-06-07 13:20:48.414517000, delta=749000 ns, racy<=15000 ns
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.415450000, lastModified=2022-06-07 13:20:48.414517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.415450000, lastModified=2022-06-07 13:20:48.414517000, delta=933000 ns, racy<=15000 ns
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.415637000, lastModified=2022-06-07 13:20:48.414517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.415637000, lastModified=2022-06-07 13:20:48.414517000, delta=1120000 ns, racy<=15000 ns
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.415820000, lastModified=2022-06-07 13:20:48.414517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.415820000, lastModified=2022-06-07 13:20:48.414517000, delta=1303000 ns, racy<=15000 ns
13:20:48.415 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.418185000, lastModified=2022-06-07 13:20:48.415517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.415517000 to 2022-06-07 13:20:48.417517000
13:20:48.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.418378000, lastModified=2022-06-07 13:20:48.417517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.418378000, lastModified=2022-06-07 13:20:48.417517000, delta=861000 ns, racy<=15000 ns
13:20:48.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.418559000, lastModified=2022-06-07 13:20:48.417517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.418559000, lastModified=2022-06-07 13:20:48.417517000, delta=1042000 ns, racy<=15000 ns
13:20:48.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.418740000, lastModified=2022-06-07 13:20:48.417517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.418740000, lastModified=2022-06-07 13:20:48.417517000, delta=1223000 ns, racy<=15000 ns
13:20:48.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.418 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.418924000, lastModified=2022-06-07 13:20:48.417517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.417517000 to 2022-06-07 13:20:48.418517000
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.419115000, lastModified=2022-06-07 13:20:48.418517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.419115000, lastModified=2022-06-07 13:20:48.418517000, delta=598000 ns, racy<=15000 ns
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.419312000, lastModified=2022-06-07 13:20:48.418517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.419312000, lastModified=2022-06-07 13:20:48.418517000, delta=795000 ns, racy<=15000 ns
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.419493000, lastModified=2022-06-07 13:20:48.418517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.419493000, lastModified=2022-06-07 13:20:48.418517000, delta=976000 ns, racy<=15000 ns
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.419674000, lastModified=2022-06-07 13:20:48.418517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.419674000, lastModified=2022-06-07 13:20:48.418517000, delta=1157000 ns, racy<=15000 ns
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.419852000, lastModified=2022-06-07 13:20:48.418517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.419852000, lastModified=2022-06-07 13:20:48.418517000, delta=1335000 ns, racy<=15000 ns
13:20:48.419 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.420040000, lastModified=2022-06-07 13:20:48.419517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.420040000, lastModified=2022-06-07 13:20:48.419517000, delta=523000 ns, racy<=15000 ns
13:20:48.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.420232000, lastModified=2022-06-07 13:20:48.419517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.420232000, lastModified=2022-06-07 13:20:48.419517000, delta=715000 ns, racy<=15000 ns
13:20:48.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.420 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.420412000, lastModified=2022-06-07 13:20:48.419517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.420412000, lastModified=2022-06-07 13:20:48.419517000, delta=895000 ns, racy<=15000 ns
13:20:48.422 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.423083000, lastModified=2022-06-07 13:20:48.422517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.423083000, lastModified=2022-06-07 13:20:48.422517000, delta=566000 ns, racy<=15000 ns
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.423301000, lastModified=2022-06-07 13:20:48.422517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.423301000, lastModified=2022-06-07 13:20:48.422517000, delta=784000 ns, racy<=15000 ns
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.423484000, lastModified=2022-06-07 13:20:48.422517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.423484000, lastModified=2022-06-07 13:20:48.422517000, delta=967000 ns, racy<=15000 ns
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.423670000, lastModified=2022-06-07 13:20:48.422517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.423670000, lastModified=2022-06-07 13:20:48.422517000, delta=1153000 ns, racy<=15000 ns
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.423851000, lastModified=2022-06-07 13:20:48.422517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.423851000, lastModified=2022-06-07 13:20:48.422517000, delta=1334000 ns, racy<=15000 ns
13:20:48.423 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.424043000, lastModified=2022-06-07 13:20:48.423517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.424043000, lastModified=2022-06-07 13:20:48.423517000, delta=526000 ns, racy<=15000 ns
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.424243000, lastModified=2022-06-07 13:20:48.423517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.424243000, lastModified=2022-06-07 13:20:48.423517000, delta=726000 ns, racy<=15000 ns
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.424426000, lastModified=2022-06-07 13:20:48.423517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.424426000, lastModified=2022-06-07 13:20:48.423517000, delta=909000 ns, racy<=15000 ns
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.424614000, lastModified=2022-06-07 13:20:48.423517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.424614000, lastModified=2022-06-07 13:20:48.423517000, delta=1097000 ns, racy<=15000 ns
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.424797000, lastModified=2022-06-07 13:20:48.423517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.424797000, lastModified=2022-06-07 13:20:48.423517000, delta=1280000 ns, racy<=15000 ns
13:20:48.424 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.425 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.425033000, lastModified=2022-06-07 13:20:48.424517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.425 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.425033000, lastModified=2022-06-07 13:20:48.424517000, delta=516000 ns, racy<=15000 ns
13:20:48.425 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.425 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.425229000, lastModified=2022-06-07 13:20:48.424517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.425 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.425229000, lastModified=2022-06-07 13:20:48.424517000, delta=712000 ns, racy<=15000 ns
13:20:48.425 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.428000000, lastModified=2022-06-07 13:20:48.424517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.424517000 to 2022-06-07 13:20:48.427517000
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.428197000, lastModified=2022-06-07 13:20:48.427517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.428197000, lastModified=2022-06-07 13:20:48.427517000, delta=680000 ns, racy<=15000 ns
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.428379000, lastModified=2022-06-07 13:20:48.427517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.428379000, lastModified=2022-06-07 13:20:48.427517000, delta=862000 ns, racy<=15000 ns
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.428560000, lastModified=2022-06-07 13:20:48.427517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.428560000, lastModified=2022-06-07 13:20:48.427517000, delta=1043000 ns, racy<=15000 ns
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.428740000, lastModified=2022-06-07 13:20:48.427517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.428740000, lastModified=2022-06-07 13:20:48.427517000, delta=1223000 ns, racy<=15000 ns
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.428 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.428921000, lastModified=2022-06-07 13:20:48.427517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.427517000 to 2022-06-07 13:20:48.428517000
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.429111000, lastModified=2022-06-07 13:20:48.428517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.429111000, lastModified=2022-06-07 13:20:48.428517000, delta=594000 ns, racy<=15000 ns
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.429293000, lastModified=2022-06-07 13:20:48.428517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.429293000, lastModified=2022-06-07 13:20:48.428517000, delta=776000 ns, racy<=15000 ns
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.429474000, lastModified=2022-06-07 13:20:48.428517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.429474000, lastModified=2022-06-07 13:20:48.428517000, delta=957000 ns, racy<=15000 ns
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.429659000, lastModified=2022-06-07 13:20:48.428517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.429659000, lastModified=2022-06-07 13:20:48.428517000, delta=1142000 ns, racy<=15000 ns
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.429840000, lastModified=2022-06-07 13:20:48.428517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.429840000, lastModified=2022-06-07 13:20:48.428517000, delta=1323000 ns, racy<=15000 ns
13:20:48.429 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.430035000, lastModified=2022-06-07 13:20:48.429517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.430035000, lastModified=2022-06-07 13:20:48.429517000, delta=518000 ns, racy<=15000 ns
13:20:48.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.430 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.430229000, lastModified=2022-06-07 13:20:48.429517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.430229000, lastModified=2022-06-07 13:20:48.429517000, delta=712000 ns, racy<=15000 ns
13:20:48.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.433815000, lastModified=2022-06-07 13:20:48.432517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.433815000, lastModified=2022-06-07 13:20:48.432517000, delta=1298000 ns, racy<=15000 ns
13:20:48.433 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.434026000, lastModified=2022-06-07 13:20:48.433517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.434026000, lastModified=2022-06-07 13:20:48.433517000, delta=509000 ns, racy<=15000 ns
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.434221000, lastModified=2022-06-07 13:20:48.433517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.434221000, lastModified=2022-06-07 13:20:48.433517000, delta=704000 ns, racy<=15000 ns
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.434410000, lastModified=2022-06-07 13:20:48.433517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.434410000, lastModified=2022-06-07 13:20:48.433517000, delta=893000 ns, racy<=15000 ns
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.434592000, lastModified=2022-06-07 13:20:48.433517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.434592000, lastModified=2022-06-07 13:20:48.433517000, delta=1075000 ns, racy<=15000 ns
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.434777000, lastModified=2022-06-07 13:20:48.433517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.434777000, lastModified=2022-06-07 13:20:48.433517000, delta=1260000 ns, racy<=15000 ns
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.434 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.434972000, lastModified=2022-06-07 13:20:48.433517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.433517000 to 2022-06-07 13:20:48.434517000
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.435155000, lastModified=2022-06-07 13:20:48.434517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.435155000, lastModified=2022-06-07 13:20:48.434517000, delta=638000 ns, racy<=15000 ns
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.435340000, lastModified=2022-06-07 13:20:48.434517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.435340000, lastModified=2022-06-07 13:20:48.434517000, delta=823000 ns, racy<=15000 ns
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.435520000, lastModified=2022-06-07 13:20:48.434517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.435520000, lastModified=2022-06-07 13:20:48.434517000, delta=1003000 ns, racy<=15000 ns
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.435728000, lastModified=2022-06-07 13:20:48.434517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.435728000, lastModified=2022-06-07 13:20:48.434517000, delta=1211000 ns, racy<=15000 ns
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.435 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.435925000, lastModified=2022-06-07 13:20:48.434517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.436 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.434517000 to 2022-06-07 13:20:48.435517000
13:20:48.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.439244000, lastModified=2022-06-07 13:20:48.435517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.435517000 to 2022-06-07 13:20:48.438517000
13:20:48.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.439465000, lastModified=2022-06-07 13:20:48.438517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.439465000, lastModified=2022-06-07 13:20:48.438517000, delta=948000 ns, racy<=15000 ns
13:20:48.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.439791000, lastModified=2022-06-07 13:20:48.438517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.439791000, lastModified=2022-06-07 13:20:48.438517000, delta=1274000 ns, racy<=15000 ns
13:20:48.439 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.440040000, lastModified=2022-06-07 13:20:48.439517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.440040000, lastModified=2022-06-07 13:20:48.439517000, delta=523000 ns, racy<=15000 ns
13:20:48.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.440328000, lastModified=2022-06-07 13:20:48.439517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.440328000, lastModified=2022-06-07 13:20:48.439517000, delta=811000 ns, racy<=15000 ns
13:20:48.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.440524000, lastModified=2022-06-07 13:20:48.439517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.440524000, lastModified=2022-06-07 13:20:48.439517000, delta=1007000 ns, racy<=15000 ns
13:20:48.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.440719000, lastModified=2022-06-07 13:20:48.439517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.440719000, lastModified=2022-06-07 13:20:48.439517000, delta=1202000 ns, racy<=15000 ns
13:20:48.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.440 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.440900000, lastModified=2022-06-07 13:20:48.439517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.439517000 to 2022-06-07 13:20:48.440517000
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.441094000, lastModified=2022-06-07 13:20:48.440517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.441094000, lastModified=2022-06-07 13:20:48.440517000, delta=577000 ns, racy<=15000 ns
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.441277000, lastModified=2022-06-07 13:20:48.440517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.441277000, lastModified=2022-06-07 13:20:48.440517000, delta=760000 ns, racy<=15000 ns
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.441459000, lastModified=2022-06-07 13:20:48.440517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.441459000, lastModified=2022-06-07 13:20:48.440517000, delta=942000 ns, racy<=15000 ns
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.441648000, lastModified=2022-06-07 13:20:48.440517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.441648000, lastModified=2022-06-07 13:20:48.440517000, delta=1131000 ns, racy<=15000 ns
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.441 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.441843000, lastModified=2022-06-07 13:20:48.440517000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.441843000, lastModified=2022-06-07 13:20:48.440517000, delta=1326000 ns, racy<=15000 ns
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.445165000, lastModified=2022-06-07 13:20:48.444518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.445165000, lastModified=2022-06-07 13:20:48.444518000, delta=647000 ns, racy<=15000 ns
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.445372000, lastModified=2022-06-07 13:20:48.444518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.445372000, lastModified=2022-06-07 13:20:48.444518000, delta=854000 ns, racy<=15000 ns
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.445567000, lastModified=2022-06-07 13:20:48.444518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.445567000, lastModified=2022-06-07 13:20:48.444518000, delta=1049000 ns, racy<=15000 ns
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.445767000, lastModified=2022-06-07 13:20:48.444518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.445767000, lastModified=2022-06-07 13:20:48.444518000, delta=1249000 ns, racy<=15000 ns
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.445 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.445976000, lastModified=2022-06-07 13:20:48.444518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.444518000 to 2022-06-07 13:20:48.445518000
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.446185000, lastModified=2022-06-07 13:20:48.445518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.446185000, lastModified=2022-06-07 13:20:48.445518000, delta=667000 ns, racy<=15000 ns
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.446366000, lastModified=2022-06-07 13:20:48.445518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.446366000, lastModified=2022-06-07 13:20:48.445518000, delta=848000 ns, racy<=15000 ns
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.446544000, lastModified=2022-06-07 13:20:48.445518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.446544000, lastModified=2022-06-07 13:20:48.445518000, delta=1026000 ns, racy<=15000 ns
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.446725000, lastModified=2022-06-07 13:20:48.445518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.446725000, lastModified=2022-06-07 13:20:48.445518000, delta=1207000 ns, racy<=15000 ns
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.446 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.446908000, lastModified=2022-06-07 13:20:48.445518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.445518000 to 2022-06-07 13:20:48.446518000
13:20:48.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.447126000, lastModified=2022-06-07 13:20:48.446518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.447126000, lastModified=2022-06-07 13:20:48.446518000, delta=608000 ns, racy<=15000 ns
13:20:48.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.447306000, lastModified=2022-06-07 13:20:48.446518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.447306000, lastModified=2022-06-07 13:20:48.446518000, delta=788000 ns, racy<=15000 ns
13:20:48.447 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.450643000, lastModified=2022-06-07 13:20:48.446518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.446518000 to 2022-06-07 13:20:48.449518000
13:20:48.450 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.450858000, lastModified=2022-06-07 13:20:48.449518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.449518000 to 2022-06-07 13:20:48.450518000
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.451077000, lastModified=2022-06-07 13:20:48.450518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.451077000, lastModified=2022-06-07 13:20:48.450518000, delta=559000 ns, racy<=15000 ns
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.451263000, lastModified=2022-06-07 13:20:48.450518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.451263000, lastModified=2022-06-07 13:20:48.450518000, delta=745000 ns, racy<=15000 ns
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.451442000, lastModified=2022-06-07 13:20:48.450518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.451442000, lastModified=2022-06-07 13:20:48.450518000, delta=924000 ns, racy<=15000 ns
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.451621000, lastModified=2022-06-07 13:20:48.450518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.451621000, lastModified=2022-06-07 13:20:48.450518000, delta=1103000 ns, racy<=15000 ns
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.451799000, lastModified=2022-06-07 13:20:48.450518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.451799000, lastModified=2022-06-07 13:20:48.450518000, delta=1281000 ns, racy<=15000 ns
13:20:48.451 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.451997000, lastModified=2022-06-07 13:20:48.451518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.451997000, lastModified=2022-06-07 13:20:48.451518000, delta=479000 ns, racy<=15000 ns
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.452189000, lastModified=2022-06-07 13:20:48.451518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.452189000, lastModified=2022-06-07 13:20:48.451518000, delta=671000 ns, racy<=15000 ns
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.452366000, lastModified=2022-06-07 13:20:48.451518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.452366000, lastModified=2022-06-07 13:20:48.451518000, delta=848000 ns, racy<=15000 ns
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.452543000, lastModified=2022-06-07 13:20:48.451518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.452543000, lastModified=2022-06-07 13:20:48.451518000, delta=1025000 ns, racy<=15000 ns
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.452720000, lastModified=2022-06-07 13:20:48.451518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.452720000, lastModified=2022-06-07 13:20:48.451518000, delta=1202000 ns, racy<=15000 ns
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.452 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.452920000, lastModified=2022-06-07 13:20:48.451518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.456 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.451518000 to 2022-06-07 13:20:48.452518000
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.457040000, lastModified=2022-06-07 13:20:48.456518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.457040000, lastModified=2022-06-07 13:20:48.456518000, delta=522000 ns, racy<=15000 ns
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.457237000, lastModified=2022-06-07 13:20:48.456518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.457237000, lastModified=2022-06-07 13:20:48.456518000, delta=719000 ns, racy<=15000 ns
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.457417000, lastModified=2022-06-07 13:20:48.456518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.457417000, lastModified=2022-06-07 13:20:48.456518000, delta=899000 ns, racy<=15000 ns
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.457612000, lastModified=2022-06-07 13:20:48.456518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.457612000, lastModified=2022-06-07 13:20:48.456518000, delta=1094000 ns, racy<=15000 ns
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.457793000, lastModified=2022-06-07 13:20:48.456518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.457793000, lastModified=2022-06-07 13:20:48.456518000, delta=1275000 ns, racy<=15000 ns
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.457 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.457983000, lastModified=2022-06-07 13:20:48.457518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.457983000, lastModified=2022-06-07 13:20:48.457518000, delta=465000 ns, racy<=15000 ns
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.458172000, lastModified=2022-06-07 13:20:48.457518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.458172000, lastModified=2022-06-07 13:20:48.457518000, delta=654000 ns, racy<=15000 ns
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.458350000, lastModified=2022-06-07 13:20:48.457518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.458350000, lastModified=2022-06-07 13:20:48.457518000, delta=832000 ns, racy<=15000 ns
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.458527000, lastModified=2022-06-07 13:20:48.457518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.458527000, lastModified=2022-06-07 13:20:48.457518000, delta=1009000 ns, racy<=15000 ns
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.458707000, lastModified=2022-06-07 13:20:48.457518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.458707000, lastModified=2022-06-07 13:20:48.457518000, delta=1189000 ns, racy<=15000 ns
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.458886000, lastModified=2022-06-07 13:20:48.457518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.458 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.457518000 to 2022-06-07 13:20:48.458518000
13:20:48.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.459063000, lastModified=2022-06-07 13:20:48.458518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.459063000, lastModified=2022-06-07 13:20:48.458518000, delta=545000 ns, racy<=15000 ns
13:20:48.459 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.463272000, lastModified=2022-06-07 13:20:48.458518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.458518000 to 2022-06-07 13:20:48.462518000
13:20:48.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.463476000, lastModified=2022-06-07 13:20:48.462518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.463476000, lastModified=2022-06-07 13:20:48.462518000, delta=958000 ns, racy<=15000 ns
13:20:48.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.463664000, lastModified=2022-06-07 13:20:48.462518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.463664000, lastModified=2022-06-07 13:20:48.462518000, delta=1146000 ns, racy<=15000 ns
13:20:48.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.463846000, lastModified=2022-06-07 13:20:48.462518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.463846000, lastModified=2022-06-07 13:20:48.462518000, delta=1328000 ns, racy<=15000 ns
13:20:48.463 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.464039000, lastModified=2022-06-07 13:20:48.463518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.464039000, lastModified=2022-06-07 13:20:48.463518000, delta=521000 ns, racy<=15000 ns
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.464229000, lastModified=2022-06-07 13:20:48.463518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.464229000, lastModified=2022-06-07 13:20:48.463518000, delta=711000 ns, racy<=15000 ns
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.464447000, lastModified=2022-06-07 13:20:48.463518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.464447000, lastModified=2022-06-07 13:20:48.463518000, delta=929000 ns, racy<=15000 ns
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.464633000, lastModified=2022-06-07 13:20:48.463518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.464633000, lastModified=2022-06-07 13:20:48.463518000, delta=1115000 ns, racy<=15000 ns
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.464817000, lastModified=2022-06-07 13:20:48.463518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.464817000, lastModified=2022-06-07 13:20:48.463518000, delta=1299000 ns, racy<=15000 ns
13:20:48.464 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.465003000, lastModified=2022-06-07 13:20:48.464518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.465003000, lastModified=2022-06-07 13:20:48.464518000, delta=485000 ns, racy<=15000 ns
13:20:48.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.465197000, lastModified=2022-06-07 13:20:48.464518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.465197000, lastModified=2022-06-07 13:20:48.464518000, delta=679000 ns, racy<=15000 ns
13:20:48.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.465376000, lastModified=2022-06-07 13:20:48.464518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.465376000, lastModified=2022-06-07 13:20:48.464518000, delta=858000 ns, racy<=15000 ns
13:20:48.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.465 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.465557000, lastModified=2022-06-07 13:20:48.464518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.465557000, lastModified=2022-06-07 13:20:48.464518000, delta=1039000 ns, racy<=15000 ns
13:20:48.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.469 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.469893000, lastModified=2022-06-07 13:20:48.468518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.468518000 to 2022-06-07 13:20:48.469518000
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.470092000, lastModified=2022-06-07 13:20:48.469518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.470092000, lastModified=2022-06-07 13:20:48.469518000, delta=574000 ns, racy<=15000 ns
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.470279000, lastModified=2022-06-07 13:20:48.469518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.470279000, lastModified=2022-06-07 13:20:48.469518000, delta=761000 ns, racy<=15000 ns
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.470462000, lastModified=2022-06-07 13:20:48.469518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.470462000, lastModified=2022-06-07 13:20:48.469518000, delta=944000 ns, racy<=15000 ns
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.470644000, lastModified=2022-06-07 13:20:48.469518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.470644000, lastModified=2022-06-07 13:20:48.469518000, delta=1126000 ns, racy<=15000 ns
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.470827000, lastModified=2022-06-07 13:20:48.469518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.470827000, lastModified=2022-06-07 13:20:48.469518000, delta=1309000 ns, racy<=15000 ns
13:20:48.470 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.471033000, lastModified=2022-06-07 13:20:48.470518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.471033000, lastModified=2022-06-07 13:20:48.470518000, delta=515000 ns, racy<=15000 ns
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.471224000, lastModified=2022-06-07 13:20:48.470518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.471224000, lastModified=2022-06-07 13:20:48.470518000, delta=706000 ns, racy<=15000 ns
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.471406000, lastModified=2022-06-07 13:20:48.470518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.471406000, lastModified=2022-06-07 13:20:48.470518000, delta=888000 ns, racy<=15000 ns
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.471587000, lastModified=2022-06-07 13:20:48.470518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.471587000, lastModified=2022-06-07 13:20:48.470518000, delta=1069000 ns, racy<=15000 ns
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.471767000, lastModified=2022-06-07 13:20:48.470518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.471767000, lastModified=2022-06-07 13:20:48.470518000, delta=1249000 ns, racy<=15000 ns
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.471 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.471953000, lastModified=2022-06-07 13:20:48.470518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.472 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.470518000 to 2022-06-07 13:20:48.471518000
13:20:48.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.476258000, lastModified=2022-06-07 13:20:48.471518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.471518000 to 2022-06-07 13:20:48.475518000
13:20:48.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.476507000, lastModified=2022-06-07 13:20:48.475518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.476507000, lastModified=2022-06-07 13:20:48.475518000, delta=989000 ns, racy<=15000 ns
13:20:48.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.476729000, lastModified=2022-06-07 13:20:48.475518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.476729000, lastModified=2022-06-07 13:20:48.475518000, delta=1211000 ns, racy<=15000 ns
13:20:48.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.476 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.476926000, lastModified=2022-06-07 13:20:48.475518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.475518000 to 2022-06-07 13:20:48.476518000
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.477125000, lastModified=2022-06-07 13:20:48.476518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.477125000, lastModified=2022-06-07 13:20:48.476518000, delta=607000 ns, racy<=15000 ns
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.477309000, lastModified=2022-06-07 13:20:48.476518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.477309000, lastModified=2022-06-07 13:20:48.476518000, delta=791000 ns, racy<=15000 ns
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.477489000, lastModified=2022-06-07 13:20:48.476518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.477489000, lastModified=2022-06-07 13:20:48.476518000, delta=971000 ns, racy<=15000 ns
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.477669000, lastModified=2022-06-07 13:20:48.476518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.477669000, lastModified=2022-06-07 13:20:48.476518000, delta=1151000 ns, racy<=15000 ns
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.477849000, lastModified=2022-06-07 13:20:48.476518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.477849000, lastModified=2022-06-07 13:20:48.476518000, delta=1331000 ns, racy<=15000 ns
13:20:48.477 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.478061000, lastModified=2022-06-07 13:20:48.477518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.478061000, lastModified=2022-06-07 13:20:48.477518000, delta=543000 ns, racy<=15000 ns
13:20:48.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.478279000, lastModified=2022-06-07 13:20:48.477518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.478279000, lastModified=2022-06-07 13:20:48.477518000, delta=761000 ns, racy<=15000 ns
13:20:48.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.478472000, lastModified=2022-06-07 13:20:48.477518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.478472000, lastModified=2022-06-07 13:20:48.477518000, delta=954000 ns, racy<=15000 ns
13:20:48.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.478 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.478741000, lastModified=2022-06-07 13:20:48.477518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.478741000, lastModified=2022-06-07 13:20:48.477518000, delta=1223000 ns, racy<=15000 ns
13:20:48.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.485712000, lastModified=2022-06-07 13:20:48.484518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.485712000, lastModified=2022-06-07 13:20:48.484518000, delta=1194000 ns, racy<=15000 ns
13:20:48.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.485 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.485910000, lastModified=2022-06-07 13:20:48.484518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.484518000 to 2022-06-07 13:20:48.485518000
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.486128000, lastModified=2022-06-07 13:20:48.485518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.486128000, lastModified=2022-06-07 13:20:48.485518000, delta=610000 ns, racy<=15000 ns
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.486327000, lastModified=2022-06-07 13:20:48.485518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.486327000, lastModified=2022-06-07 13:20:48.485518000, delta=809000 ns, racy<=15000 ns
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.486537000, lastModified=2022-06-07 13:20:48.485518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.486537000, lastModified=2022-06-07 13:20:48.485518000, delta=1019000 ns, racy<=15000 ns
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.486731000, lastModified=2022-06-07 13:20:48.485518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.486731000, lastModified=2022-06-07 13:20:48.485518000, delta=1213000 ns, racy<=15000 ns
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.486 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.486926000, lastModified=2022-06-07 13:20:48.485518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.485518000 to 2022-06-07 13:20:48.486518000
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.487168000, lastModified=2022-06-07 13:20:48.486518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.487168000, lastModified=2022-06-07 13:20:48.486518000, delta=650000 ns, racy<=15000 ns
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.487355000, lastModified=2022-06-07 13:20:48.486518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.487355000, lastModified=2022-06-07 13:20:48.486518000, delta=837000 ns, racy<=15000 ns
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.487554000, lastModified=2022-06-07 13:20:48.486518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.487554000, lastModified=2022-06-07 13:20:48.486518000, delta=1036000 ns, racy<=15000 ns
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.487739000, lastModified=2022-06-07 13:20:48.486518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.487739000, lastModified=2022-06-07 13:20:48.486518000, delta=1221000 ns, racy<=15000 ns
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.487 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.487920000, lastModified=2022-06-07 13:20:48.486518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.488 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.486518000 to 2022-06-07 13:20:48.487518000
13:20:48.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.490173000, lastModified=2022-06-07 13:20:48.487518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.487518000 to 2022-06-07 13:20:48.489518000
13:20:48.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.490361000, lastModified=2022-06-07 13:20:48.489518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.490361000, lastModified=2022-06-07 13:20:48.489518000, delta=843000 ns, racy<=15000 ns
13:20:48.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.490543000, lastModified=2022-06-07 13:20:48.489518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.490543000, lastModified=2022-06-07 13:20:48.489518000, delta=1025000 ns, racy<=15000 ns
13:20:48.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.490754000, lastModified=2022-06-07 13:20:48.489518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.490754000, lastModified=2022-06-07 13:20:48.489518000, delta=1236000 ns, racy<=15000 ns
13:20:48.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.490 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.490934000, lastModified=2022-06-07 13:20:48.489518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.489518000 to 2022-06-07 13:20:48.490518000
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.491122000, lastModified=2022-06-07 13:20:48.490518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.491122000, lastModified=2022-06-07 13:20:48.490518000, delta=604000 ns, racy<=15000 ns
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.491302000, lastModified=2022-06-07 13:20:48.490518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.491302000, lastModified=2022-06-07 13:20:48.490518000, delta=784000 ns, racy<=15000 ns
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.491525000, lastModified=2022-06-07 13:20:48.490518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.491525000, lastModified=2022-06-07 13:20:48.490518000, delta=1007000 ns, racy<=15000 ns
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.491720000, lastModified=2022-06-07 13:20:48.490518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.491720000, lastModified=2022-06-07 13:20:48.490518000, delta=1202000 ns, racy<=15000 ns
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.491 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.491906000, lastModified=2022-06-07 13:20:48.490518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.490518000 to 2022-06-07 13:20:48.491518000
13:20:48.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.492161000, lastModified=2022-06-07 13:20:48.491518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.492161000, lastModified=2022-06-07 13:20:48.491518000, delta=643000 ns, racy<=15000 ns
13:20:48.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.492351000, lastModified=2022-06-07 13:20:48.491518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.492351000, lastModified=2022-06-07 13:20:48.491518000, delta=833000 ns, racy<=15000 ns
13:20:48.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.492 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.492530000, lastModified=2022-06-07 13:20:48.491518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.492530000, lastModified=2022-06-07 13:20:48.491518000, delta=1012000 ns, racy<=15000 ns
13:20:48.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.494868000, lastModified=2022-06-07 13:20:48.493518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.494 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.493518000 to 2022-06-07 13:20:48.494518000
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.495063000, lastModified=2022-06-07 13:20:48.494518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.495063000, lastModified=2022-06-07 13:20:48.494518000, delta=545000 ns, racy<=15000 ns
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.495259000, lastModified=2022-06-07 13:20:48.494518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.495259000, lastModified=2022-06-07 13:20:48.494518000, delta=741000 ns, racy<=15000 ns
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.495441000, lastModified=2022-06-07 13:20:48.494518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.495441000, lastModified=2022-06-07 13:20:48.494518000, delta=923000 ns, racy<=15000 ns
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.495652000, lastModified=2022-06-07 13:20:48.494518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.495652000, lastModified=2022-06-07 13:20:48.494518000, delta=1134000 ns, racy<=15000 ns
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.495851000, lastModified=2022-06-07 13:20:48.494518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.495 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.495851000, lastModified=2022-06-07 13:20:48.494518000, delta=1333000 ns, racy<=15000 ns
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.496091000, lastModified=2022-06-07 13:20:48.495518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.496091000, lastModified=2022-06-07 13:20:48.495518000, delta=573000 ns, racy<=15000 ns
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.496276000, lastModified=2022-06-07 13:20:48.495518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.496276000, lastModified=2022-06-07 13:20:48.495518000, delta=758000 ns, racy<=15000 ns
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.496459000, lastModified=2022-06-07 13:20:48.495518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.496459000, lastModified=2022-06-07 13:20:48.495518000, delta=941000 ns, racy<=15000 ns
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.496636000, lastModified=2022-06-07 13:20:48.495518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.496636000, lastModified=2022-06-07 13:20:48.495518000, delta=1118000 ns, racy<=15000 ns
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.496816000, lastModified=2022-06-07 13:20:48.495518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.496816000, lastModified=2022-06-07 13:20:48.495518000, delta=1298000 ns, racy<=15000 ns
13:20:48.496 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.497010000, lastModified=2022-06-07 13:20:48.496518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.497010000, lastModified=2022-06-07 13:20:48.496518000, delta=492000 ns, racy<=15000 ns
13:20:48.497 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.499300000, lastModified=2022-06-07 13:20:48.496518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.496518000 to 2022-06-07 13:20:48.498518000
13:20:48.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.499495000, lastModified=2022-06-07 13:20:48.498518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.499495000, lastModified=2022-06-07 13:20:48.498518000, delta=977000 ns, racy<=15000 ns
13:20:48.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.499678000, lastModified=2022-06-07 13:20:48.498518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.499678000, lastModified=2022-06-07 13:20:48.498518000, delta=1160000 ns, racy<=15000 ns
13:20:48.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.499 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.499859000, lastModified=2022-06-07 13:20:48.498518000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.499859000, lastModified=2022-06-07 13:20:48.498518000, delta=1341000 ns, racy<=15000 ns
13:20:48.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.500090000, lastModified=2022-06-07 13:20:48.499519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.500090000, lastModified=2022-06-07 13:20:48.499519000, delta=571000 ns, racy<=15000 ns
13:20:48.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.500 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.500275000, lastModified=2022-06-07 13:20:48.499519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.500275000, lastModified=2022-06-07 13:20:48.499519000, delta=756000 ns, racy<=15000 ns
13:20:48.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.512378000, lastModified=2022-06-07 13:20:48.511519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.512378000, lastModified=2022-06-07 13:20:48.511519000, delta=859000 ns, racy<=15000 ns
13:20:48.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.512603000, lastModified=2022-06-07 13:20:48.511519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.512603000, lastModified=2022-06-07 13:20:48.511519000, delta=1084000 ns, racy<=15000 ns
13:20:48.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.512787000, lastModified=2022-06-07 13:20:48.511519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.512787000, lastModified=2022-06-07 13:20:48.511519000, delta=1268000 ns, racy<=15000 ns
13:20:48.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.512 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.512974000, lastModified=2022-06-07 13:20:48.511519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.511519000 to 2022-06-07 13:20:48.512519000
13:20:48.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.513152000, lastModified=2022-06-07 13:20:48.512519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.513152000, lastModified=2022-06-07 13:20:48.512519000, delta=633000 ns, racy<=15000 ns
13:20:48.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.513336000, lastModified=2022-06-07 13:20:48.512519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.513336000, lastModified=2022-06-07 13:20:48.512519000, delta=817000 ns, racy<=15000 ns
13:20:48.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.513 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.513516000, lastModified=2022-06-07 13:20:48.512519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.513516000, lastModified=2022-06-07 13:20:48.512519000, delta=997000 ns, racy<=15000 ns
13:20:48.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.515 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.515938000, lastModified=2022-06-07 13:20:48.514519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.514519000 to 2022-06-07 13:20:48.515519000
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.516133000, lastModified=2022-06-07 13:20:48.515519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.516133000, lastModified=2022-06-07 13:20:48.515519000, delta=614000 ns, racy<=15000 ns
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.516317000, lastModified=2022-06-07 13:20:48.515519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.516317000, lastModified=2022-06-07 13:20:48.515519000, delta=798000 ns, racy<=15000 ns
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.516495000, lastModified=2022-06-07 13:20:48.515519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.516495000, lastModified=2022-06-07 13:20:48.515519000, delta=976000 ns, racy<=15000 ns
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.516672000, lastModified=2022-06-07 13:20:48.515519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.516672000, lastModified=2022-06-07 13:20:48.515519000, delta=1153000 ns, racy<=15000 ns
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.516854000, lastModified=2022-06-07 13:20:48.515519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.516854000, lastModified=2022-06-07 13:20:48.515519000, delta=1335000 ns, racy<=15000 ns
13:20:48.516 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.517042000, lastModified=2022-06-07 13:20:48.516519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.517042000, lastModified=2022-06-07 13:20:48.516519000, delta=523000 ns, racy<=15000 ns
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.517231000, lastModified=2022-06-07 13:20:48.516519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.517231000, lastModified=2022-06-07 13:20:48.516519000, delta=712000 ns, racy<=15000 ns
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.517412000, lastModified=2022-06-07 13:20:48.516519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.517412000, lastModified=2022-06-07 13:20:48.516519000, delta=893000 ns, racy<=15000 ns
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.517589000, lastModified=2022-06-07 13:20:48.516519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.517589000, lastModified=2022-06-07 13:20:48.516519000, delta=1070000 ns, racy<=15000 ns
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.517772000, lastModified=2022-06-07 13:20:48.516519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.517772000, lastModified=2022-06-07 13:20:48.516519000, delta=1253000 ns, racy<=15000 ns
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.517 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.517966000, lastModified=2022-06-07 13:20:48.516519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.518 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.516519000 to 2022-06-07 13:20:48.517519000
13:20:48.520 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.520598000, lastModified=2022-06-07 13:20:48.517519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.520 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.517519000 to 2022-06-07 13:20:48.519519000
13:20:48.520 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.520799000, lastModified=2022-06-07 13:20:48.519519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.520 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.520799000, lastModified=2022-06-07 13:20:48.519519000, delta=1280000 ns, racy<=15000 ns
13:20:48.520 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.521011000, lastModified=2022-06-07 13:20:48.520519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.521011000, lastModified=2022-06-07 13:20:48.520519000, delta=492000 ns, racy<=15000 ns
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.521210000, lastModified=2022-06-07 13:20:48.520519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.521210000, lastModified=2022-06-07 13:20:48.520519000, delta=691000 ns, racy<=15000 ns
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.521404000, lastModified=2022-06-07 13:20:48.520519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.521404000, lastModified=2022-06-07 13:20:48.520519000, delta=885000 ns, racy<=15000 ns
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.521588000, lastModified=2022-06-07 13:20:48.520519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.521588000, lastModified=2022-06-07 13:20:48.520519000, delta=1069000 ns, racy<=15000 ns
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.521767000, lastModified=2022-06-07 13:20:48.520519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.521767000, lastModified=2022-06-07 13:20:48.520519000, delta=1248000 ns, racy<=15000 ns
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.521 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.521949000, lastModified=2022-06-07 13:20:48.520519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.520519000 to 2022-06-07 13:20:48.521519000
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.522130000, lastModified=2022-06-07 13:20:48.521519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.522130000, lastModified=2022-06-07 13:20:48.521519000, delta=611000 ns, racy<=15000 ns
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.522308000, lastModified=2022-06-07 13:20:48.521519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.522308000, lastModified=2022-06-07 13:20:48.521519000, delta=789000 ns, racy<=15000 ns
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.522485000, lastModified=2022-06-07 13:20:48.521519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.522485000, lastModified=2022-06-07 13:20:48.521519000, delta=966000 ns, racy<=15000 ns
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.522662000, lastModified=2022-06-07 13:20:48.521519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.522662000, lastModified=2022-06-07 13:20:48.521519000, delta=1143000 ns, racy<=15000 ns
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.522 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.522838000, lastModified=2022-06-07 13:20:48.521519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.525 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.522838000, lastModified=2022-06-07 13:20:48.521519000, delta=1319000 ns, racy<=15000 ns
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.526095000, lastModified=2022-06-07 13:20:48.525519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.526095000, lastModified=2022-06-07 13:20:48.525519000, delta=576000 ns, racy<=15000 ns
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.526286000, lastModified=2022-06-07 13:20:48.525519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.526286000, lastModified=2022-06-07 13:20:48.525519000, delta=767000 ns, racy<=15000 ns
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.526467000, lastModified=2022-06-07 13:20:48.525519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.526467000, lastModified=2022-06-07 13:20:48.525519000, delta=948000 ns, racy<=15000 ns
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.526646000, lastModified=2022-06-07 13:20:48.525519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.526646000, lastModified=2022-06-07 13:20:48.525519000, delta=1127000 ns, racy<=15000 ns
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.526825000, lastModified=2022-06-07 13:20:48.525519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.526825000, lastModified=2022-06-07 13:20:48.525519000, delta=1306000 ns, racy<=15000 ns
13:20:48.526 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.527020000, lastModified=2022-06-07 13:20:48.526519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.527020000, lastModified=2022-06-07 13:20:48.526519000, delta=501000 ns, racy<=15000 ns
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.527212000, lastModified=2022-06-07 13:20:48.526519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.527212000, lastModified=2022-06-07 13:20:48.526519000, delta=693000 ns, racy<=15000 ns
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.527390000, lastModified=2022-06-07 13:20:48.526519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.527390000, lastModified=2022-06-07 13:20:48.526519000, delta=871000 ns, racy<=15000 ns
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.527566000, lastModified=2022-06-07 13:20:48.526519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.527566000, lastModified=2022-06-07 13:20:48.526519000, delta=1047000 ns, racy<=15000 ns
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.527740000, lastModified=2022-06-07 13:20:48.526519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.527740000, lastModified=2022-06-07 13:20:48.526519000, delta=1221000 ns, racy<=15000 ns
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.527 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.527924000, lastModified=2022-06-07 13:20:48.526519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.526519000 to 2022-06-07 13:20:48.527519000
13:20:48.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.528114000, lastModified=2022-06-07 13:20:48.527519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.528114000, lastModified=2022-06-07 13:20:48.527519000, delta=595000 ns, racy<=15000 ns
13:20:48.528 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.531470000, lastModified=2022-06-07 13:20:48.527519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.527519000 to 2022-06-07 13:20:48.530519000
13:20:48.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.531668000, lastModified=2022-06-07 13:20:48.530519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.531668000, lastModified=2022-06-07 13:20:48.530519000, delta=1149000 ns, racy<=15000 ns
13:20:48.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.531849000, lastModified=2022-06-07 13:20:48.530519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.531849000, lastModified=2022-06-07 13:20:48.530519000, delta=1330000 ns, racy<=15000 ns
13:20:48.531 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.532039000, lastModified=2022-06-07 13:20:48.531519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.532039000, lastModified=2022-06-07 13:20:48.531519000, delta=520000 ns, racy<=15000 ns
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.532232000, lastModified=2022-06-07 13:20:48.531519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.532232000, lastModified=2022-06-07 13:20:48.531519000, delta=713000 ns, racy<=15000 ns
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.532433000, lastModified=2022-06-07 13:20:48.531519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.532433000, lastModified=2022-06-07 13:20:48.531519000, delta=914000 ns, racy<=15000 ns
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.532613000, lastModified=2022-06-07 13:20:48.531519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.532613000, lastModified=2022-06-07 13:20:48.531519000, delta=1094000 ns, racy<=15000 ns
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.532805000, lastModified=2022-06-07 13:20:48.531519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.532805000, lastModified=2022-06-07 13:20:48.531519000, delta=1286000 ns, racy<=15000 ns
13:20:48.532 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.532992000, lastModified=2022-06-07 13:20:48.532519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.532992000, lastModified=2022-06-07 13:20:48.532519000, delta=473000 ns, racy<=15000 ns
13:20:48.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.533212000, lastModified=2022-06-07 13:20:48.532519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.533212000, lastModified=2022-06-07 13:20:48.532519000, delta=693000 ns, racy<=15000 ns
13:20:48.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.533391000, lastModified=2022-06-07 13:20:48.532519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.533391000, lastModified=2022-06-07 13:20:48.532519000, delta=872000 ns, racy<=15000 ns
13:20:48.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.533566000, lastModified=2022-06-07 13:20:48.532519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.533566000, lastModified=2022-06-07 13:20:48.532519000, delta=1047000 ns, racy<=15000 ns
13:20:48.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.533 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.533743000, lastModified=2022-06-07 13:20:48.532519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.533743000, lastModified=2022-06-07 13:20:48.532519000, delta=1224000 ns, racy<=15000 ns
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.537168000, lastModified=2022-06-07 13:20:48.536519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.537168000, lastModified=2022-06-07 13:20:48.536519000, delta=649000 ns, racy<=15000 ns
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.537355000, lastModified=2022-06-07 13:20:48.536519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.537355000, lastModified=2022-06-07 13:20:48.536519000, delta=836000 ns, racy<=15000 ns
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.537536000, lastModified=2022-06-07 13:20:48.536519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.537536000, lastModified=2022-06-07 13:20:48.536519000, delta=1017000 ns, racy<=15000 ns
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.537717000, lastModified=2022-06-07 13:20:48.536519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.537717000, lastModified=2022-06-07 13:20:48.536519000, delta=1198000 ns, racy<=15000 ns
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.537 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.537900000, lastModified=2022-06-07 13:20:48.536519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.536519000 to 2022-06-07 13:20:48.537519000
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.538089000, lastModified=2022-06-07 13:20:48.537519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.538089000, lastModified=2022-06-07 13:20:48.537519000, delta=570000 ns, racy<=15000 ns
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.538269000, lastModified=2022-06-07 13:20:48.537519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.538269000, lastModified=2022-06-07 13:20:48.537519000, delta=750000 ns, racy<=15000 ns
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.538445000, lastModified=2022-06-07 13:20:48.537519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.538445000, lastModified=2022-06-07 13:20:48.537519000, delta=926000 ns, racy<=15000 ns
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.538621000, lastModified=2022-06-07 13:20:48.537519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.538621000, lastModified=2022-06-07 13:20:48.537519000, delta=1102000 ns, racy<=15000 ns
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.538798000, lastModified=2022-06-07 13:20:48.537519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.538798000, lastModified=2022-06-07 13:20:48.537519000, delta=1279000 ns, racy<=15000 ns
13:20:48.538 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.539035000, lastModified=2022-06-07 13:20:48.538519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.539035000, lastModified=2022-06-07 13:20:48.538519000, delta=516000 ns, racy<=15000 ns
13:20:48.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.539227000, lastModified=2022-06-07 13:20:48.538519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.539227000, lastModified=2022-06-07 13:20:48.538519000, delta=708000 ns, racy<=15000 ns
13:20:48.539 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.542602000, lastModified=2022-06-07 13:20:48.538519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.538519000 to 2022-06-07 13:20:48.541519000
13:20:48.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.542814000, lastModified=2022-06-07 13:20:48.541519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.542814000, lastModified=2022-06-07 13:20:48.541519000, delta=1295000 ns, racy<=15000 ns
13:20:48.542 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.543022000, lastModified=2022-06-07 13:20:48.542519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.543022000, lastModified=2022-06-07 13:20:48.542519000, delta=503000 ns, racy<=15000 ns
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.543217000, lastModified=2022-06-07 13:20:48.542519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.543217000, lastModified=2022-06-07 13:20:48.542519000, delta=698000 ns, racy<=15000 ns
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.543413000, lastModified=2022-06-07 13:20:48.542519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.543413000, lastModified=2022-06-07 13:20:48.542519000, delta=894000 ns, racy<=15000 ns
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.543596000, lastModified=2022-06-07 13:20:48.542519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.543596000, lastModified=2022-06-07 13:20:48.542519000, delta=1077000 ns, racy<=15000 ns
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.543777000, lastModified=2022-06-07 13:20:48.542519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.543777000, lastModified=2022-06-07 13:20:48.542519000, delta=1258000 ns, racy<=15000 ns
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.543 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.543968000, lastModified=2022-06-07 13:20:48.542519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.542519000 to 2022-06-07 13:20:48.543519000
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.544151000, lastModified=2022-06-07 13:20:48.543519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.544151000, lastModified=2022-06-07 13:20:48.543519000, delta=632000 ns, racy<=15000 ns
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.544330000, lastModified=2022-06-07 13:20:48.543519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.544330000, lastModified=2022-06-07 13:20:48.543519000, delta=811000 ns, racy<=15000 ns
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.544532000, lastModified=2022-06-07 13:20:48.543519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.544532000, lastModified=2022-06-07 13:20:48.543519000, delta=1013000 ns, racy<=15000 ns
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.544727000, lastModified=2022-06-07 13:20:48.543519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.544727000, lastModified=2022-06-07 13:20:48.543519000, delta=1208000 ns, racy<=15000 ns
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.544 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.544906000, lastModified=2022-06-07 13:20:48.543519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.548 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.543519000 to 2022-06-07 13:20:48.544519000
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.549028000, lastModified=2022-06-07 13:20:48.548519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.549028000, lastModified=2022-06-07 13:20:48.548519000, delta=509000 ns, racy<=15000 ns
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.549222000, lastModified=2022-06-07 13:20:48.548519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.549222000, lastModified=2022-06-07 13:20:48.548519000, delta=703000 ns, racy<=15000 ns
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.549400000, lastModified=2022-06-07 13:20:48.548519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.549400000, lastModified=2022-06-07 13:20:48.548519000, delta=881000 ns, racy<=15000 ns
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.549576000, lastModified=2022-06-07 13:20:48.548519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.549576000, lastModified=2022-06-07 13:20:48.548519000, delta=1057000 ns, racy<=15000 ns
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.549752000, lastModified=2022-06-07 13:20:48.548519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.549752000, lastModified=2022-06-07 13:20:48.548519000, delta=1233000 ns, racy<=15000 ns
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.549 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.549932000, lastModified=2022-06-07 13:20:48.548519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.548519000 to 2022-06-07 13:20:48.549519000
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.550118000, lastModified=2022-06-07 13:20:48.549519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.550118000, lastModified=2022-06-07 13:20:48.549519000, delta=599000 ns, racy<=15000 ns
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.550302000, lastModified=2022-06-07 13:20:48.549519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.550302000, lastModified=2022-06-07 13:20:48.549519000, delta=783000 ns, racy<=15000 ns
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.550476000, lastModified=2022-06-07 13:20:48.549519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.550476000, lastModified=2022-06-07 13:20:48.549519000, delta=957000 ns, racy<=15000 ns
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.550651000, lastModified=2022-06-07 13:20:48.549519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.550651000, lastModified=2022-06-07 13:20:48.549519000, delta=1132000 ns, racy<=15000 ns
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.550833000, lastModified=2022-06-07 13:20:48.549519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.550833000, lastModified=2022-06-07 13:20:48.549519000, delta=1314000 ns, racy<=15000 ns
13:20:48.550 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.551034000, lastModified=2022-06-07 13:20:48.550519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.551034000, lastModified=2022-06-07 13:20:48.550519000, delta=515000 ns, racy<=15000 ns
13:20:48.551 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.555389000, lastModified=2022-06-07 13:20:48.550519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.550519000 to 2022-06-07 13:20:48.554519000
13:20:48.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.555574000, lastModified=2022-06-07 13:20:48.554519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.555574000, lastModified=2022-06-07 13:20:48.554519000, delta=1055000 ns, racy<=15000 ns
13:20:48.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.555791000, lastModified=2022-06-07 13:20:48.554519000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.555791000, lastModified=2022-06-07 13:20:48.554519000, delta=1272000 ns, racy<=15000 ns
13:20:48.555 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.555995000, lastModified=2022-06-07 13:20:48.555520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.555995000, lastModified=2022-06-07 13:20:48.555520000, delta=475000 ns, racy<=15000 ns
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.556188000, lastModified=2022-06-07 13:20:48.555520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.556188000, lastModified=2022-06-07 13:20:48.555520000, delta=668000 ns, racy<=15000 ns
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.556369000, lastModified=2022-06-07 13:20:48.555520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.556369000, lastModified=2022-06-07 13:20:48.555520000, delta=849000 ns, racy<=15000 ns
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.556548000, lastModified=2022-06-07 13:20:48.555520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.556548000, lastModified=2022-06-07 13:20:48.555520000, delta=1028000 ns, racy<=15000 ns
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.556724000, lastModified=2022-06-07 13:20:48.555520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.556724000, lastModified=2022-06-07 13:20:48.555520000, delta=1204000 ns, racy<=15000 ns
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.556 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.556900000, lastModified=2022-06-07 13:20:48.555520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.555520000 to 2022-06-07 13:20:48.556520000
13:20:48.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.557078000, lastModified=2022-06-07 13:20:48.556520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.557078000, lastModified=2022-06-07 13:20:48.556520000, delta=558000 ns, racy<=15000 ns
13:20:48.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.557255000, lastModified=2022-06-07 13:20:48.556520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.557255000, lastModified=2022-06-07 13:20:48.556520000, delta=735000 ns, racy<=15000 ns
13:20:48.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.557429000, lastModified=2022-06-07 13:20:48.556520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.557429000, lastModified=2022-06-07 13:20:48.556520000, delta=909000 ns, racy<=15000 ns
13:20:48.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.557 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.557634000, lastModified=2022-06-07 13:20:48.556520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.557634000, lastModified=2022-06-07 13:20:48.556520000, delta=1114000 ns, racy<=15000 ns
13:20:48.561 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.562082000, lastModified=2022-06-07 13:20:48.561520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.562082000, lastModified=2022-06-07 13:20:48.561520000, delta=562000 ns, racy<=15000 ns
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.562305000, lastModified=2022-06-07 13:20:48.561520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.562305000, lastModified=2022-06-07 13:20:48.561520000, delta=785000 ns, racy<=15000 ns
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.562495000, lastModified=2022-06-07 13:20:48.561520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.562495000, lastModified=2022-06-07 13:20:48.561520000, delta=975000 ns, racy<=15000 ns
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.562673000, lastModified=2022-06-07 13:20:48.561520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.562673000, lastModified=2022-06-07 13:20:48.561520000, delta=1153000 ns, racy<=15000 ns
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.562851000, lastModified=2022-06-07 13:20:48.561520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.562851000, lastModified=2022-06-07 13:20:48.561520000, delta=1331000 ns, racy<=15000 ns
13:20:48.562 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.563056000, lastModified=2022-06-07 13:20:48.562520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.563056000, lastModified=2022-06-07 13:20:48.562520000, delta=536000 ns, racy<=15000 ns
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.563242000, lastModified=2022-06-07 13:20:48.562520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.563242000, lastModified=2022-06-07 13:20:48.562520000, delta=722000 ns, racy<=15000 ns
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.563418000, lastModified=2022-06-07 13:20:48.562520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.563418000, lastModified=2022-06-07 13:20:48.562520000, delta=898000 ns, racy<=15000 ns
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.563593000, lastModified=2022-06-07 13:20:48.562520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.563593000, lastModified=2022-06-07 13:20:48.562520000, delta=1073000 ns, racy<=15000 ns
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.563766000, lastModified=2022-06-07 13:20:48.562520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.563766000, lastModified=2022-06-07 13:20:48.562520000, delta=1246000 ns, racy<=15000 ns
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.563 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.563956000, lastModified=2022-06-07 13:20:48.562520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.562520000 to 2022-06-07 13:20:48.563520000
13:20:48.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.564133000, lastModified=2022-06-07 13:20:48.563520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.564133000, lastModified=2022-06-07 13:20:48.563520000, delta=613000 ns, racy<=15000 ns
13:20:48.564 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.568708000, lastModified=2022-06-07 13:20:48.563520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.568 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.563520000 to 2022-06-07 13:20:48.567520000
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.569030000, lastModified=2022-06-07 13:20:48.568520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.569030000, lastModified=2022-06-07 13:20:48.568520000, delta=510000 ns, racy<=15000 ns
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.569213000, lastModified=2022-06-07 13:20:48.568520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.569213000, lastModified=2022-06-07 13:20:48.568520000, delta=693000 ns, racy<=15000 ns
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.569388000, lastModified=2022-06-07 13:20:48.568520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.569388000, lastModified=2022-06-07 13:20:48.568520000, delta=868000 ns, racy<=15000 ns
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.569564000, lastModified=2022-06-07 13:20:48.568520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.569564000, lastModified=2022-06-07 13:20:48.568520000, delta=1044000 ns, racy<=15000 ns
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.569741000, lastModified=2022-06-07 13:20:48.568520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.569741000, lastModified=2022-06-07 13:20:48.568520000, delta=1221000 ns, racy<=15000 ns
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.569 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.569918000, lastModified=2022-06-07 13:20:48.568520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.568520000 to 2022-06-07 13:20:48.569520000
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.570101000, lastModified=2022-06-07 13:20:48.569520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.570101000, lastModified=2022-06-07 13:20:48.569520000, delta=581000 ns, racy<=15000 ns
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.570282000, lastModified=2022-06-07 13:20:48.569520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.570282000, lastModified=2022-06-07 13:20:48.569520000, delta=762000 ns, racy<=15000 ns
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.570460000, lastModified=2022-06-07 13:20:48.569520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.570460000, lastModified=2022-06-07 13:20:48.569520000, delta=940000 ns, racy<=15000 ns
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.570637000, lastModified=2022-06-07 13:20:48.569520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.570637000, lastModified=2022-06-07 13:20:48.569520000, delta=1117000 ns, racy<=15000 ns
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.570810000, lastModified=2022-06-07 13:20:48.569520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.570810000, lastModified=2022-06-07 13:20:48.569520000, delta=1290000 ns, racy<=15000 ns
13:20:48.570 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.571 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.570998000, lastModified=2022-06-07 13:20:48.570520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.570998000, lastModified=2022-06-07 13:20:48.570520000, delta=478000 ns, racy<=15000 ns
13:20:48.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.578537000, lastModified=2022-06-07 13:20:48.577520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.578537000, lastModified=2022-06-07 13:20:48.577520000, delta=1017000 ns, racy<=15000 ns
13:20:48.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.578729000, lastModified=2022-06-07 13:20:48.577520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.578729000, lastModified=2022-06-07 13:20:48.577520000, delta=1209000 ns, racy<=15000 ns
13:20:48.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.578 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.578907000, lastModified=2022-06-07 13:20:48.577520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.577520000 to 2022-06-07 13:20:48.578520000
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.579091000, lastModified=2022-06-07 13:20:48.578520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.579091000, lastModified=2022-06-07 13:20:48.578520000, delta=571000 ns, racy<=15000 ns
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.579269000, lastModified=2022-06-07 13:20:48.578520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.579269000, lastModified=2022-06-07 13:20:48.578520000, delta=749000 ns, racy<=15000 ns
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.579447000, lastModified=2022-06-07 13:20:48.578520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.579447000, lastModified=2022-06-07 13:20:48.578520000, delta=927000 ns, racy<=15000 ns
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.579624000, lastModified=2022-06-07 13:20:48.578520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.579624000, lastModified=2022-06-07 13:20:48.578520000, delta=1104000 ns, racy<=15000 ns
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.579799000, lastModified=2022-06-07 13:20:48.578520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.579799000, lastModified=2022-06-07 13:20:48.578520000, delta=1279000 ns, racy<=15000 ns
13:20:48.579 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.580001000, lastModified=2022-06-07 13:20:48.579520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.580001000, lastModified=2022-06-07 13:20:48.579520000, delta=481000 ns, racy<=15000 ns
13:20:48.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.580186000, lastModified=2022-06-07 13:20:48.579520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.580186000, lastModified=2022-06-07 13:20:48.579520000, delta=666000 ns, racy<=15000 ns
13:20:48.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.580361000, lastModified=2022-06-07 13:20:48.579520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.580361000, lastModified=2022-06-07 13:20:48.579520000, delta=841000 ns, racy<=15000 ns
13:20:48.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.580536000, lastModified=2022-06-07 13:20:48.579520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.580536000, lastModified=2022-06-07 13:20:48.579520000, delta=1016000 ns, racy<=15000 ns
13:20:48.580 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.582 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.582878000, lastModified=2022-06-07 13:20:48.579520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.579520000 to 2022-06-07 13:20:48.582520000
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.583084000, lastModified=2022-06-07 13:20:48.582520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.583084000, lastModified=2022-06-07 13:20:48.582520000, delta=564000 ns, racy<=15000 ns
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.583260000, lastModified=2022-06-07 13:20:48.582520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.583260000, lastModified=2022-06-07 13:20:48.582520000, delta=740000 ns, racy<=15000 ns
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.583430000, lastModified=2022-06-07 13:20:48.582520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.583430000, lastModified=2022-06-07 13:20:48.582520000, delta=910000 ns, racy<=15000 ns
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.583608000, lastModified=2022-06-07 13:20:48.582520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.583608000, lastModified=2022-06-07 13:20:48.582520000, delta=1088000 ns, racy<=15000 ns
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.583778000, lastModified=2022-06-07 13:20:48.582520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.583778000, lastModified=2022-06-07 13:20:48.582520000, delta=1258000 ns, racy<=15000 ns
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.583 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.583956000, lastModified=2022-06-07 13:20:48.582520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.582520000 to 2022-06-07 13:20:48.583520000
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.584149000, lastModified=2022-06-07 13:20:48.583520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.584149000, lastModified=2022-06-07 13:20:48.583520000, delta=629000 ns, racy<=15000 ns
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.584324000, lastModified=2022-06-07 13:20:48.583520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.584324000, lastModified=2022-06-07 13:20:48.583520000, delta=804000 ns, racy<=15000 ns
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.584504000, lastModified=2022-06-07 13:20:48.583520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.584504000, lastModified=2022-06-07 13:20:48.583520000, delta=984000 ns, racy<=15000 ns
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.584679000, lastModified=2022-06-07 13:20:48.583520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.584679000, lastModified=2022-06-07 13:20:48.583520000, delta=1159000 ns, racy<=15000 ns
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.584853000, lastModified=2022-06-07 13:20:48.583520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.584853000, lastModified=2022-06-07 13:20:48.583520000, delta=1333000 ns, racy<=15000 ns
13:20:48.584 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.585 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.585044000, lastModified=2022-06-07 13:20:48.584520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.585044000, lastModified=2022-06-07 13:20:48.584520000, delta=524000 ns, racy<=15000 ns
13:20:48.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.587613000, lastModified=2022-06-07 13:20:48.586520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.587613000, lastModified=2022-06-07 13:20:48.586520000, delta=1093000 ns, racy<=15000 ns
13:20:48.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.587802000, lastModified=2022-06-07 13:20:48.586520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.587802000, lastModified=2022-06-07 13:20:48.586520000, delta=1282000 ns, racy<=15000 ns
13:20:48.587 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.588034000, lastModified=2022-06-07 13:20:48.587520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.588034000, lastModified=2022-06-07 13:20:48.587520000, delta=514000 ns, racy<=15000 ns
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.588219000, lastModified=2022-06-07 13:20:48.587520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.588219000, lastModified=2022-06-07 13:20:48.587520000, delta=699000 ns, racy<=15000 ns
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.588404000, lastModified=2022-06-07 13:20:48.587520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.588404000, lastModified=2022-06-07 13:20:48.587520000, delta=884000 ns, racy<=15000 ns
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.588580000, lastModified=2022-06-07 13:20:48.587520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.588580000, lastModified=2022-06-07 13:20:48.587520000, delta=1060000 ns, racy<=15000 ns
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.588750000, lastModified=2022-06-07 13:20:48.587520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.588750000, lastModified=2022-06-07 13:20:48.587520000, delta=1230000 ns, racy<=15000 ns
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.588 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.588951000, lastModified=2022-06-07 13:20:48.587520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.587520000 to 2022-06-07 13:20:48.588520000
13:20:48.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.589126000, lastModified=2022-06-07 13:20:48.588520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.589126000, lastModified=2022-06-07 13:20:48.588520000, delta=606000 ns, racy<=15000 ns
13:20:48.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.589303000, lastModified=2022-06-07 13:20:48.588520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.589303000, lastModified=2022-06-07 13:20:48.588520000, delta=783000 ns, racy<=15000 ns
13:20:48.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.589480000, lastModified=2022-06-07 13:20:48.588520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.589480000, lastModified=2022-06-07 13:20:48.588520000, delta=960000 ns, racy<=15000 ns
13:20:48.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.589658000, lastModified=2022-06-07 13:20:48.588520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.589658000, lastModified=2022-06-07 13:20:48.588520000, delta=1138000 ns, racy<=15000 ns
13:20:48.589 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.592150000, lastModified=2022-06-07 13:20:48.588520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.588520000 to 2022-06-07 13:20:48.591520000
13:20:48.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.592357000, lastModified=2022-06-07 13:20:48.591520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.592357000, lastModified=2022-06-07 13:20:48.591520000, delta=837000 ns, racy<=15000 ns
13:20:48.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.592537000, lastModified=2022-06-07 13:20:48.591520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.592537000, lastModified=2022-06-07 13:20:48.591520000, delta=1017000 ns, racy<=15000 ns
13:20:48.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.592709000, lastModified=2022-06-07 13:20:48.591520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.592709000, lastModified=2022-06-07 13:20:48.591520000, delta=1189000 ns, racy<=15000 ns
13:20:48.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.592881000, lastModified=2022-06-07 13:20:48.591520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.592 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.591520000 to 2022-06-07 13:20:48.592520000
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.593053000, lastModified=2022-06-07 13:20:48.592520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.593053000, lastModified=2022-06-07 13:20:48.592520000, delta=533000 ns, racy<=15000 ns
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.593286000, lastModified=2022-06-07 13:20:48.592520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.593286000, lastModified=2022-06-07 13:20:48.592520000, delta=766000 ns, racy<=15000 ns
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.593516000, lastModified=2022-06-07 13:20:48.592520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.593516000, lastModified=2022-06-07 13:20:48.592520000, delta=996000 ns, racy<=15000 ns
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.593701000, lastModified=2022-06-07 13:20:48.592520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.593701000, lastModified=2022-06-07 13:20:48.592520000, delta=1181000 ns, racy<=15000 ns
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.593881000, lastModified=2022-06-07 13:20:48.592520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.593 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.592520000 to 2022-06-07 13:20:48.593520000
13:20:48.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.594071000, lastModified=2022-06-07 13:20:48.593520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.594071000, lastModified=2022-06-07 13:20:48.593520000, delta=551000 ns, racy<=15000 ns
13:20:48.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.594261000, lastModified=2022-06-07 13:20:48.593520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.594261000, lastModified=2022-06-07 13:20:48.593520000, delta=741000 ns, racy<=15000 ns
13:20:48.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.594 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.594444000, lastModified=2022-06-07 13:20:48.593520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.594444000, lastModified=2022-06-07 13:20:48.593520000, delta=924000 ns, racy<=15000 ns
13:20:48.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.596 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.596891000, lastModified=2022-06-07 13:20:48.595520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.595520000 to 2022-06-07 13:20:48.596520000
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.597100000, lastModified=2022-06-07 13:20:48.596520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.597100000, lastModified=2022-06-07 13:20:48.596520000, delta=580000 ns, racy<=15000 ns
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.597285000, lastModified=2022-06-07 13:20:48.596520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.597285000, lastModified=2022-06-07 13:20:48.596520000, delta=765000 ns, racy<=15000 ns
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.597463000, lastModified=2022-06-07 13:20:48.596520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.597463000, lastModified=2022-06-07 13:20:48.596520000, delta=943000 ns, racy<=15000 ns
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.597642000, lastModified=2022-06-07 13:20:48.596520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.597642000, lastModified=2022-06-07 13:20:48.596520000, delta=1122000 ns, racy<=15000 ns
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.597822000, lastModified=2022-06-07 13:20:48.596520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.597822000, lastModified=2022-06-07 13:20:48.596520000, delta=1302000 ns, racy<=15000 ns
13:20:48.597 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.598017000, lastModified=2022-06-07 13:20:48.597520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.598017000, lastModified=2022-06-07 13:20:48.597520000, delta=497000 ns, racy<=15000 ns
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.598219000, lastModified=2022-06-07 13:20:48.597520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.598219000, lastModified=2022-06-07 13:20:48.597520000, delta=699000 ns, racy<=15000 ns
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.598401000, lastModified=2022-06-07 13:20:48.597520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.598401000, lastModified=2022-06-07 13:20:48.597520000, delta=881000 ns, racy<=15000 ns
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.598578000, lastModified=2022-06-07 13:20:48.597520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.598578000, lastModified=2022-06-07 13:20:48.597520000, delta=1058000 ns, racy<=15000 ns
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.598757000, lastModified=2022-06-07 13:20:48.597520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.598757000, lastModified=2022-06-07 13:20:48.597520000, delta=1237000 ns, racy<=15000 ns
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.598 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.598937000, lastModified=2022-06-07 13:20:48.597520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.599 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.597520000 to 2022-06-07 13:20:48.598520000
13:20:48.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.601665000, lastModified=2022-06-07 13:20:48.598520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.598520000 to 2022-06-07 13:20:48.600520000
13:20:48.601 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.601961000, lastModified=2022-06-07 13:20:48.600520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.600520000 to 2022-06-07 13:20:48.601520000
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.602140000, lastModified=2022-06-07 13:20:48.601520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.602140000, lastModified=2022-06-07 13:20:48.601520000, delta=620000 ns, racy<=15000 ns
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.602320000, lastModified=2022-06-07 13:20:48.601520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.602320000, lastModified=2022-06-07 13:20:48.601520000, delta=800000 ns, racy<=15000 ns
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.602493000, lastModified=2022-06-07 13:20:48.601520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.602493000, lastModified=2022-06-07 13:20:48.601520000, delta=973000 ns, racy<=15000 ns
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.602676000, lastModified=2022-06-07 13:20:48.601520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.602676000, lastModified=2022-06-07 13:20:48.601520000, delta=1156000 ns, racy<=15000 ns
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.602852000, lastModified=2022-06-07 13:20:48.601520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.602852000, lastModified=2022-06-07 13:20:48.601520000, delta=1332000 ns, racy<=15000 ns
13:20:48.602 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.603037000, lastModified=2022-06-07 13:20:48.602520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.603037000, lastModified=2022-06-07 13:20:48.602520000, delta=517000 ns, racy<=15000 ns
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.603222000, lastModified=2022-06-07 13:20:48.602520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.603222000, lastModified=2022-06-07 13:20:48.602520000, delta=702000 ns, racy<=15000 ns
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.603397000, lastModified=2022-06-07 13:20:48.602520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.603397000, lastModified=2022-06-07 13:20:48.602520000, delta=877000 ns, racy<=15000 ns
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.603571000, lastModified=2022-06-07 13:20:48.602520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.603571000, lastModified=2022-06-07 13:20:48.602520000, delta=1051000 ns, racy<=15000 ns
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.603745000, lastModified=2022-06-07 13:20:48.602520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.603745000, lastModified=2022-06-07 13:20:48.602520000, delta=1225000 ns, racy<=15000 ns
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.603 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.603917000, lastModified=2022-06-07 13:20:48.602520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.602520000 to 2022-06-07 13:20:48.603520000
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.607149000, lastModified=2022-06-07 13:20:48.606520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.607149000, lastModified=2022-06-07 13:20:48.606520000, delta=629000 ns, racy<=15000 ns
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.607331000, lastModified=2022-06-07 13:20:48.606520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.607331000, lastModified=2022-06-07 13:20:48.606520000, delta=811000 ns, racy<=15000 ns
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.607534000, lastModified=2022-06-07 13:20:48.606520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.607534000, lastModified=2022-06-07 13:20:48.606520000, delta=1014000 ns, racy<=15000 ns
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.607723000, lastModified=2022-06-07 13:20:48.606520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.607723000, lastModified=2022-06-07 13:20:48.606520000, delta=1203000 ns, racy<=15000 ns
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.607 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.607909000, lastModified=2022-06-07 13:20:48.606520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.606520000 to 2022-06-07 13:20:48.607520000
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.608118000, lastModified=2022-06-07 13:20:48.607520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.608118000, lastModified=2022-06-07 13:20:48.607520000, delta=598000 ns, racy<=15000 ns
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.608314000, lastModified=2022-06-07 13:20:48.607520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.608314000, lastModified=2022-06-07 13:20:48.607520000, delta=794000 ns, racy<=15000 ns
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.608497000, lastModified=2022-06-07 13:20:48.607520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.608497000, lastModified=2022-06-07 13:20:48.607520000, delta=977000 ns, racy<=15000 ns
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.608703000, lastModified=2022-06-07 13:20:48.607520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.608703000, lastModified=2022-06-07 13:20:48.607520000, delta=1183000 ns, racy<=15000 ns
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.608 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.608880000, lastModified=2022-06-07 13:20:48.607520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.609 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.607520000 to 2022-06-07 13:20:48.608520000
13:20:48.609 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.609087000, lastModified=2022-06-07 13:20:48.608520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.609 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.609087000, lastModified=2022-06-07 13:20:48.608520000, delta=567000 ns, racy<=15000 ns
13:20:48.609 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.609 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.609277000, lastModified=2022-06-07 13:20:48.608520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.609 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.609277000, lastModified=2022-06-07 13:20:48.608520000, delta=757000 ns, racy<=15000 ns
13:20:48.609 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.612607000, lastModified=2022-06-07 13:20:48.608520000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.608520000 to 2022-06-07 13:20:48.611521000
13:20:48.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.612800000, lastModified=2022-06-07 13:20:48.611521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.612800000, lastModified=2022-06-07 13:20:48.611521000, delta=1279000 ns, racy<=15000 ns
13:20:48.612 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.612991000, lastModified=2022-06-07 13:20:48.612521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.612991000, lastModified=2022-06-07 13:20:48.612521000, delta=470000 ns, racy<=15000 ns
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.613190000, lastModified=2022-06-07 13:20:48.612521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.613190000, lastModified=2022-06-07 13:20:48.612521000, delta=669000 ns, racy<=15000 ns
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.613365000, lastModified=2022-06-07 13:20:48.612521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.613365000, lastModified=2022-06-07 13:20:48.612521000, delta=844000 ns, racy<=15000 ns
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.613549000, lastModified=2022-06-07 13:20:48.612521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.613549000, lastModified=2022-06-07 13:20:48.612521000, delta=1028000 ns, racy<=15000 ns
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.613725000, lastModified=2022-06-07 13:20:48.612521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.613725000, lastModified=2022-06-07 13:20:48.612521000, delta=1204000 ns, racy<=15000 ns
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.613 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.613899000, lastModified=2022-06-07 13:20:48.612521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.612521000 to 2022-06-07 13:20:48.613521000
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.614093000, lastModified=2022-06-07 13:20:48.613521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.614093000, lastModified=2022-06-07 13:20:48.613521000, delta=572000 ns, racy<=15000 ns
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.614277000, lastModified=2022-06-07 13:20:48.613521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.614277000, lastModified=2022-06-07 13:20:48.613521000, delta=756000 ns, racy<=15000 ns
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.614483000, lastModified=2022-06-07 13:20:48.613521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.614483000, lastModified=2022-06-07 13:20:48.613521000, delta=962000 ns, racy<=15000 ns
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.614656000, lastModified=2022-06-07 13:20:48.613521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.614656000, lastModified=2022-06-07 13:20:48.613521000, delta=1135000 ns, racy<=15000 ns
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.614 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.614832000, lastModified=2022-06-07 13:20:48.613521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.614832000, lastModified=2022-06-07 13:20:48.613521000, delta=1311000 ns, racy<=15000 ns
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.618297000, lastModified=2022-06-07 13:20:48.617521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.618297000, lastModified=2022-06-07 13:20:48.617521000, delta=776000 ns, racy<=15000 ns
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.618482000, lastModified=2022-06-07 13:20:48.617521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.618482000, lastModified=2022-06-07 13:20:48.617521000, delta=961000 ns, racy<=15000 ns
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.618662000, lastModified=2022-06-07 13:20:48.617521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.618662000, lastModified=2022-06-07 13:20:48.617521000, delta=1141000 ns, racy<=15000 ns
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.618837000, lastModified=2022-06-07 13:20:48.617521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.618837000, lastModified=2022-06-07 13:20:48.617521000, delta=1316000 ns, racy<=15000 ns
13:20:48.618 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.619048000, lastModified=2022-06-07 13:20:48.618521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.619048000, lastModified=2022-06-07 13:20:48.618521000, delta=527000 ns, racy<=15000 ns
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.619238000, lastModified=2022-06-07 13:20:48.618521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.619238000, lastModified=2022-06-07 13:20:48.618521000, delta=717000 ns, racy<=15000 ns
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.619414000, lastModified=2022-06-07 13:20:48.618521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.619414000, lastModified=2022-06-07 13:20:48.618521000, delta=893000 ns, racy<=15000 ns
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.619591000, lastModified=2022-06-07 13:20:48.618521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.619591000, lastModified=2022-06-07 13:20:48.618521000, delta=1070000 ns, racy<=15000 ns
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.619762000, lastModified=2022-06-07 13:20:48.618521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.619762000, lastModified=2022-06-07 13:20:48.618521000, delta=1241000 ns, racy<=15000 ns
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.619 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.619934000, lastModified=2022-06-07 13:20:48.618521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.618521000 to 2022-06-07 13:20:48.619521000
13:20:48.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.620170000, lastModified=2022-06-07 13:20:48.619521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.620170000, lastModified=2022-06-07 13:20:48.619521000, delta=649000 ns, racy<=15000 ns
13:20:48.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.620347000, lastModified=2022-06-07 13:20:48.619521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.620347000, lastModified=2022-06-07 13:20:48.619521000, delta=826000 ns, racy<=15000 ns
13:20:48.620 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.623 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.623836000, lastModified=2022-06-07 13:20:48.619521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.619521000 to 2022-06-07 13:20:48.623521000
13:20:48.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.624123000, lastModified=2022-06-07 13:20:48.623521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.624123000, lastModified=2022-06-07 13:20:48.623521000, delta=602000 ns, racy<=15000 ns
13:20:48.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.624388000, lastModified=2022-06-07 13:20:48.623521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.624388000, lastModified=2022-06-07 13:20:48.623521000, delta=867000 ns, racy<=15000 ns
13:20:48.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.624635000, lastModified=2022-06-07 13:20:48.623521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.624635000, lastModified=2022-06-07 13:20:48.623521000, delta=1114000 ns, racy<=15000 ns
13:20:48.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.624 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.624885000, lastModified=2022-06-07 13:20:48.623521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.623521000 to 2022-06-07 13:20:48.624521000
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.625093000, lastModified=2022-06-07 13:20:48.624521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.625093000, lastModified=2022-06-07 13:20:48.624521000, delta=572000 ns, racy<=15000 ns
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.625276000, lastModified=2022-06-07 13:20:48.624521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.625276000, lastModified=2022-06-07 13:20:48.624521000, delta=755000 ns, racy<=15000 ns
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.625510000, lastModified=2022-06-07 13:20:48.624521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.625510000, lastModified=2022-06-07 13:20:48.624521000, delta=989000 ns, racy<=15000 ns
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.625695000, lastModified=2022-06-07 13:20:48.624521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.625695000, lastModified=2022-06-07 13:20:48.624521000, delta=1174000 ns, racy<=15000 ns
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.625871000, lastModified=2022-06-07 13:20:48.624521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.625 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.625871000, lastModified=2022-06-07 13:20:48.624521000, delta=1350000 ns, racy<=15000 ns
13:20:48.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.626089000, lastModified=2022-06-07 13:20:48.625521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.626089000, lastModified=2022-06-07 13:20:48.625521000, delta=568000 ns, racy<=15000 ns
13:20:48.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.626269000, lastModified=2022-06-07 13:20:48.625521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.626269000, lastModified=2022-06-07 13:20:48.625521000, delta=748000 ns, racy<=15000 ns
13:20:48.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.626 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.626454000, lastModified=2022-06-07 13:20:48.625521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.626454000, lastModified=2022-06-07 13:20:48.625521000, delta=933000 ns, racy<=15000 ns
13:20:48.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.630403000, lastModified=2022-06-07 13:20:48.629521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.630403000, lastModified=2022-06-07 13:20:48.629521000, delta=882000 ns, racy<=15000 ns
13:20:48.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.630587000, lastModified=2022-06-07 13:20:48.629521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.630587000, lastModified=2022-06-07 13:20:48.629521000, delta=1066000 ns, racy<=15000 ns
13:20:48.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.630766000, lastModified=2022-06-07 13:20:48.629521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.630766000, lastModified=2022-06-07 13:20:48.629521000, delta=1245000 ns, racy<=15000 ns
13:20:48.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.630 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.630939000, lastModified=2022-06-07 13:20:48.629521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.629521000 to 2022-06-07 13:20:48.630521000
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.631128000, lastModified=2022-06-07 13:20:48.630521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.631128000, lastModified=2022-06-07 13:20:48.630521000, delta=607000 ns, racy<=15000 ns
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.631307000, lastModified=2022-06-07 13:20:48.630521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.631307000, lastModified=2022-06-07 13:20:48.630521000, delta=786000 ns, racy<=15000 ns
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.631481000, lastModified=2022-06-07 13:20:48.630521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.631481000, lastModified=2022-06-07 13:20:48.630521000, delta=960000 ns, racy<=15000 ns
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.631662000, lastModified=2022-06-07 13:20:48.630521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.631662000, lastModified=2022-06-07 13:20:48.630521000, delta=1141000 ns, racy<=15000 ns
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.631839000, lastModified=2022-06-07 13:20:48.630521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.631839000, lastModified=2022-06-07 13:20:48.630521000, delta=1318000 ns, racy<=15000 ns
13:20:48.631 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.632029000, lastModified=2022-06-07 13:20:48.631521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.632029000, lastModified=2022-06-07 13:20:48.631521000, delta=508000 ns, racy<=15000 ns
13:20:48.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.632216000, lastModified=2022-06-07 13:20:48.631521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.632216000, lastModified=2022-06-07 13:20:48.631521000, delta=695000 ns, racy<=15000 ns
13:20:48.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.632392000, lastModified=2022-06-07 13:20:48.631521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.632392000, lastModified=2022-06-07 13:20:48.631521000, delta=871000 ns, racy<=15000 ns
13:20:48.632 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.636696000, lastModified=2022-06-07 13:20:48.631521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.631521000 to 2022-06-07 13:20:48.635521000
13:20:48.636 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.636887000, lastModified=2022-06-07 13:20:48.635521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.635521000 to 2022-06-07 13:20:48.636521000
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.637092000, lastModified=2022-06-07 13:20:48.636521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.637092000, lastModified=2022-06-07 13:20:48.636521000, delta=571000 ns, racy<=15000 ns
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.637278000, lastModified=2022-06-07 13:20:48.636521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.637278000, lastModified=2022-06-07 13:20:48.636521000, delta=757000 ns, racy<=15000 ns
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.637455000, lastModified=2022-06-07 13:20:48.636521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.637455000, lastModified=2022-06-07 13:20:48.636521000, delta=934000 ns, racy<=15000 ns
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.637643000, lastModified=2022-06-07 13:20:48.636521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.637643000, lastModified=2022-06-07 13:20:48.636521000, delta=1122000 ns, racy<=15000 ns
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.637819000, lastModified=2022-06-07 13:20:48.636521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.637819000, lastModified=2022-06-07 13:20:48.636521000, delta=1298000 ns, racy<=15000 ns
13:20:48.637 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.638006000, lastModified=2022-06-07 13:20:48.637521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.638006000, lastModified=2022-06-07 13:20:48.637521000, delta=485000 ns, racy<=15000 ns
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.638198000, lastModified=2022-06-07 13:20:48.637521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.638198000, lastModified=2022-06-07 13:20:48.637521000, delta=677000 ns, racy<=15000 ns
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.638371000, lastModified=2022-06-07 13:20:48.637521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.638371000, lastModified=2022-06-07 13:20:48.637521000, delta=850000 ns, racy<=15000 ns
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.638549000, lastModified=2022-06-07 13:20:48.637521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.638549000, lastModified=2022-06-07 13:20:48.637521000, delta=1028000 ns, racy<=15000 ns
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.638732000, lastModified=2022-06-07 13:20:48.637521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.638732000, lastModified=2022-06-07 13:20:48.637521000, delta=1211000 ns, racy<=15000 ns
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.638 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.638908000, lastModified=2022-06-07 13:20:48.637521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.637521000 to 2022-06-07 13:20:48.638521000
13:20:48.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.643258000, lastModified=2022-06-07 13:20:48.642521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.643258000, lastModified=2022-06-07 13:20:48.642521000, delta=737000 ns, racy<=15000 ns
13:20:48.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.643450000, lastModified=2022-06-07 13:20:48.642521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.643450000, lastModified=2022-06-07 13:20:48.642521000, delta=929000 ns, racy<=15000 ns
13:20:48.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.643648000, lastModified=2022-06-07 13:20:48.642521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.643648000, lastModified=2022-06-07 13:20:48.642521000, delta=1127000 ns, racy<=15000 ns
13:20:48.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.643828000, lastModified=2022-06-07 13:20:48.642521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.643828000, lastModified=2022-06-07 13:20:48.642521000, delta=1307000 ns, racy<=15000 ns
13:20:48.643 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.644024000, lastModified=2022-06-07 13:20:48.643521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.644024000, lastModified=2022-06-07 13:20:48.643521000, delta=503000 ns, racy<=15000 ns
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.644218000, lastModified=2022-06-07 13:20:48.643521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.644218000, lastModified=2022-06-07 13:20:48.643521000, delta=697000 ns, racy<=15000 ns
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.644396000, lastModified=2022-06-07 13:20:48.643521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.644396000, lastModified=2022-06-07 13:20:48.643521000, delta=875000 ns, racy<=15000 ns
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.644576000, lastModified=2022-06-07 13:20:48.643521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.644576000, lastModified=2022-06-07 13:20:48.643521000, delta=1055000 ns, racy<=15000 ns
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.644773000, lastModified=2022-06-07 13:20:48.643521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.644773000, lastModified=2022-06-07 13:20:48.643521000, delta=1252000 ns, racy<=15000 ns
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.644 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.644964000, lastModified=2022-06-07 13:20:48.643521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.645 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.643521000 to 2022-06-07 13:20:48.644521000
13:20:48.645 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.645145000, lastModified=2022-06-07 13:20:48.644521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.645 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.645145000, lastModified=2022-06-07 13:20:48.644521000, delta=624000 ns, racy<=15000 ns
13:20:48.645 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.645 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.645322000, lastModified=2022-06-07 13:20:48.644521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.645 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.645322000, lastModified=2022-06-07 13:20:48.644521000, delta=801000 ns, racy<=15000 ns
13:20:48.645 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.649634000, lastModified=2022-06-07 13:20:48.644521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.644521000 to 2022-06-07 13:20:48.648521000
13:20:48.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.649822000, lastModified=2022-06-07 13:20:48.648521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.649822000, lastModified=2022-06-07 13:20:48.648521000, delta=1301000 ns, racy<=15000 ns
13:20:48.649 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.650013000, lastModified=2022-06-07 13:20:48.649521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.650013000, lastModified=2022-06-07 13:20:48.649521000, delta=492000 ns, racy<=15000 ns
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.650197000, lastModified=2022-06-07 13:20:48.649521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.650197000, lastModified=2022-06-07 13:20:48.649521000, delta=676000 ns, racy<=15000 ns
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.650371000, lastModified=2022-06-07 13:20:48.649521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.650371000, lastModified=2022-06-07 13:20:48.649521000, delta=850000 ns, racy<=15000 ns
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.650549000, lastModified=2022-06-07 13:20:48.649521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.650549000, lastModified=2022-06-07 13:20:48.649521000, delta=1028000 ns, racy<=15000 ns
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.650723000, lastModified=2022-06-07 13:20:48.649521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.650723000, lastModified=2022-06-07 13:20:48.649521000, delta=1202000 ns, racy<=15000 ns
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.650 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.650897000, lastModified=2022-06-07 13:20:48.649521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.649521000 to 2022-06-07 13:20:48.650521000
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.651124000, lastModified=2022-06-07 13:20:48.650521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.651124000, lastModified=2022-06-07 13:20:48.650521000, delta=603000 ns, racy<=15000 ns
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.651300000, lastModified=2022-06-07 13:20:48.650521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.651300000, lastModified=2022-06-07 13:20:48.650521000, delta=779000 ns, racy<=15000 ns
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.651476000, lastModified=2022-06-07 13:20:48.650521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.651476000, lastModified=2022-06-07 13:20:48.650521000, delta=955000 ns, racy<=15000 ns
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.651658000, lastModified=2022-06-07 13:20:48.650521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.651658000, lastModified=2022-06-07 13:20:48.650521000, delta=1137000 ns, racy<=15000 ns
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.651 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.651834000, lastModified=2022-06-07 13:20:48.650521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.651834000, lastModified=2022-06-07 13:20:48.650521000, delta=1313000 ns, racy<=15000 ns
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.659302000, lastModified=2022-06-07 13:20:48.658521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.659302000, lastModified=2022-06-07 13:20:48.658521000, delta=781000 ns, racy<=15000 ns
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.659483000, lastModified=2022-06-07 13:20:48.658521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.659483000, lastModified=2022-06-07 13:20:48.658521000, delta=962000 ns, racy<=15000 ns
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.659667000, lastModified=2022-06-07 13:20:48.658521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.659667000, lastModified=2022-06-07 13:20:48.658521000, delta=1146000 ns, racy<=15000 ns
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.659843000, lastModified=2022-06-07 13:20:48.658521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.659843000, lastModified=2022-06-07 13:20:48.658521000, delta=1322000 ns, racy<=15000 ns
13:20:48.659 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.660031000, lastModified=2022-06-07 13:20:48.659521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.660031000, lastModified=2022-06-07 13:20:48.659521000, delta=510000 ns, racy<=15000 ns
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.660222000, lastModified=2022-06-07 13:20:48.659521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.660222000, lastModified=2022-06-07 13:20:48.659521000, delta=701000 ns, racy<=15000 ns
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.660395000, lastModified=2022-06-07 13:20:48.659521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.660395000, lastModified=2022-06-07 13:20:48.659521000, delta=874000 ns, racy<=15000 ns
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.660572000, lastModified=2022-06-07 13:20:48.659521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.660572000, lastModified=2022-06-07 13:20:48.659521000, delta=1051000 ns, racy<=15000 ns
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.660744000, lastModified=2022-06-07 13:20:48.659521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.660744000, lastModified=2022-06-07 13:20:48.659521000, delta=1223000 ns, racy<=15000 ns
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.660 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.660917000, lastModified=2022-06-07 13:20:48.659521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.659521000 to 2022-06-07 13:20:48.660521000
13:20:48.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.661103000, lastModified=2022-06-07 13:20:48.660521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.661103000, lastModified=2022-06-07 13:20:48.660521000, delta=582000 ns, racy<=15000 ns
13:20:48.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.661278000, lastModified=2022-06-07 13:20:48.660521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.661278000, lastModified=2022-06-07 13:20:48.660521000, delta=757000 ns, racy<=15000 ns
13:20:48.661 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.664059000, lastModified=2022-06-07 13:20:48.660521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.660521000 to 2022-06-07 13:20:48.663521000
13:20:48.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.664353000, lastModified=2022-06-07 13:20:48.663521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.664353000, lastModified=2022-06-07 13:20:48.663521000, delta=832000 ns, racy<=15000 ns
13:20:48.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.664534000, lastModified=2022-06-07 13:20:48.663521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.664534000, lastModified=2022-06-07 13:20:48.663521000, delta=1013000 ns, racy<=15000 ns
13:20:48.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.664721000, lastModified=2022-06-07 13:20:48.663521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.664721000, lastModified=2022-06-07 13:20:48.663521000, delta=1200000 ns, racy<=15000 ns
13:20:48.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.664 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.664897000, lastModified=2022-06-07 13:20:48.663521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.663521000 to 2022-06-07 13:20:48.664521000
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.665091000, lastModified=2022-06-07 13:20:48.664521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.665091000, lastModified=2022-06-07 13:20:48.664521000, delta=570000 ns, racy<=15000 ns
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.665276000, lastModified=2022-06-07 13:20:48.664521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.665276000, lastModified=2022-06-07 13:20:48.664521000, delta=755000 ns, racy<=15000 ns
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.665452000, lastModified=2022-06-07 13:20:48.664521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.665452000, lastModified=2022-06-07 13:20:48.664521000, delta=931000 ns, racy<=15000 ns
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.665627000, lastModified=2022-06-07 13:20:48.664521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.665627000, lastModified=2022-06-07 13:20:48.664521000, delta=1106000 ns, racy<=15000 ns
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.665799000, lastModified=2022-06-07 13:20:48.664521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.665799000, lastModified=2022-06-07 13:20:48.664521000, delta=1278000 ns, racy<=15000 ns
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.665 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.665988000, lastModified=2022-06-07 13:20:48.665521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.665988000, lastModified=2022-06-07 13:20:48.665521000, delta=467000 ns, racy<=15000 ns
13:20:48.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.666186000, lastModified=2022-06-07 13:20:48.665521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.666186000, lastModified=2022-06-07 13:20:48.665521000, delta=665000 ns, racy<=15000 ns
13:20:48.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.666 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.666370000, lastModified=2022-06-07 13:20:48.665521000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.668 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.666370000, lastModified=2022-06-07 13:20:48.665521000, delta=849000 ns, racy<=15000 ns
13:20:48.668 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.668 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.668696000, lastModified=2022-06-07 13:20:48.667522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.668 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.668696000, lastModified=2022-06-07 13:20:48.667522000, delta=1174000 ns, racy<=15000 ns
13:20:48.668 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.668 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.668897000, lastModified=2022-06-07 13:20:48.667522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.667522000 to 2022-06-07 13:20:48.668522000
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.669084000, lastModified=2022-06-07 13:20:48.668522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.669084000, lastModified=2022-06-07 13:20:48.668522000, delta=562000 ns, racy<=15000 ns
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.669264000, lastModified=2022-06-07 13:20:48.668522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.669264000, lastModified=2022-06-07 13:20:48.668522000, delta=742000 ns, racy<=15000 ns
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.669439000, lastModified=2022-06-07 13:20:48.668522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.669439000, lastModified=2022-06-07 13:20:48.668522000, delta=917000 ns, racy<=15000 ns
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.669627000, lastModified=2022-06-07 13:20:48.668522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.669627000, lastModified=2022-06-07 13:20:48.668522000, delta=1105000 ns, racy<=15000 ns
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.669801000, lastModified=2022-06-07 13:20:48.668522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.669801000, lastModified=2022-06-07 13:20:48.668522000, delta=1279000 ns, racy<=15000 ns
13:20:48.669 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.669994000, lastModified=2022-06-07 13:20:48.669522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.669994000, lastModified=2022-06-07 13:20:48.669522000, delta=472000 ns, racy<=15000 ns
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.670186000, lastModified=2022-06-07 13:20:48.669522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.670186000, lastModified=2022-06-07 13:20:48.669522000, delta=664000 ns, racy<=15000 ns
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.670357000, lastModified=2022-06-07 13:20:48.669522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.670357000, lastModified=2022-06-07 13:20:48.669522000, delta=835000 ns, racy<=15000 ns
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.670530000, lastModified=2022-06-07 13:20:48.669522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.670530000, lastModified=2022-06-07 13:20:48.669522000, delta=1008000 ns, racy<=15000 ns
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.670705000, lastModified=2022-06-07 13:20:48.669522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.670705000, lastModified=2022-06-07 13:20:48.669522000, delta=1183000 ns, racy<=15000 ns
13:20:48.670 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.673206000, lastModified=2022-06-07 13:20:48.669522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.669522000 to 2022-06-07 13:20:48.672522000
13:20:48.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.673494000, lastModified=2022-06-07 13:20:48.672522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.673494000, lastModified=2022-06-07 13:20:48.672522000, delta=972000 ns, racy<=15000 ns
13:20:48.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.673672000, lastModified=2022-06-07 13:20:48.672522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.673672000, lastModified=2022-06-07 13:20:48.672522000, delta=1150000 ns, racy<=15000 ns
13:20:48.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.673852000, lastModified=2022-06-07 13:20:48.672522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.673852000, lastModified=2022-06-07 13:20:48.672522000, delta=1330000 ns, racy<=15000 ns
13:20:48.673 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.674036000, lastModified=2022-06-07 13:20:48.673522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.674036000, lastModified=2022-06-07 13:20:48.673522000, delta=514000 ns, racy<=15000 ns
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.674226000, lastModified=2022-06-07 13:20:48.673522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.674226000, lastModified=2022-06-07 13:20:48.673522000, delta=704000 ns, racy<=15000 ns
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.674410000, lastModified=2022-06-07 13:20:48.673522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.674410000, lastModified=2022-06-07 13:20:48.673522000, delta=888000 ns, racy<=15000 ns
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.674587000, lastModified=2022-06-07 13:20:48.673522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.674587000, lastModified=2022-06-07 13:20:48.673522000, delta=1065000 ns, racy<=15000 ns
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.674764000, lastModified=2022-06-07 13:20:48.673522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.674764000, lastModified=2022-06-07 13:20:48.673522000, delta=1242000 ns, racy<=15000 ns
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.674 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.674938000, lastModified=2022-06-07 13:20:48.673522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.673522000 to 2022-06-07 13:20:48.674522000
13:20:48.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.675141000, lastModified=2022-06-07 13:20:48.674522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.675141000, lastModified=2022-06-07 13:20:48.674522000, delta=619000 ns, racy<=15000 ns
13:20:48.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.675318000, lastModified=2022-06-07 13:20:48.674522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.675318000, lastModified=2022-06-07 13:20:48.674522000, delta=796000 ns, racy<=15000 ns
13:20:48.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.675 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.675493000, lastModified=2022-06-07 13:20:48.674522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.675493000, lastModified=2022-06-07 13:20:48.674522000, delta=971000 ns, racy<=15000 ns
13:20:48.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.677 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.677952000, lastModified=2022-06-07 13:20:48.676522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.676522000 to 2022-06-07 13:20:48.677522000
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.678137000, lastModified=2022-06-07 13:20:48.677522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.678137000, lastModified=2022-06-07 13:20:48.677522000, delta=615000 ns, racy<=15000 ns
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.678317000, lastModified=2022-06-07 13:20:48.677522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.678317000, lastModified=2022-06-07 13:20:48.677522000, delta=795000 ns, racy<=15000 ns
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.678495000, lastModified=2022-06-07 13:20:48.677522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.678495000, lastModified=2022-06-07 13:20:48.677522000, delta=973000 ns, racy<=15000 ns
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.678671000, lastModified=2022-06-07 13:20:48.677522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.678671000, lastModified=2022-06-07 13:20:48.677522000, delta=1149000 ns, racy<=15000 ns
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.678848000, lastModified=2022-06-07 13:20:48.677522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.678848000, lastModified=2022-06-07 13:20:48.677522000, delta=1326000 ns, racy<=15000 ns
13:20:48.678 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.679032000, lastModified=2022-06-07 13:20:48.678522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.679032000, lastModified=2022-06-07 13:20:48.678522000, delta=510000 ns, racy<=15000 ns
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.679229000, lastModified=2022-06-07 13:20:48.678522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.679229000, lastModified=2022-06-07 13:20:48.678522000, delta=707000 ns, racy<=15000 ns
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.679406000, lastModified=2022-06-07 13:20:48.678522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.679406000, lastModified=2022-06-07 13:20:48.678522000, delta=884000 ns, racy<=15000 ns
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.679584000, lastModified=2022-06-07 13:20:48.678522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.679584000, lastModified=2022-06-07 13:20:48.678522000, delta=1062000 ns, racy<=15000 ns
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.679759000, lastModified=2022-06-07 13:20:48.678522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.679759000, lastModified=2022-06-07 13:20:48.678522000, delta=1237000 ns, racy<=15000 ns
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.679 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.679937000, lastModified=2022-06-07 13:20:48.678522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.680 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.678522000 to 2022-06-07 13:20:48.679522000
13:20:48.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.682381000, lastModified=2022-06-07 13:20:48.679522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.679522000 to 2022-06-07 13:20:48.681522000
13:20:48.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.682687000, lastModified=2022-06-07 13:20:48.681522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.682687000, lastModified=2022-06-07 13:20:48.681522000, delta=1165000 ns, racy<=15000 ns
13:20:48.682 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.683006000, lastModified=2022-06-07 13:20:48.681522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.681522000 to 2022-06-07 13:20:48.682522000
13:20:48.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.683277000, lastModified=2022-06-07 13:20:48.682522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.683277000, lastModified=2022-06-07 13:20:48.682522000, delta=755000 ns, racy<=15000 ns
13:20:48.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.683540000, lastModified=2022-06-07 13:20:48.682522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.683540000, lastModified=2022-06-07 13:20:48.682522000, delta=1018000 ns, racy<=15000 ns
13:20:48.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.683791000, lastModified=2022-06-07 13:20:48.682522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.683791000, lastModified=2022-06-07 13:20:48.682522000, delta=1269000 ns, racy<=15000 ns
13:20:48.683 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.684070000, lastModified=2022-06-07 13:20:48.683522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.684070000, lastModified=2022-06-07 13:20:48.683522000, delta=548000 ns, racy<=15000 ns
13:20:48.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.684350000, lastModified=2022-06-07 13:20:48.683522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.684350000, lastModified=2022-06-07 13:20:48.683522000, delta=828000 ns, racy<=15000 ns
13:20:48.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.684601000, lastModified=2022-06-07 13:20:48.683522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.684601000, lastModified=2022-06-07 13:20:48.683522000, delta=1079000 ns, racy<=15000 ns
13:20:48.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.684 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.684847000, lastModified=2022-06-07 13:20:48.683522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.683522000 to 2022-06-07 13:20:48.684522000
13:20:48.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.685094000, lastModified=2022-06-07 13:20:48.684522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.685094000, lastModified=2022-06-07 13:20:48.684522000, delta=572000 ns, racy<=15000 ns
13:20:48.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.685296000, lastModified=2022-06-07 13:20:48.684522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.685296000, lastModified=2022-06-07 13:20:48.684522000, delta=774000 ns, racy<=15000 ns
13:20:48.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.685 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.685488000, lastModified=2022-06-07 13:20:48.684522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.685488000, lastModified=2022-06-07 13:20:48.684522000, delta=966000 ns, racy<=15000 ns
13:20:48.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.688773000, lastModified=2022-06-07 13:20:48.687522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.688773000, lastModified=2022-06-07 13:20:48.687522000, delta=1251000 ns, racy<=15000 ns
13:20:48.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.688 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.688969000, lastModified=2022-06-07 13:20:48.687522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.687522000 to 2022-06-07 13:20:48.688522000
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.689152000, lastModified=2022-06-07 13:20:48.688522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.689152000, lastModified=2022-06-07 13:20:48.688522000, delta=630000 ns, racy<=15000 ns
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.689335000, lastModified=2022-06-07 13:20:48.688522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.689335000, lastModified=2022-06-07 13:20:48.688522000, delta=813000 ns, racy<=15000 ns
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.689514000, lastModified=2022-06-07 13:20:48.688522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.689514000, lastModified=2022-06-07 13:20:48.688522000, delta=992000 ns, racy<=15000 ns
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.689708000, lastModified=2022-06-07 13:20:48.688522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.689708000, lastModified=2022-06-07 13:20:48.688522000, delta=1186000 ns, racy<=15000 ns
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.689886000, lastModified=2022-06-07 13:20:48.688522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.689 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.688522000 to 2022-06-07 13:20:48.689522000
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.690062000, lastModified=2022-06-07 13:20:48.689522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.690062000, lastModified=2022-06-07 13:20:48.689522000, delta=540000 ns, racy<=15000 ns
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.690248000, lastModified=2022-06-07 13:20:48.689522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.690248000, lastModified=2022-06-07 13:20:48.689522000, delta=726000 ns, racy<=15000 ns
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.690424000, lastModified=2022-06-07 13:20:48.689522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.690424000, lastModified=2022-06-07 13:20:48.689522000, delta=902000 ns, racy<=15000 ns
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.690640000, lastModified=2022-06-07 13:20:48.689522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.690640000, lastModified=2022-06-07 13:20:48.689522000, delta=1118000 ns, racy<=15000 ns
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.690816000, lastModified=2022-06-07 13:20:48.689522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.690816000, lastModified=2022-06-07 13:20:48.689522000, delta=1294000 ns, racy<=15000 ns
13:20:48.690 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.694268000, lastModified=2022-06-07 13:20:48.690522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.690522000 to 2022-06-07 13:20:48.693522000
13:20:48.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.694722000, lastModified=2022-06-07 13:20:48.693522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.694722000, lastModified=2022-06-07 13:20:48.693522000, delta=1200000 ns, racy<=15000 ns
13:20:48.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.694 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.694953000, lastModified=2022-06-07 13:20:48.693522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.693522000 to 2022-06-07 13:20:48.694522000
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.695149000, lastModified=2022-06-07 13:20:48.694522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.695149000, lastModified=2022-06-07 13:20:48.694522000, delta=627000 ns, racy<=15000 ns
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.695337000, lastModified=2022-06-07 13:20:48.694522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.695337000, lastModified=2022-06-07 13:20:48.694522000, delta=815000 ns, racy<=15000 ns
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.695515000, lastModified=2022-06-07 13:20:48.694522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.695515000, lastModified=2022-06-07 13:20:48.694522000, delta=993000 ns, racy<=15000 ns
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.695689000, lastModified=2022-06-07 13:20:48.694522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.695689000, lastModified=2022-06-07 13:20:48.694522000, delta=1167000 ns, racy<=15000 ns
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.695 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.695864000, lastModified=2022-06-07 13:20:48.694522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.695864000, lastModified=2022-06-07 13:20:48.694522000, delta=1342000 ns, racy<=15000 ns
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.696105000, lastModified=2022-06-07 13:20:48.695522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.696105000, lastModified=2022-06-07 13:20:48.695522000, delta=583000 ns, racy<=15000 ns
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.696281000, lastModified=2022-06-07 13:20:48.695522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.696281000, lastModified=2022-06-07 13:20:48.695522000, delta=759000 ns, racy<=15000 ns
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.696455000, lastModified=2022-06-07 13:20:48.695522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.696455000, lastModified=2022-06-07 13:20:48.695522000, delta=933000 ns, racy<=15000 ns
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.696632000, lastModified=2022-06-07 13:20:48.695522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.696632000, lastModified=2022-06-07 13:20:48.695522000, delta=1110000 ns, racy<=15000 ns
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.696 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.696805000, lastModified=2022-06-07 13:20:48.695522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.696805000, lastModified=2022-06-07 13:20:48.695522000, delta=1283000 ns, racy<=15000 ns
13:20:48.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.700354000, lastModified=2022-06-07 13:20:48.699522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.700354000, lastModified=2022-06-07 13:20:48.699522000, delta=832000 ns, racy<=15000 ns
13:20:48.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.700534000, lastModified=2022-06-07 13:20:48.699522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.700534000, lastModified=2022-06-07 13:20:48.699522000, delta=1012000 ns, racy<=15000 ns
13:20:48.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.700710000, lastModified=2022-06-07 13:20:48.699522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.700710000, lastModified=2022-06-07 13:20:48.699522000, delta=1188000 ns, racy<=15000 ns
13:20:48.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.700888000, lastModified=2022-06-07 13:20:48.699522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.700 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.699522000 to 2022-06-07 13:20:48.700522000
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.701066000, lastModified=2022-06-07 13:20:48.700522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.701066000, lastModified=2022-06-07 13:20:48.700522000, delta=544000 ns, racy<=15000 ns
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.701252000, lastModified=2022-06-07 13:20:48.700522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.701252000, lastModified=2022-06-07 13:20:48.700522000, delta=730000 ns, racy<=15000 ns
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.701427000, lastModified=2022-06-07 13:20:48.700522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.701427000, lastModified=2022-06-07 13:20:48.700522000, delta=905000 ns, racy<=15000 ns
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.701600000, lastModified=2022-06-07 13:20:48.700522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.701600000, lastModified=2022-06-07 13:20:48.700522000, delta=1078000 ns, racy<=15000 ns
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.701787000, lastModified=2022-06-07 13:20:48.700522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.701787000, lastModified=2022-06-07 13:20:48.700522000, delta=1265000 ns, racy<=15000 ns
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.701 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.701967000, lastModified=2022-06-07 13:20:48.700522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.700522000 to 2022-06-07 13:20:48.701522000
13:20:48.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.702151000, lastModified=2022-06-07 13:20:48.701522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.702151000, lastModified=2022-06-07 13:20:48.701522000, delta=629000 ns, racy<=15000 ns
13:20:48.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.702319000, lastModified=2022-06-07 13:20:48.701522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.702319000, lastModified=2022-06-07 13:20:48.701522000, delta=797000 ns, racy<=15000 ns
13:20:48.702 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.705 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.705787000, lastModified=2022-06-07 13:20:48.701522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.701522000 to 2022-06-07 13:20:48.705522000
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.706217000, lastModified=2022-06-07 13:20:48.705522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.706217000, lastModified=2022-06-07 13:20:48.705522000, delta=695000 ns, racy<=15000 ns
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.706396000, lastModified=2022-06-07 13:20:48.705522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.706396000, lastModified=2022-06-07 13:20:48.705522000, delta=874000 ns, racy<=15000 ns
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.706571000, lastModified=2022-06-07 13:20:48.705522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.706571000, lastModified=2022-06-07 13:20:48.705522000, delta=1049000 ns, racy<=15000 ns
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.706746000, lastModified=2022-06-07 13:20:48.705522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.706746000, lastModified=2022-06-07 13:20:48.705522000, delta=1224000 ns, racy<=15000 ns
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.706 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.706922000, lastModified=2022-06-07 13:20:48.705522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.705522000 to 2022-06-07 13:20:48.706522000
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.707120000, lastModified=2022-06-07 13:20:48.706522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.707120000, lastModified=2022-06-07 13:20:48.706522000, delta=598000 ns, racy<=15000 ns
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.707294000, lastModified=2022-06-07 13:20:48.706522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.707294000, lastModified=2022-06-07 13:20:48.706522000, delta=772000 ns, racy<=15000 ns
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.707463000, lastModified=2022-06-07 13:20:48.706522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.707463000, lastModified=2022-06-07 13:20:48.706522000, delta=941000 ns, racy<=15000 ns
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.707631000, lastModified=2022-06-07 13:20:48.706522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.707631000, lastModified=2022-06-07 13:20:48.706522000, delta=1109000 ns, racy<=15000 ns
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.707801000, lastModified=2022-06-07 13:20:48.706522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.707801000, lastModified=2022-06-07 13:20:48.706522000, delta=1279000 ns, racy<=15000 ns
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.707 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.707977000, lastModified=2022-06-07 13:20:48.707522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.707977000, lastModified=2022-06-07 13:20:48.707522000, delta=455000 ns, racy<=15000 ns
13:20:48.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.708 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.708176000, lastModified=2022-06-07 13:20:48.707522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.711 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.708176000, lastModified=2022-06-07 13:20:48.707522000, delta=654000 ns, racy<=15000 ns
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.712099000, lastModified=2022-06-07 13:20:48.711522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.712099000, lastModified=2022-06-07 13:20:48.711522000, delta=577000 ns, racy<=15000 ns
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.712305000, lastModified=2022-06-07 13:20:48.711522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.712305000, lastModified=2022-06-07 13:20:48.711522000, delta=783000 ns, racy<=15000 ns
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.712496000, lastModified=2022-06-07 13:20:48.711522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.712496000, lastModified=2022-06-07 13:20:48.711522000, delta=974000 ns, racy<=15000 ns
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.712692000, lastModified=2022-06-07 13:20:48.711522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.712692000, lastModified=2022-06-07 13:20:48.711522000, delta=1170000 ns, racy<=15000 ns
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.712 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.712885000, lastModified=2022-06-07 13:20:48.711522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.711522000 to 2022-06-07 13:20:48.712522000
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.713096000, lastModified=2022-06-07 13:20:48.712522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.713096000, lastModified=2022-06-07 13:20:48.712522000, delta=574000 ns, racy<=15000 ns
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.713274000, lastModified=2022-06-07 13:20:48.712522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.713274000, lastModified=2022-06-07 13:20:48.712522000, delta=752000 ns, racy<=15000 ns
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.713455000, lastModified=2022-06-07 13:20:48.712522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.713455000, lastModified=2022-06-07 13:20:48.712522000, delta=933000 ns, racy<=15000 ns
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.713631000, lastModified=2022-06-07 13:20:48.712522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.713631000, lastModified=2022-06-07 13:20:48.712522000, delta=1109000 ns, racy<=15000 ns
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.713810000, lastModified=2022-06-07 13:20:48.712522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.713810000, lastModified=2022-06-07 13:20:48.712522000, delta=1288000 ns, racy<=15000 ns
13:20:48.713 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.713991000, lastModified=2022-06-07 13:20:48.713522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.713991000, lastModified=2022-06-07 13:20:48.713522000, delta=469000 ns, racy<=15000 ns
13:20:48.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.714191000, lastModified=2022-06-07 13:20:48.713522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.714191000, lastModified=2022-06-07 13:20:48.713522000, delta=669000 ns, racy<=15000 ns
13:20:48.714 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.718446000, lastModified=2022-06-07 13:20:48.713522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.713522000 to 2022-06-07 13:20:48.717522000
13:20:48.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.718634000, lastModified=2022-06-07 13:20:48.717522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.718634000, lastModified=2022-06-07 13:20:48.717522000, delta=1112000 ns, racy<=15000 ns
13:20:48.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.718812000, lastModified=2022-06-07 13:20:48.717522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.718812000, lastModified=2022-06-07 13:20:48.717522000, delta=1290000 ns, racy<=15000 ns
13:20:48.718 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.719029000, lastModified=2022-06-07 13:20:48.718522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.719029000, lastModified=2022-06-07 13:20:48.718522000, delta=507000 ns, racy<=15000 ns
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.719216000, lastModified=2022-06-07 13:20:48.718522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.719216000, lastModified=2022-06-07 13:20:48.718522000, delta=694000 ns, racy<=15000 ns
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.719399000, lastModified=2022-06-07 13:20:48.718522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.719399000, lastModified=2022-06-07 13:20:48.718522000, delta=877000 ns, racy<=15000 ns
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.719568000, lastModified=2022-06-07 13:20:48.718522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.719568000, lastModified=2022-06-07 13:20:48.718522000, delta=1046000 ns, racy<=15000 ns
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.719738000, lastModified=2022-06-07 13:20:48.718522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.719738000, lastModified=2022-06-07 13:20:48.718522000, delta=1216000 ns, racy<=15000 ns
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.719 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.719905000, lastModified=2022-06-07 13:20:48.718522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.718522000 to 2022-06-07 13:20:48.719522000
13:20:48.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.720077000, lastModified=2022-06-07 13:20:48.719522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.720077000, lastModified=2022-06-07 13:20:48.719522000, delta=555000 ns, racy<=15000 ns
13:20:48.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.720252000, lastModified=2022-06-07 13:20:48.719522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.720252000, lastModified=2022-06-07 13:20:48.719522000, delta=730000 ns, racy<=15000 ns
13:20:48.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.720419000, lastModified=2022-06-07 13:20:48.719522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.720419000, lastModified=2022-06-07 13:20:48.719522000, delta=897000 ns, racy<=15000 ns
13:20:48.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.720 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.720590000, lastModified=2022-06-07 13:20:48.719522000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.724 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.720590000, lastModified=2022-06-07 13:20:48.719522000, delta=1068000 ns, racy<=15000 ns
13:20:48.724 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.724 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.724905000, lastModified=2022-06-07 13:20:48.723523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.723523000 to 2022-06-07 13:20:48.724523000
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.725127000, lastModified=2022-06-07 13:20:48.724523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.725127000, lastModified=2022-06-07 13:20:48.724523000, delta=604000 ns, racy<=15000 ns
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.725304000, lastModified=2022-06-07 13:20:48.724523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.725304000, lastModified=2022-06-07 13:20:48.724523000, delta=781000 ns, racy<=15000 ns
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.725475000, lastModified=2022-06-07 13:20:48.724523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.725475000, lastModified=2022-06-07 13:20:48.724523000, delta=952000 ns, racy<=15000 ns
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.725648000, lastModified=2022-06-07 13:20:48.724523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.725648000, lastModified=2022-06-07 13:20:48.724523000, delta=1125000 ns, racy<=15000 ns
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.725819000, lastModified=2022-06-07 13:20:48.724523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.725819000, lastModified=2022-06-07 13:20:48.724523000, delta=1296000 ns, racy<=15000 ns
13:20:48.725 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.726012000, lastModified=2022-06-07 13:20:48.725523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.726012000, lastModified=2022-06-07 13:20:48.725523000, delta=489000 ns, racy<=15000 ns
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.726261000, lastModified=2022-06-07 13:20:48.725523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.726261000, lastModified=2022-06-07 13:20:48.725523000, delta=738000 ns, racy<=15000 ns
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.726439000, lastModified=2022-06-07 13:20:48.725523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.726439000, lastModified=2022-06-07 13:20:48.725523000, delta=916000 ns, racy<=15000 ns
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.726619000, lastModified=2022-06-07 13:20:48.725523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.726619000, lastModified=2022-06-07 13:20:48.725523000, delta=1096000 ns, racy<=15000 ns
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.726797000, lastModified=2022-06-07 13:20:48.725523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.726797000, lastModified=2022-06-07 13:20:48.725523000, delta=1274000 ns, racy<=15000 ns
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.726 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.726986000, lastModified=2022-06-07 13:20:48.726523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.726986000, lastModified=2022-06-07 13:20:48.726523000, delta=463000 ns, racy<=15000 ns
13:20:48.727 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.731 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.731434000, lastModified=2022-06-07 13:20:48.726523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.731 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.726523000 to 2022-06-07 13:20:48.730523000
13:20:48.731 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.731627000, lastModified=2022-06-07 13:20:48.730523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.731 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.731627000, lastModified=2022-06-07 13:20:48.730523000, delta=1104000 ns, racy<=15000 ns
13:20:48.731 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.731 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.731806000, lastModified=2022-06-07 13:20:48.730523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.731 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.731806000, lastModified=2022-06-07 13:20:48.730523000, delta=1283000 ns, racy<=15000 ns
13:20:48.731 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.732003000, lastModified=2022-06-07 13:20:48.731523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.732003000, lastModified=2022-06-07 13:20:48.731523000, delta=480000 ns, racy<=15000 ns
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.732190000, lastModified=2022-06-07 13:20:48.731523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.732190000, lastModified=2022-06-07 13:20:48.731523000, delta=667000 ns, racy<=15000 ns
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.732362000, lastModified=2022-06-07 13:20:48.731523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.732362000, lastModified=2022-06-07 13:20:48.731523000, delta=839000 ns, racy<=15000 ns
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.732532000, lastModified=2022-06-07 13:20:48.731523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.732532000, lastModified=2022-06-07 13:20:48.731523000, delta=1009000 ns, racy<=15000 ns
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.732751000, lastModified=2022-06-07 13:20:48.731523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.732751000, lastModified=2022-06-07 13:20:48.731523000, delta=1228000 ns, racy<=15000 ns
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.732 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.732926000, lastModified=2022-06-07 13:20:48.731523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.731523000 to 2022-06-07 13:20:48.732523000
13:20:48.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.733110000, lastModified=2022-06-07 13:20:48.732523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.733110000, lastModified=2022-06-07 13:20:48.732523000, delta=587000 ns, racy<=15000 ns
13:20:48.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.733290000, lastModified=2022-06-07 13:20:48.732523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.733290000, lastModified=2022-06-07 13:20:48.732523000, delta=767000 ns, racy<=15000 ns
13:20:48.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.733466000, lastModified=2022-06-07 13:20:48.732523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.733466000, lastModified=2022-06-07 13:20:48.732523000, delta=943000 ns, racy<=15000 ns
13:20:48.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.733 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.733647000, lastModified=2022-06-07 13:20:48.732523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.733647000, lastModified=2022-06-07 13:20:48.732523000, delta=1124000 ns, racy<=15000 ns
13:20:48.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.741397000, lastModified=2022-06-07 13:20:48.740523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.741397000, lastModified=2022-06-07 13:20:48.740523000, delta=874000 ns, racy<=15000 ns
13:20:48.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.741586000, lastModified=2022-06-07 13:20:48.740523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.741586000, lastModified=2022-06-07 13:20:48.740523000, delta=1063000 ns, racy<=15000 ns
13:20:48.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.741765000, lastModified=2022-06-07 13:20:48.740523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.741765000, lastModified=2022-06-07 13:20:48.740523000, delta=1242000 ns, racy<=15000 ns
13:20:48.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.741 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.741951000, lastModified=2022-06-07 13:20:48.740523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.740523000 to 2022-06-07 13:20:48.741523000
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.742132000, lastModified=2022-06-07 13:20:48.741523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.742132000, lastModified=2022-06-07 13:20:48.741523000, delta=609000 ns, racy<=15000 ns
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.742313000, lastModified=2022-06-07 13:20:48.741523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.742313000, lastModified=2022-06-07 13:20:48.741523000, delta=790000 ns, racy<=15000 ns
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.742495000, lastModified=2022-06-07 13:20:48.741523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.742495000, lastModified=2022-06-07 13:20:48.741523000, delta=972000 ns, racy<=15000 ns
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.742672000, lastModified=2022-06-07 13:20:48.741523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.742672000, lastModified=2022-06-07 13:20:48.741523000, delta=1149000 ns, racy<=15000 ns
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.742846000, lastModified=2022-06-07 13:20:48.741523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.742846000, lastModified=2022-06-07 13:20:48.741523000, delta=1323000 ns, racy<=15000 ns
13:20:48.742 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.743036000, lastModified=2022-06-07 13:20:48.742523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.743036000, lastModified=2022-06-07 13:20:48.742523000, delta=513000 ns, racy<=15000 ns
13:20:48.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.743227000, lastModified=2022-06-07 13:20:48.742523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.743227000, lastModified=2022-06-07 13:20:48.742523000, delta=704000 ns, racy<=15000 ns
13:20:48.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.743402000, lastModified=2022-06-07 13:20:48.742523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.743402000, lastModified=2022-06-07 13:20:48.742523000, delta=879000 ns, racy<=15000 ns
13:20:48.743 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.746209000, lastModified=2022-06-07 13:20:48.742523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.742523000 to 2022-06-07 13:20:48.745523000
13:20:48.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.746415000, lastModified=2022-06-07 13:20:48.745523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.746415000, lastModified=2022-06-07 13:20:48.745523000, delta=892000 ns, racy<=15000 ns
13:20:48.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.746597000, lastModified=2022-06-07 13:20:48.745523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.746597000, lastModified=2022-06-07 13:20:48.745523000, delta=1074000 ns, racy<=15000 ns
13:20:48.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.746774000, lastModified=2022-06-07 13:20:48.745523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.746774000, lastModified=2022-06-07 13:20:48.745523000, delta=1251000 ns, racy<=15000 ns
13:20:48.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.746 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.746960000, lastModified=2022-06-07 13:20:48.745523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.745523000 to 2022-06-07 13:20:48.746523000
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.747144000, lastModified=2022-06-07 13:20:48.746523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.747144000, lastModified=2022-06-07 13:20:48.746523000, delta=621000 ns, racy<=15000 ns
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.747338000, lastModified=2022-06-07 13:20:48.746523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.747338000, lastModified=2022-06-07 13:20:48.746523000, delta=815000 ns, racy<=15000 ns
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.747520000, lastModified=2022-06-07 13:20:48.746523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.747520000, lastModified=2022-06-07 13:20:48.746523000, delta=997000 ns, racy<=15000 ns
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.747702000, lastModified=2022-06-07 13:20:48.746523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.747702000, lastModified=2022-06-07 13:20:48.746523000, delta=1179000 ns, racy<=15000 ns
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.747876000, lastModified=2022-06-07 13:20:48.746523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.747 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.746523000 to 2022-06-07 13:20:48.747523000
13:20:48.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.748053000, lastModified=2022-06-07 13:20:48.747523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.748053000, lastModified=2022-06-07 13:20:48.747523000, delta=530000 ns, racy<=15000 ns
13:20:48.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.748237000, lastModified=2022-06-07 13:20:48.747523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.748237000, lastModified=2022-06-07 13:20:48.747523000, delta=714000 ns, racy<=15000 ns
13:20:48.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.748 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.748418000, lastModified=2022-06-07 13:20:48.747523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.748418000, lastModified=2022-06-07 13:20:48.747523000, delta=895000 ns, racy<=15000 ns
13:20:48.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.750647000, lastModified=2022-06-07 13:20:48.749523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.750647000, lastModified=2022-06-07 13:20:48.749523000, delta=1124000 ns, racy<=15000 ns
13:20:48.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.750829000, lastModified=2022-06-07 13:20:48.749523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.750829000, lastModified=2022-06-07 13:20:48.749523000, delta=1306000 ns, racy<=15000 ns
13:20:48.750 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.751020000, lastModified=2022-06-07 13:20:48.750523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.751020000, lastModified=2022-06-07 13:20:48.750523000, delta=497000 ns, racy<=15000 ns
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.751215000, lastModified=2022-06-07 13:20:48.750523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.751215000, lastModified=2022-06-07 13:20:48.750523000, delta=692000 ns, racy<=15000 ns
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.751393000, lastModified=2022-06-07 13:20:48.750523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.751393000, lastModified=2022-06-07 13:20:48.750523000, delta=870000 ns, racy<=15000 ns
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.751571000, lastModified=2022-06-07 13:20:48.750523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.751571000, lastModified=2022-06-07 13:20:48.750523000, delta=1048000 ns, racy<=15000 ns
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.751745000, lastModified=2022-06-07 13:20:48.750523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.751745000, lastModified=2022-06-07 13:20:48.750523000, delta=1222000 ns, racy<=15000 ns
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.751 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.751923000, lastModified=2022-06-07 13:20:48.750523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.750523000 to 2022-06-07 13:20:48.751523000
13:20:48.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.752128000, lastModified=2022-06-07 13:20:48.751523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.752128000, lastModified=2022-06-07 13:20:48.751523000, delta=605000 ns, racy<=15000 ns
13:20:48.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.752306000, lastModified=2022-06-07 13:20:48.751523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.752306000, lastModified=2022-06-07 13:20:48.751523000, delta=783000 ns, racy<=15000 ns
13:20:48.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.752486000, lastModified=2022-06-07 13:20:48.751523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.752486000, lastModified=2022-06-07 13:20:48.751523000, delta=963000 ns, racy<=15000 ns
13:20:48.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.752664000, lastModified=2022-06-07 13:20:48.751523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.752664000, lastModified=2022-06-07 13:20:48.751523000, delta=1141000 ns, racy<=15000 ns
13:20:48.752 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.755031000, lastModified=2022-06-07 13:20:48.751523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.751523000 to 2022-06-07 13:20:48.754523000
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.755279000, lastModified=2022-06-07 13:20:48.754523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.755279000, lastModified=2022-06-07 13:20:48.754523000, delta=756000 ns, racy<=15000 ns
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.755464000, lastModified=2022-06-07 13:20:48.754523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.755464000, lastModified=2022-06-07 13:20:48.754523000, delta=941000 ns, racy<=15000 ns
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.755644000, lastModified=2022-06-07 13:20:48.754523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.755644000, lastModified=2022-06-07 13:20:48.754523000, delta=1121000 ns, racy<=15000 ns
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.755819000, lastModified=2022-06-07 13:20:48.754523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.755819000, lastModified=2022-06-07 13:20:48.754523000, delta=1296000 ns, racy<=15000 ns
13:20:48.755 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.756007000, lastModified=2022-06-07 13:20:48.755523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.756007000, lastModified=2022-06-07 13:20:48.755523000, delta=484000 ns, racy<=15000 ns
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.756214000, lastModified=2022-06-07 13:20:48.755523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.756214000, lastModified=2022-06-07 13:20:48.755523000, delta=691000 ns, racy<=15000 ns
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.756390000, lastModified=2022-06-07 13:20:48.755523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.756390000, lastModified=2022-06-07 13:20:48.755523000, delta=867000 ns, racy<=15000 ns
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.756564000, lastModified=2022-06-07 13:20:48.755523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.756564000, lastModified=2022-06-07 13:20:48.755523000, delta=1041000 ns, racy<=15000 ns
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.756750000, lastModified=2022-06-07 13:20:48.755523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.756750000, lastModified=2022-06-07 13:20:48.755523000, delta=1227000 ns, racy<=15000 ns
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.756 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.756931000, lastModified=2022-06-07 13:20:48.755523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.755523000 to 2022-06-07 13:20:48.756523000
13:20:48.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.757120000, lastModified=2022-06-07 13:20:48.756523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.757120000, lastModified=2022-06-07 13:20:48.756523000, delta=597000 ns, racy<=15000 ns
13:20:48.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.757 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.757300000, lastModified=2022-06-07 13:20:48.756523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.757300000, lastModified=2022-06-07 13:20:48.756523000, delta=777000 ns, racy<=15000 ns
13:20:48.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.759694000, lastModified=2022-06-07 13:20:48.758523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.759694000, lastModified=2022-06-07 13:20:48.758523000, delta=1171000 ns, racy<=15000 ns
13:20:48.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.759874000, lastModified=2022-06-07 13:20:48.758523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.759874000, lastModified=2022-06-07 13:20:48.758523000, delta=1351000 ns, racy<=15000 ns
13:20:48.759 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.760061000, lastModified=2022-06-07 13:20:48.759523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.760061000, lastModified=2022-06-07 13:20:48.759523000, delta=538000 ns, racy<=15000 ns
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.760247000, lastModified=2022-06-07 13:20:48.759523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.760247000, lastModified=2022-06-07 13:20:48.759523000, delta=724000 ns, racy<=15000 ns
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.760426000, lastModified=2022-06-07 13:20:48.759523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.760426000, lastModified=2022-06-07 13:20:48.759523000, delta=903000 ns, racy<=15000 ns
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.760600000, lastModified=2022-06-07 13:20:48.759523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.760600000, lastModified=2022-06-07 13:20:48.759523000, delta=1077000 ns, racy<=15000 ns
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.760775000, lastModified=2022-06-07 13:20:48.759523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.760775000, lastModified=2022-06-07 13:20:48.759523000, delta=1252000 ns, racy<=15000 ns
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.760 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.760959000, lastModified=2022-06-07 13:20:48.759523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.759523000 to 2022-06-07 13:20:48.760523000
13:20:48.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.761136000, lastModified=2022-06-07 13:20:48.760523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.761136000, lastModified=2022-06-07 13:20:48.760523000, delta=613000 ns, racy<=15000 ns
13:20:48.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.761311000, lastModified=2022-06-07 13:20:48.760523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.761311000, lastModified=2022-06-07 13:20:48.760523000, delta=788000 ns, racy<=15000 ns
13:20:48.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.761489000, lastModified=2022-06-07 13:20:48.760523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.761489000, lastModified=2022-06-07 13:20:48.760523000, delta=966000 ns, racy<=15000 ns
13:20:48.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.761663000, lastModified=2022-06-07 13:20:48.760523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.761663000, lastModified=2022-06-07 13:20:48.760523000, delta=1140000 ns, racy<=15000 ns
13:20:48.761 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.764095000, lastModified=2022-06-07 13:20:48.760523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.760523000 to 2022-06-07 13:20:48.763523000
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.764286000, lastModified=2022-06-07 13:20:48.763523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.764286000, lastModified=2022-06-07 13:20:48.763523000, delta=763000 ns, racy<=15000 ns
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.764467000, lastModified=2022-06-07 13:20:48.763523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.764467000, lastModified=2022-06-07 13:20:48.763523000, delta=944000 ns, racy<=15000 ns
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.764642000, lastModified=2022-06-07 13:20:48.763523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.764642000, lastModified=2022-06-07 13:20:48.763523000, delta=1119000 ns, racy<=15000 ns
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.764817000, lastModified=2022-06-07 13:20:48.763523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.764817000, lastModified=2022-06-07 13:20:48.763523000, delta=1294000 ns, racy<=15000 ns
13:20:48.764 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.765063000, lastModified=2022-06-07 13:20:48.764523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.765063000, lastModified=2022-06-07 13:20:48.764523000, delta=540000 ns, racy<=15000 ns
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.765257000, lastModified=2022-06-07 13:20:48.764523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.765257000, lastModified=2022-06-07 13:20:48.764523000, delta=734000 ns, racy<=15000 ns
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.765437000, lastModified=2022-06-07 13:20:48.764523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.765437000, lastModified=2022-06-07 13:20:48.764523000, delta=914000 ns, racy<=15000 ns
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.765611000, lastModified=2022-06-07 13:20:48.764523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.765611000, lastModified=2022-06-07 13:20:48.764523000, delta=1088000 ns, racy<=15000 ns
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.765784000, lastModified=2022-06-07 13:20:48.764523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.765784000, lastModified=2022-06-07 13:20:48.764523000, delta=1261000 ns, racy<=15000 ns
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.765 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.765974000, lastModified=2022-06-07 13:20:48.764523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.764523000 to 2022-06-07 13:20:48.765523000
13:20:48.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.766149000, lastModified=2022-06-07 13:20:48.765523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.766149000, lastModified=2022-06-07 13:20:48.765523000, delta=626000 ns, racy<=15000 ns
13:20:48.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.766 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.766334000, lastModified=2022-06-07 13:20:48.765523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.766334000, lastModified=2022-06-07 13:20:48.765523000, delta=811000 ns, racy<=15000 ns
13:20:48.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.769576000, lastModified=2022-06-07 13:20:48.768523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.769576000, lastModified=2022-06-07 13:20:48.768523000, delta=1053000 ns, racy<=15000 ns
13:20:48.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.769760000, lastModified=2022-06-07 13:20:48.768523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.769760000, lastModified=2022-06-07 13:20:48.768523000, delta=1237000 ns, racy<=15000 ns
13:20:48.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.769 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.769935000, lastModified=2022-06-07 13:20:48.768523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.768523000 to 2022-06-07 13:20:48.769523000
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.770124000, lastModified=2022-06-07 13:20:48.769523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.770124000, lastModified=2022-06-07 13:20:48.769523000, delta=601000 ns, racy<=15000 ns
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.770301000, lastModified=2022-06-07 13:20:48.769523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.770301000, lastModified=2022-06-07 13:20:48.769523000, delta=778000 ns, racy<=15000 ns
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.770478000, lastModified=2022-06-07 13:20:48.769523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.770478000, lastModified=2022-06-07 13:20:48.769523000, delta=955000 ns, racy<=15000 ns
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.770650000, lastModified=2022-06-07 13:20:48.769523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.770650000, lastModified=2022-06-07 13:20:48.769523000, delta=1127000 ns, racy<=15000 ns
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.770823000, lastModified=2022-06-07 13:20:48.769523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.770823000, lastModified=2022-06-07 13:20:48.769523000, delta=1300000 ns, racy<=15000 ns
13:20:48.770 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.771010000, lastModified=2022-06-07 13:20:48.770523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.771010000, lastModified=2022-06-07 13:20:48.770523000, delta=487000 ns, racy<=15000 ns
13:20:48.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.771200000, lastModified=2022-06-07 13:20:48.770523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.771200000, lastModified=2022-06-07 13:20:48.770523000, delta=677000 ns, racy<=15000 ns
13:20:48.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.771378000, lastModified=2022-06-07 13:20:48.770523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.771378000, lastModified=2022-06-07 13:20:48.770523000, delta=855000 ns, racy<=15000 ns
13:20:48.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.771552000, lastModified=2022-06-07 13:20:48.770523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.771552000, lastModified=2022-06-07 13:20:48.770523000, delta=1029000 ns, racy<=15000 ns
13:20:48.771 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.774720000, lastModified=2022-06-07 13:20:48.770523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.770523000 to 2022-06-07 13:20:48.773523000
13:20:48.774 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.774960000, lastModified=2022-06-07 13:20:48.773523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.773523000 to 2022-06-07 13:20:48.774523000
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.775170000, lastModified=2022-06-07 13:20:48.774523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.775170000, lastModified=2022-06-07 13:20:48.774523000, delta=647000 ns, racy<=15000 ns
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.775358000, lastModified=2022-06-07 13:20:48.774523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.775358000, lastModified=2022-06-07 13:20:48.774523000, delta=835000 ns, racy<=15000 ns
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.775535000, lastModified=2022-06-07 13:20:48.774523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.775535000, lastModified=2022-06-07 13:20:48.774523000, delta=1012000 ns, racy<=15000 ns
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.775724000, lastModified=2022-06-07 13:20:48.774523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.775724000, lastModified=2022-06-07 13:20:48.774523000, delta=1201000 ns, racy<=15000 ns
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.775 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.775902000, lastModified=2022-06-07 13:20:48.774523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.774523000 to 2022-06-07 13:20:48.775523000
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.776095000, lastModified=2022-06-07 13:20:48.775523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.776095000, lastModified=2022-06-07 13:20:48.775523000, delta=572000 ns, racy<=15000 ns
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.776284000, lastModified=2022-06-07 13:20:48.775523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.776284000, lastModified=2022-06-07 13:20:48.775523000, delta=761000 ns, racy<=15000 ns
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.776458000, lastModified=2022-06-07 13:20:48.775523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.776458000, lastModified=2022-06-07 13:20:48.775523000, delta=935000 ns, racy<=15000 ns
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.776634000, lastModified=2022-06-07 13:20:48.775523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.776634000, lastModified=2022-06-07 13:20:48.775523000, delta=1111000 ns, racy<=15000 ns
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.776811000, lastModified=2022-06-07 13:20:48.775523000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.776811000, lastModified=2022-06-07 13:20:48.775523000, delta=1288000 ns, racy<=15000 ns
13:20:48.776 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.777 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.776997000, lastModified=2022-06-07 13:20:48.776524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.776997000, lastModified=2022-06-07 13:20:48.776524000, delta=473000 ns, racy<=15000 ns
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.780289000, lastModified=2022-06-07 13:20:48.779524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.780289000, lastModified=2022-06-07 13:20:48.779524000, delta=765000 ns, racy<=15000 ns
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.780469000, lastModified=2022-06-07 13:20:48.779524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.780469000, lastModified=2022-06-07 13:20:48.779524000, delta=945000 ns, racy<=15000 ns
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.780653000, lastModified=2022-06-07 13:20:48.779524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.780653000, lastModified=2022-06-07 13:20:48.779524000, delta=1129000 ns, racy<=15000 ns
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.780839000, lastModified=2022-06-07 13:20:48.779524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.780839000, lastModified=2022-06-07 13:20:48.779524000, delta=1315000 ns, racy<=15000 ns
13:20:48.780 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.781028000, lastModified=2022-06-07 13:20:48.780524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.781028000, lastModified=2022-06-07 13:20:48.780524000, delta=504000 ns, racy<=15000 ns
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.781216000, lastModified=2022-06-07 13:20:48.780524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.781216000, lastModified=2022-06-07 13:20:48.780524000, delta=692000 ns, racy<=15000 ns
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.781390000, lastModified=2022-06-07 13:20:48.780524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.781390000, lastModified=2022-06-07 13:20:48.780524000, delta=866000 ns, racy<=15000 ns
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.781564000, lastModified=2022-06-07 13:20:48.780524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.781564000, lastModified=2022-06-07 13:20:48.780524000, delta=1040000 ns, racy<=15000 ns
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.781734000, lastModified=2022-06-07 13:20:48.780524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.781734000, lastModified=2022-06-07 13:20:48.780524000, delta=1210000 ns, racy<=15000 ns
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.781 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.781911000, lastModified=2022-06-07 13:20:48.780524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.780524000 to 2022-06-07 13:20:48.781524000
13:20:48.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.782114000, lastModified=2022-06-07 13:20:48.781524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.782114000, lastModified=2022-06-07 13:20:48.781524000, delta=590000 ns, racy<=15000 ns
13:20:48.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.782292000, lastModified=2022-06-07 13:20:48.781524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.782292000, lastModified=2022-06-07 13:20:48.781524000, delta=768000 ns, racy<=15000 ns
13:20:48.782 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.785735000, lastModified=2022-06-07 13:20:48.781524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.781524000 to 2022-06-07 13:20:48.784524000
13:20:48.785 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.785946000, lastModified=2022-06-07 13:20:48.784524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.784524000 to 2022-06-07 13:20:48.785524000
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.786126000, lastModified=2022-06-07 13:20:48.785524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.786126000, lastModified=2022-06-07 13:20:48.785524000, delta=602000 ns, racy<=15000 ns
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.786309000, lastModified=2022-06-07 13:20:48.785524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.786309000, lastModified=2022-06-07 13:20:48.785524000, delta=785000 ns, racy<=15000 ns
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.786483000, lastModified=2022-06-07 13:20:48.785524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.786483000, lastModified=2022-06-07 13:20:48.785524000, delta=959000 ns, racy<=15000 ns
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.786660000, lastModified=2022-06-07 13:20:48.785524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.786660000, lastModified=2022-06-07 13:20:48.785524000, delta=1136000 ns, racy<=15000 ns
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.786832000, lastModified=2022-06-07 13:20:48.785524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.786832000, lastModified=2022-06-07 13:20:48.785524000, delta=1308000 ns, racy<=15000 ns
13:20:48.786 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.787027000, lastModified=2022-06-07 13:20:48.786524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.787027000, lastModified=2022-06-07 13:20:48.786524000, delta=503000 ns, racy<=15000 ns
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.787238000, lastModified=2022-06-07 13:20:48.786524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.787238000, lastModified=2022-06-07 13:20:48.786524000, delta=714000 ns, racy<=15000 ns
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.787419000, lastModified=2022-06-07 13:20:48.786524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.787419000, lastModified=2022-06-07 13:20:48.786524000, delta=895000 ns, racy<=15000 ns
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.787598000, lastModified=2022-06-07 13:20:48.786524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.787598000, lastModified=2022-06-07 13:20:48.786524000, delta=1074000 ns, racy<=15000 ns
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.787782000, lastModified=2022-06-07 13:20:48.786524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.787782000, lastModified=2022-06-07 13:20:48.786524000, delta=1258000 ns, racy<=15000 ns
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.787 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.787966000, lastModified=2022-06-07 13:20:48.786524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.786524000 to 2022-06-07 13:20:48.787524000
13:20:48.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.791759000, lastModified=2022-06-07 13:20:48.790524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.791759000, lastModified=2022-06-07 13:20:48.790524000, delta=1235000 ns, racy<=15000 ns
13:20:48.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.791 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.791939000, lastModified=2022-06-07 13:20:48.790524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.790524000 to 2022-06-07 13:20:48.791524000
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.792146000, lastModified=2022-06-07 13:20:48.791524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.792146000, lastModified=2022-06-07 13:20:48.791524000, delta=622000 ns, racy<=15000 ns
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.792327000, lastModified=2022-06-07 13:20:48.791524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.792327000, lastModified=2022-06-07 13:20:48.791524000, delta=803000 ns, racy<=15000 ns
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.792514000, lastModified=2022-06-07 13:20:48.791524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.792514000, lastModified=2022-06-07 13:20:48.791524000, delta=990000 ns, racy<=15000 ns
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.792697000, lastModified=2022-06-07 13:20:48.791524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.792697000, lastModified=2022-06-07 13:20:48.791524000, delta=1173000 ns, racy<=15000 ns
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.792 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.792886000, lastModified=2022-06-07 13:20:48.791524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.791524000 to 2022-06-07 13:20:48.792524000
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.793075000, lastModified=2022-06-07 13:20:48.792524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.793075000, lastModified=2022-06-07 13:20:48.792524000, delta=551000 ns, racy<=15000 ns
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.793251000, lastModified=2022-06-07 13:20:48.792524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.793251000, lastModified=2022-06-07 13:20:48.792524000, delta=727000 ns, racy<=15000 ns
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.793426000, lastModified=2022-06-07 13:20:48.792524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.793426000, lastModified=2022-06-07 13:20:48.792524000, delta=902000 ns, racy<=15000 ns
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.793605000, lastModified=2022-06-07 13:20:48.792524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.793605000, lastModified=2022-06-07 13:20:48.792524000, delta=1081000 ns, racy<=15000 ns
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.793801000, lastModified=2022-06-07 13:20:48.792524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.793801000, lastModified=2022-06-07 13:20:48.792524000, delta=1277000 ns, racy<=15000 ns
13:20:48.793 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.798095000, lastModified=2022-06-07 13:20:48.793524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.793524000 to 2022-06-07 13:20:48.797524000
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.798302000, lastModified=2022-06-07 13:20:48.797524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.798302000, lastModified=2022-06-07 13:20:48.797524000, delta=778000 ns, racy<=15000 ns
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.798480000, lastModified=2022-06-07 13:20:48.797524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.798480000, lastModified=2022-06-07 13:20:48.797524000, delta=956000 ns, racy<=15000 ns
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.798660000, lastModified=2022-06-07 13:20:48.797524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.798660000, lastModified=2022-06-07 13:20:48.797524000, delta=1136000 ns, racy<=15000 ns
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.798839000, lastModified=2022-06-07 13:20:48.797524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.798839000, lastModified=2022-06-07 13:20:48.797524000, delta=1315000 ns, racy<=15000 ns
13:20:48.798 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.799031000, lastModified=2022-06-07 13:20:48.798524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.799031000, lastModified=2022-06-07 13:20:48.798524000, delta=507000 ns, racy<=15000 ns
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.799216000, lastModified=2022-06-07 13:20:48.798524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.799216000, lastModified=2022-06-07 13:20:48.798524000, delta=692000 ns, racy<=15000 ns
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.799388000, lastModified=2022-06-07 13:20:48.798524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.799388000, lastModified=2022-06-07 13:20:48.798524000, delta=864000 ns, racy<=15000 ns
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.799566000, lastModified=2022-06-07 13:20:48.798524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.799566000, lastModified=2022-06-07 13:20:48.798524000, delta=1042000 ns, racy<=15000 ns
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.799740000, lastModified=2022-06-07 13:20:48.798524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.799740000, lastModified=2022-06-07 13:20:48.798524000, delta=1216000 ns, racy<=15000 ns
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.799 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.799916000, lastModified=2022-06-07 13:20:48.798524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.798524000 to 2022-06-07 13:20:48.799524000
13:20:48.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.800101000, lastModified=2022-06-07 13:20:48.799524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.800101000, lastModified=2022-06-07 13:20:48.799524000, delta=577000 ns, racy<=15000 ns
13:20:48.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.800 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.800280000, lastModified=2022-06-07 13:20:48.799524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.800280000, lastModified=2022-06-07 13:20:48.799524000, delta=756000 ns, racy<=15000 ns
13:20:48.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.804616000, lastModified=2022-06-07 13:20:48.803524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.804616000, lastModified=2022-06-07 13:20:48.803524000, delta=1092000 ns, racy<=15000 ns
13:20:48.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.804798000, lastModified=2022-06-07 13:20:48.803524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.804798000, lastModified=2022-06-07 13:20:48.803524000, delta=1274000 ns, racy<=15000 ns
13:20:48.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.804 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.804985000, lastModified=2022-06-07 13:20:48.804524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.804985000, lastModified=2022-06-07 13:20:48.804524000, delta=461000 ns, racy<=15000 ns
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.805175000, lastModified=2022-06-07 13:20:48.804524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.805175000, lastModified=2022-06-07 13:20:48.804524000, delta=651000 ns, racy<=15000 ns
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.805352000, lastModified=2022-06-07 13:20:48.804524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.805352000, lastModified=2022-06-07 13:20:48.804524000, delta=828000 ns, racy<=15000 ns
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.805531000, lastModified=2022-06-07 13:20:48.804524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.805531000, lastModified=2022-06-07 13:20:48.804524000, delta=1007000 ns, racy<=15000 ns
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.805704000, lastModified=2022-06-07 13:20:48.804524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.805704000, lastModified=2022-06-07 13:20:48.804524000, delta=1180000 ns, racy<=15000 ns
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.805 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.805879000, lastModified=2022-06-07 13:20:48.804524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.804524000 to 2022-06-07 13:20:48.805524000
13:20:48.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.806106000, lastModified=2022-06-07 13:20:48.805524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.806106000, lastModified=2022-06-07 13:20:48.805524000, delta=582000 ns, racy<=15000 ns
13:20:48.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.806294000, lastModified=2022-06-07 13:20:48.805524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.806294000, lastModified=2022-06-07 13:20:48.805524000, delta=770000 ns, racy<=15000 ns
13:20:48.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.806478000, lastModified=2022-06-07 13:20:48.805524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.806478000, lastModified=2022-06-07 13:20:48.805524000, delta=954000 ns, racy<=15000 ns
13:20:48.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.806650000, lastModified=2022-06-07 13:20:48.805524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.806650000, lastModified=2022-06-07 13:20:48.805524000, delta=1126000 ns, racy<=15000 ns
13:20:48.806 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.811029000, lastModified=2022-06-07 13:20:48.805524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.805524000 to 2022-06-07 13:20:48.810524000
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.811237000, lastModified=2022-06-07 13:20:48.810524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.811237000, lastModified=2022-06-07 13:20:48.810524000, delta=713000 ns, racy<=15000 ns
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.811420000, lastModified=2022-06-07 13:20:48.810524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.811420000, lastModified=2022-06-07 13:20:48.810524000, delta=896000 ns, racy<=15000 ns
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.811601000, lastModified=2022-06-07 13:20:48.810524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.811601000, lastModified=2022-06-07 13:20:48.810524000, delta=1077000 ns, racy<=15000 ns
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.811776000, lastModified=2022-06-07 13:20:48.810524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.811776000, lastModified=2022-06-07 13:20:48.810524000, delta=1252000 ns, racy<=15000 ns
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.811 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.811962000, lastModified=2022-06-07 13:20:48.810524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.810524000 to 2022-06-07 13:20:48.811524000
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.812191000, lastModified=2022-06-07 13:20:48.811524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.812191000, lastModified=2022-06-07 13:20:48.811524000, delta=667000 ns, racy<=15000 ns
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.812372000, lastModified=2022-06-07 13:20:48.811524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.812372000, lastModified=2022-06-07 13:20:48.811524000, delta=848000 ns, racy<=15000 ns
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.812562000, lastModified=2022-06-07 13:20:48.811524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.812562000, lastModified=2022-06-07 13:20:48.811524000, delta=1038000 ns, racy<=15000 ns
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.812737000, lastModified=2022-06-07 13:20:48.811524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.812737000, lastModified=2022-06-07 13:20:48.811524000, delta=1213000 ns, racy<=15000 ns
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.812 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.812916000, lastModified=2022-06-07 13:20:48.811524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.811524000 to 2022-06-07 13:20:48.812524000
13:20:48.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.813101000, lastModified=2022-06-07 13:20:48.812524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.813101000, lastModified=2022-06-07 13:20:48.812524000, delta=577000 ns, racy<=15000 ns
13:20:48.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.813 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.813281000, lastModified=2022-06-07 13:20:48.812524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.813281000, lastModified=2022-06-07 13:20:48.812524000, delta=757000 ns, racy<=15000 ns
13:20:48.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.821520000, lastModified=2022-06-07 13:20:48.820524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.821520000, lastModified=2022-06-07 13:20:48.820524000, delta=996000 ns, racy<=15000 ns
13:20:48.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.821704000, lastModified=2022-06-07 13:20:48.820524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.821704000, lastModified=2022-06-07 13:20:48.820524000, delta=1180000 ns, racy<=15000 ns
13:20:48.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.821881000, lastModified=2022-06-07 13:20:48.820524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.821 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.820524000 to 2022-06-07 13:20:48.821524000
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.822055000, lastModified=2022-06-07 13:20:48.821524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.822055000, lastModified=2022-06-07 13:20:48.821524000, delta=531000 ns, racy<=15000 ns
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.822239000, lastModified=2022-06-07 13:20:48.821524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.822239000, lastModified=2022-06-07 13:20:48.821524000, delta=715000 ns, racy<=15000 ns
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.822417000, lastModified=2022-06-07 13:20:48.821524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.822417000, lastModified=2022-06-07 13:20:48.821524000, delta=893000 ns, racy<=15000 ns
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.822592000, lastModified=2022-06-07 13:20:48.821524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.822592000, lastModified=2022-06-07 13:20:48.821524000, delta=1068000 ns, racy<=15000 ns
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.822765000, lastModified=2022-06-07 13:20:48.821524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.822765000, lastModified=2022-06-07 13:20:48.821524000, delta=1241000 ns, racy<=15000 ns
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.822 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.822936000, lastModified=2022-06-07 13:20:48.821524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.821524000 to 2022-06-07 13:20:48.822524000
13:20:48.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.823117000, lastModified=2022-06-07 13:20:48.822524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.823117000, lastModified=2022-06-07 13:20:48.822524000, delta=593000 ns, racy<=15000 ns
13:20:48.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.823292000, lastModified=2022-06-07 13:20:48.822524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.823292000, lastModified=2022-06-07 13:20:48.822524000, delta=768000 ns, racy<=15000 ns
13:20:48.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.823466000, lastModified=2022-06-07 13:20:48.822524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.823466000, lastModified=2022-06-07 13:20:48.822524000, delta=942000 ns, racy<=15000 ns
13:20:48.823 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.826569000, lastModified=2022-06-07 13:20:48.822524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.822524000 to 2022-06-07 13:20:48.825524000
13:20:48.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.826866000, lastModified=2022-06-07 13:20:48.825524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.826 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.825524000 to 2022-06-07 13:20:48.826524000
13:20:48.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.827079000, lastModified=2022-06-07 13:20:48.826524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.827079000, lastModified=2022-06-07 13:20:48.826524000, delta=555000 ns, racy<=15000 ns
13:20:48.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.827307000, lastModified=2022-06-07 13:20:48.826524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.827307000, lastModified=2022-06-07 13:20:48.826524000, delta=783000 ns, racy<=15000 ns
13:20:48.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.827504000, lastModified=2022-06-07 13:20:48.826524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.827504000, lastModified=2022-06-07 13:20:48.826524000, delta=980000 ns, racy<=15000 ns
13:20:48.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.827699000, lastModified=2022-06-07 13:20:48.826524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.827699000, lastModified=2022-06-07 13:20:48.826524000, delta=1175000 ns, racy<=15000 ns
13:20:48.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.827 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.827890000, lastModified=2022-06-07 13:20:48.826524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.826524000 to 2022-06-07 13:20:48.827524000
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.828140000, lastModified=2022-06-07 13:20:48.827524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.828140000, lastModified=2022-06-07 13:20:48.827524000, delta=616000 ns, racy<=15000 ns
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.828322000, lastModified=2022-06-07 13:20:48.827524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.828322000, lastModified=2022-06-07 13:20:48.827524000, delta=798000 ns, racy<=15000 ns
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.828501000, lastModified=2022-06-07 13:20:48.827524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.828501000, lastModified=2022-06-07 13:20:48.827524000, delta=977000 ns, racy<=15000 ns
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.828692000, lastModified=2022-06-07 13:20:48.827524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.828692000, lastModified=2022-06-07 13:20:48.827524000, delta=1168000 ns, racy<=15000 ns
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.828 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.828871000, lastModified=2022-06-07 13:20:48.827524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.827524000 to 2022-06-07 13:20:48.828524000
13:20:48.829 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.829096000, lastModified=2022-06-07 13:20:48.828524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.829096000, lastModified=2022-06-07 13:20:48.828524000, delta=572000 ns, racy<=15000 ns
13:20:48.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.831707000, lastModified=2022-06-07 13:20:48.830524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.831707000, lastModified=2022-06-07 13:20:48.830524000, delta=1183000 ns, racy<=15000 ns
13:20:48.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.831 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.831921000, lastModified=2022-06-07 13:20:48.830524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.830524000 to 2022-06-07 13:20:48.831524000
13:20:48.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.832127000, lastModified=2022-06-07 13:20:48.831524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.832127000, lastModified=2022-06-07 13:20:48.831524000, delta=603000 ns, racy<=15000 ns
13:20:48.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.832324000, lastModified=2022-06-07 13:20:48.831524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.832324000, lastModified=2022-06-07 13:20:48.831524000, delta=800000 ns, racy<=15000 ns
13:20:48.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.832547000, lastModified=2022-06-07 13:20:48.831524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.832547000, lastModified=2022-06-07 13:20:48.831524000, delta=1023000 ns, racy<=15000 ns
13:20:48.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.832745000, lastModified=2022-06-07 13:20:48.831524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.832745000, lastModified=2022-06-07 13:20:48.831524000, delta=1221000 ns, racy<=15000 ns
13:20:48.832 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.832986000, lastModified=2022-06-07 13:20:48.831524000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.831524000 to 2022-06-07 13:20:48.832525000
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.833245000, lastModified=2022-06-07 13:20:48.832525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.833245000, lastModified=2022-06-07 13:20:48.832525000, delta=720000 ns, racy<=15000 ns
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.833452000, lastModified=2022-06-07 13:20:48.832525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.833452000, lastModified=2022-06-07 13:20:48.832525000, delta=927000 ns, racy<=15000 ns
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.833665000, lastModified=2022-06-07 13:20:48.832525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.833665000, lastModified=2022-06-07 13:20:48.832525000, delta=1140000 ns, racy<=15000 ns
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.833860000, lastModified=2022-06-07 13:20:48.832525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.833860000, lastModified=2022-06-07 13:20:48.832525000, delta=1335000 ns, racy<=15000 ns
13:20:48.833 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.834051000, lastModified=2022-06-07 13:20:48.833525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.834051000, lastModified=2022-06-07 13:20:48.833525000, delta=526000 ns, racy<=15000 ns
13:20:48.834 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.836369000, lastModified=2022-06-07 13:20:48.833525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.833525000 to 2022-06-07 13:20:48.835525000
13:20:48.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.836594000, lastModified=2022-06-07 13:20:48.835525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.836594000, lastModified=2022-06-07 13:20:48.835525000, delta=1069000 ns, racy<=15000 ns
13:20:48.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.836776000, lastModified=2022-06-07 13:20:48.835525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.836776000, lastModified=2022-06-07 13:20:48.835525000, delta=1251000 ns, racy<=15000 ns
13:20:48.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.836 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.836962000, lastModified=2022-06-07 13:20:48.835525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.835525000 to 2022-06-07 13:20:48.836525000
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.837168000, lastModified=2022-06-07 13:20:48.836525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.837168000, lastModified=2022-06-07 13:20:48.836525000, delta=643000 ns, racy<=15000 ns
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.837394000, lastModified=2022-06-07 13:20:48.836525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.837394000, lastModified=2022-06-07 13:20:48.836525000, delta=869000 ns, racy<=15000 ns
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.837598000, lastModified=2022-06-07 13:20:48.836525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.837598000, lastModified=2022-06-07 13:20:48.836525000, delta=1073000 ns, racy<=15000 ns
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.837774000, lastModified=2022-06-07 13:20:48.836525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.837774000, lastModified=2022-06-07 13:20:48.836525000, delta=1249000 ns, racy<=15000 ns
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.837 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.837960000, lastModified=2022-06-07 13:20:48.836525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.836525000 to 2022-06-07 13:20:48.837525000
13:20:48.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.838138000, lastModified=2022-06-07 13:20:48.837525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.838138000, lastModified=2022-06-07 13:20:48.837525000, delta=613000 ns, racy<=15000 ns
13:20:48.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.838326000, lastModified=2022-06-07 13:20:48.837525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.838326000, lastModified=2022-06-07 13:20:48.837525000, delta=801000 ns, racy<=15000 ns
13:20:48.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.838504000, lastModified=2022-06-07 13:20:48.837525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.838504000, lastModified=2022-06-07 13:20:48.837525000, delta=979000 ns, racy<=15000 ns
13:20:48.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.838 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.838684000, lastModified=2022-06-07 13:20:48.837525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.838684000, lastModified=2022-06-07 13:20:48.837525000, delta=1159000 ns, racy<=15000 ns
13:20:48.840 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.841050000, lastModified=2022-06-07 13:20:48.840525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.841050000, lastModified=2022-06-07 13:20:48.840525000, delta=525000 ns, racy<=15000 ns
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.841239000, lastModified=2022-06-07 13:20:48.840525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.841239000, lastModified=2022-06-07 13:20:48.840525000, delta=714000 ns, racy<=15000 ns
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.841422000, lastModified=2022-06-07 13:20:48.840525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.841422000, lastModified=2022-06-07 13:20:48.840525000, delta=897000 ns, racy<=15000 ns
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.841600000, lastModified=2022-06-07 13:20:48.840525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.841600000, lastModified=2022-06-07 13:20:48.840525000, delta=1075000 ns, racy<=15000 ns
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.841778000, lastModified=2022-06-07 13:20:48.840525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.841778000, lastModified=2022-06-07 13:20:48.840525000, delta=1253000 ns, racy<=15000 ns
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.841 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.841969000, lastModified=2022-06-07 13:20:48.840525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.840525000 to 2022-06-07 13:20:48.841525000
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.842153000, lastModified=2022-06-07 13:20:48.841525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.842153000, lastModified=2022-06-07 13:20:48.841525000, delta=628000 ns, racy<=15000 ns
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.842336000, lastModified=2022-06-07 13:20:48.841525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.842336000, lastModified=2022-06-07 13:20:48.841525000, delta=811000 ns, racy<=15000 ns
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.842512000, lastModified=2022-06-07 13:20:48.841525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.842512000, lastModified=2022-06-07 13:20:48.841525000, delta=987000 ns, racy<=15000 ns
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.842688000, lastModified=2022-06-07 13:20:48.841525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.842688000, lastModified=2022-06-07 13:20:48.841525000, delta=1163000 ns, racy<=15000 ns
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.842866000, lastModified=2022-06-07 13:20:48.841525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.842866000, lastModified=2022-06-07 13:20:48.841525000, delta=1341000 ns, racy<=15000 ns
13:20:48.842 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.843057000, lastModified=2022-06-07 13:20:48.842525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.843057000, lastModified=2022-06-07 13:20:48.842525000, delta=532000 ns, racy<=15000 ns
13:20:48.843 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.845468000, lastModified=2022-06-07 13:20:48.842525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.842525000 to 2022-06-07 13:20:48.844525000
13:20:48.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.845761000, lastModified=2022-06-07 13:20:48.844525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.845761000, lastModified=2022-06-07 13:20:48.844525000, delta=1236000 ns, racy<=15000 ns
13:20:48.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.845 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.845983000, lastModified=2022-06-07 13:20:48.845525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.845983000, lastModified=2022-06-07 13:20:48.845525000, delta=458000 ns, racy<=15000 ns
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.846197000, lastModified=2022-06-07 13:20:48.845525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.846197000, lastModified=2022-06-07 13:20:48.845525000, delta=672000 ns, racy<=15000 ns
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.846379000, lastModified=2022-06-07 13:20:48.845525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.846379000, lastModified=2022-06-07 13:20:48.845525000, delta=854000 ns, racy<=15000 ns
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.846564000, lastModified=2022-06-07 13:20:48.845525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.846564000, lastModified=2022-06-07 13:20:48.845525000, delta=1039000 ns, racy<=15000 ns
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.846745000, lastModified=2022-06-07 13:20:48.845525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.846745000, lastModified=2022-06-07 13:20:48.845525000, delta=1220000 ns, racy<=15000 ns
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.846 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.846922000, lastModified=2022-06-07 13:20:48.845525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.845525000 to 2022-06-07 13:20:48.846525000
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.847168000, lastModified=2022-06-07 13:20:48.846525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.847168000, lastModified=2022-06-07 13:20:48.846525000, delta=643000 ns, racy<=15000 ns
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.847346000, lastModified=2022-06-07 13:20:48.846525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.847346000, lastModified=2022-06-07 13:20:48.846525000, delta=821000 ns, racy<=15000 ns
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.847525000, lastModified=2022-06-07 13:20:48.846525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.847525000, lastModified=2022-06-07 13:20:48.846525000, delta=1000000 ns, racy<=15000 ns
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.847747000, lastModified=2022-06-07 13:20:48.846525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.847747000, lastModified=2022-06-07 13:20:48.846525000, delta=1222000 ns, racy<=15000 ns
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.847 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.847928000, lastModified=2022-06-07 13:20:48.846525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.846525000 to 2022-06-07 13:20:48.847525000
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.851178000, lastModified=2022-06-07 13:20:48.850525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.851178000, lastModified=2022-06-07 13:20:48.850525000, delta=653000 ns, racy<=15000 ns
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.851363000, lastModified=2022-06-07 13:20:48.850525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.851363000, lastModified=2022-06-07 13:20:48.850525000, delta=838000 ns, racy<=15000 ns
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.851544000, lastModified=2022-06-07 13:20:48.850525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.851544000, lastModified=2022-06-07 13:20:48.850525000, delta=1019000 ns, racy<=15000 ns
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.851720000, lastModified=2022-06-07 13:20:48.850525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.851720000, lastModified=2022-06-07 13:20:48.850525000, delta=1195000 ns, racy<=15000 ns
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.851 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.851896000, lastModified=2022-06-07 13:20:48.850525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.850525000 to 2022-06-07 13:20:48.851525000
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.852091000, lastModified=2022-06-07 13:20:48.851525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.852091000, lastModified=2022-06-07 13:20:48.851525000, delta=566000 ns, racy<=15000 ns
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.852268000, lastModified=2022-06-07 13:20:48.851525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.852268000, lastModified=2022-06-07 13:20:48.851525000, delta=743000 ns, racy<=15000 ns
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.852443000, lastModified=2022-06-07 13:20:48.851525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.852443000, lastModified=2022-06-07 13:20:48.851525000, delta=918000 ns, racy<=15000 ns
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.852619000, lastModified=2022-06-07 13:20:48.851525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.852619000, lastModified=2022-06-07 13:20:48.851525000, delta=1094000 ns, racy<=15000 ns
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.852792000, lastModified=2022-06-07 13:20:48.851525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.852792000, lastModified=2022-06-07 13:20:48.851525000, delta=1267000 ns, racy<=15000 ns
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.852 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.852983000, lastModified=2022-06-07 13:20:48.852525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.852983000, lastModified=2022-06-07 13:20:48.852525000, delta=458000 ns, racy<=15000 ns
13:20:48.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.853175000, lastModified=2022-06-07 13:20:48.852525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.853175000, lastModified=2022-06-07 13:20:48.852525000, delta=650000 ns, racy<=15000 ns
13:20:48.853 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.856408000, lastModified=2022-06-07 13:20:48.852525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.852525000 to 2022-06-07 13:20:48.855525000
13:20:48.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.856596000, lastModified=2022-06-07 13:20:48.855525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.856596000, lastModified=2022-06-07 13:20:48.855525000, delta=1071000 ns, racy<=15000 ns
13:20:48.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.856774000, lastModified=2022-06-07 13:20:48.855525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.856774000, lastModified=2022-06-07 13:20:48.855525000, delta=1249000 ns, racy<=15000 ns
13:20:48.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.856 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.856975000, lastModified=2022-06-07 13:20:48.855525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.855525000 to 2022-06-07 13:20:48.856525000
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.857151000, lastModified=2022-06-07 13:20:48.856525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.857151000, lastModified=2022-06-07 13:20:48.856525000, delta=626000 ns, racy<=15000 ns
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.857338000, lastModified=2022-06-07 13:20:48.856525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.857338000, lastModified=2022-06-07 13:20:48.856525000, delta=813000 ns, racy<=15000 ns
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.857516000, lastModified=2022-06-07 13:20:48.856525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.857516000, lastModified=2022-06-07 13:20:48.856525000, delta=991000 ns, racy<=15000 ns
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.857700000, lastModified=2022-06-07 13:20:48.856525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.857700000, lastModified=2022-06-07 13:20:48.856525000, delta=1175000 ns, racy<=15000 ns
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.857875000, lastModified=2022-06-07 13:20:48.856525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.857 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.856525000 to 2022-06-07 13:20:48.857525000
13:20:48.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.858053000, lastModified=2022-06-07 13:20:48.857525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.858053000, lastModified=2022-06-07 13:20:48.857525000, delta=528000 ns, racy<=15000 ns
13:20:48.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.858240000, lastModified=2022-06-07 13:20:48.857525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.858240000, lastModified=2022-06-07 13:20:48.857525000, delta=715000 ns, racy<=15000 ns
13:20:48.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.858428000, lastModified=2022-06-07 13:20:48.857525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.858428000, lastModified=2022-06-07 13:20:48.857525000, delta=903000 ns, racy<=15000 ns
13:20:48.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.858 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.858605000, lastModified=2022-06-07 13:20:48.857525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.858605000, lastModified=2022-06-07 13:20:48.857525000, delta=1080000 ns, racy<=15000 ns
13:20:48.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.861785000, lastModified=2022-06-07 13:20:48.860525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.861785000, lastModified=2022-06-07 13:20:48.860525000, delta=1260000 ns, racy<=15000 ns
13:20:48.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.861 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.861987000, lastModified=2022-06-07 13:20:48.861525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.861987000, lastModified=2022-06-07 13:20:48.861525000, delta=462000 ns, racy<=15000 ns
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.862184000, lastModified=2022-06-07 13:20:48.861525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.862184000, lastModified=2022-06-07 13:20:48.861525000, delta=659000 ns, racy<=15000 ns
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.862370000, lastModified=2022-06-07 13:20:48.861525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.862370000, lastModified=2022-06-07 13:20:48.861525000, delta=845000 ns, racy<=15000 ns
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.862547000, lastModified=2022-06-07 13:20:48.861525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.862547000, lastModified=2022-06-07 13:20:48.861525000, delta=1022000 ns, racy<=15000 ns
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.862725000, lastModified=2022-06-07 13:20:48.861525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.862725000, lastModified=2022-06-07 13:20:48.861525000, delta=1200000 ns, racy<=15000 ns
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.862 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.862899000, lastModified=2022-06-07 13:20:48.861525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.861525000 to 2022-06-07 13:20:48.862525000
13:20:48.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.863171000, lastModified=2022-06-07 13:20:48.862525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.863171000, lastModified=2022-06-07 13:20:48.862525000, delta=646000 ns, racy<=15000 ns
13:20:48.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.863394000, lastModified=2022-06-07 13:20:48.862525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.863394000, lastModified=2022-06-07 13:20:48.862525000, delta=869000 ns, racy<=15000 ns
13:20:48.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.863580000, lastModified=2022-06-07 13:20:48.862525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.863580000, lastModified=2022-06-07 13:20:48.862525000, delta=1055000 ns, racy<=15000 ns
13:20:48.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.863769000, lastModified=2022-06-07 13:20:48.862525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.863769000, lastModified=2022-06-07 13:20:48.862525000, delta=1244000 ns, racy<=15000 ns
13:20:48.863 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.863991000, lastModified=2022-06-07 13:20:48.863525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.863991000, lastModified=2022-06-07 13:20:48.863525000, delta=466000 ns, racy<=15000 ns
13:20:48.864 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.867466000, lastModified=2022-06-07 13:20:48.863525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.863525000 to 2022-06-07 13:20:48.866525000
13:20:48.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.867846000, lastModified=2022-06-07 13:20:48.866525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.867846000, lastModified=2022-06-07 13:20:48.866525000, delta=1321000 ns, racy<=15000 ns
13:20:48.867 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.868051000, lastModified=2022-06-07 13:20:48.867525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.868051000, lastModified=2022-06-07 13:20:48.867525000, delta=526000 ns, racy<=15000 ns
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.868250000, lastModified=2022-06-07 13:20:48.867525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.868250000, lastModified=2022-06-07 13:20:48.867525000, delta=725000 ns, racy<=15000 ns
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.868438000, lastModified=2022-06-07 13:20:48.867525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.868438000, lastModified=2022-06-07 13:20:48.867525000, delta=913000 ns, racy<=15000 ns
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.868630000, lastModified=2022-06-07 13:20:48.867525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.868630000, lastModified=2022-06-07 13:20:48.867525000, delta=1105000 ns, racy<=15000 ns
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.868826000, lastModified=2022-06-07 13:20:48.867525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.868826000, lastModified=2022-06-07 13:20:48.867525000, delta=1301000 ns, racy<=15000 ns
13:20:48.868 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.869035000, lastModified=2022-06-07 13:20:48.868525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.869035000, lastModified=2022-06-07 13:20:48.868525000, delta=510000 ns, racy<=15000 ns
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.869233000, lastModified=2022-06-07 13:20:48.868525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.869233000, lastModified=2022-06-07 13:20:48.868525000, delta=708000 ns, racy<=15000 ns
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.869417000, lastModified=2022-06-07 13:20:48.868525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.869417000, lastModified=2022-06-07 13:20:48.868525000, delta=892000 ns, racy<=15000 ns
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.869604000, lastModified=2022-06-07 13:20:48.868525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.869604000, lastModified=2022-06-07 13:20:48.868525000, delta=1079000 ns, racy<=15000 ns
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.869792000, lastModified=2022-06-07 13:20:48.868525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.869792000, lastModified=2022-06-07 13:20:48.868525000, delta=1267000 ns, racy<=15000 ns
13:20:48.869 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.870 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.870011000, lastModified=2022-06-07 13:20:48.869525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.870011000, lastModified=2022-06-07 13:20:48.869525000, delta=486000 ns, racy<=15000 ns
13:20:48.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.873710000, lastModified=2022-06-07 13:20:48.872525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.873710000, lastModified=2022-06-07 13:20:48.872525000, delta=1185000 ns, racy<=15000 ns
13:20:48.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.873 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.873912000, lastModified=2022-06-07 13:20:48.872525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.872525000 to 2022-06-07 13:20:48.873525000
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.874139000, lastModified=2022-06-07 13:20:48.873525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.874139000, lastModified=2022-06-07 13:20:48.873525000, delta=614000 ns, racy<=15000 ns
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.874319000, lastModified=2022-06-07 13:20:48.873525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.874319000, lastModified=2022-06-07 13:20:48.873525000, delta=794000 ns, racy<=15000 ns
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.874494000, lastModified=2022-06-07 13:20:48.873525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.874494000, lastModified=2022-06-07 13:20:48.873525000, delta=969000 ns, racy<=15000 ns
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.874668000, lastModified=2022-06-07 13:20:48.873525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.874668000, lastModified=2022-06-07 13:20:48.873525000, delta=1143000 ns, racy<=15000 ns
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.874840000, lastModified=2022-06-07 13:20:48.873525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.874840000, lastModified=2022-06-07 13:20:48.873525000, delta=1315000 ns, racy<=15000 ns
13:20:48.874 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.875039000, lastModified=2022-06-07 13:20:48.874525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.875039000, lastModified=2022-06-07 13:20:48.874525000, delta=514000 ns, racy<=15000 ns
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.875224000, lastModified=2022-06-07 13:20:48.874525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.875224000, lastModified=2022-06-07 13:20:48.874525000, delta=699000 ns, racy<=15000 ns
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.875395000, lastModified=2022-06-07 13:20:48.874525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.875395000, lastModified=2022-06-07 13:20:48.874525000, delta=870000 ns, racy<=15000 ns
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.875568000, lastModified=2022-06-07 13:20:48.874525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.875568000, lastModified=2022-06-07 13:20:48.874525000, delta=1043000 ns, racy<=15000 ns
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.875746000, lastModified=2022-06-07 13:20:48.874525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.875746000, lastModified=2022-06-07 13:20:48.874525000, delta=1221000 ns, racy<=15000 ns
13:20:48.875 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.881326000, lastModified=2022-06-07 13:20:48.874525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.874525000 to 2022-06-07 13:20:48.880525000
13:20:48.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.881515000, lastModified=2022-06-07 13:20:48.880525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.881515000, lastModified=2022-06-07 13:20:48.880525000, delta=990000 ns, racy<=15000 ns
13:20:48.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.881690000, lastModified=2022-06-07 13:20:48.880525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.881690000, lastModified=2022-06-07 13:20:48.880525000, delta=1165000 ns, racy<=15000 ns
13:20:48.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.881866000, lastModified=2022-06-07 13:20:48.880525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.881866000, lastModified=2022-06-07 13:20:48.880525000, delta=1341000 ns, racy<=15000 ns
13:20:48.881 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.882058000, lastModified=2022-06-07 13:20:48.881525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.882058000, lastModified=2022-06-07 13:20:48.881525000, delta=533000 ns, racy<=15000 ns
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.882240000, lastModified=2022-06-07 13:20:48.881525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.882240000, lastModified=2022-06-07 13:20:48.881525000, delta=715000 ns, racy<=15000 ns
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.882418000, lastModified=2022-06-07 13:20:48.881525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.882418000, lastModified=2022-06-07 13:20:48.881525000, delta=893000 ns, racy<=15000 ns
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.882591000, lastModified=2022-06-07 13:20:48.881525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.882591000, lastModified=2022-06-07 13:20:48.881525000, delta=1066000 ns, racy<=15000 ns
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.882764000, lastModified=2022-06-07 13:20:48.881525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.882764000, lastModified=2022-06-07 13:20:48.881525000, delta=1239000 ns, racy<=15000 ns
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.882 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.882953000, lastModified=2022-06-07 13:20:48.881525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.881525000 to 2022-06-07 13:20:48.882525000
13:20:48.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.883128000, lastModified=2022-06-07 13:20:48.882525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.883128000, lastModified=2022-06-07 13:20:48.882525000, delta=603000 ns, racy<=15000 ns
13:20:48.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.883304000, lastModified=2022-06-07 13:20:48.882525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.883304000, lastModified=2022-06-07 13:20:48.882525000, delta=779000 ns, racy<=15000 ns
13:20:48.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.883 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.883476000, lastModified=2022-06-07 13:20:48.882525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.883476000, lastModified=2022-06-07 13:20:48.882525000, delta=951000 ns, racy<=15000 ns
13:20:48.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.887 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.887925000, lastModified=2022-06-07 13:20:48.886525000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.886525000 to 2022-06-07 13:20:48.887526000
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.888120000, lastModified=2022-06-07 13:20:48.887526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.888120000, lastModified=2022-06-07 13:20:48.887526000, delta=594000 ns, racy<=15000 ns
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.888299000, lastModified=2022-06-07 13:20:48.887526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.888299000, lastModified=2022-06-07 13:20:48.887526000, delta=773000 ns, racy<=15000 ns
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.888475000, lastModified=2022-06-07 13:20:48.887526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.888475000, lastModified=2022-06-07 13:20:48.887526000, delta=949000 ns, racy<=15000 ns
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.888649000, lastModified=2022-06-07 13:20:48.887526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.888649000, lastModified=2022-06-07 13:20:48.887526000, delta=1123000 ns, racy<=15000 ns
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.888837000, lastModified=2022-06-07 13:20:48.887526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.888837000, lastModified=2022-06-07 13:20:48.887526000, delta=1311000 ns, racy<=15000 ns
13:20:48.888 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.889035000, lastModified=2022-06-07 13:20:48.888526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.889035000, lastModified=2022-06-07 13:20:48.888526000, delta=509000 ns, racy<=15000 ns
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.889213000, lastModified=2022-06-07 13:20:48.888526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.889213000, lastModified=2022-06-07 13:20:48.888526000, delta=687000 ns, racy<=15000 ns
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.889392000, lastModified=2022-06-07 13:20:48.888526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.889392000, lastModified=2022-06-07 13:20:48.888526000, delta=866000 ns, racy<=15000 ns
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.889562000, lastModified=2022-06-07 13:20:48.888526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.889562000, lastModified=2022-06-07 13:20:48.888526000, delta=1036000 ns, racy<=15000 ns
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.889751000, lastModified=2022-06-07 13:20:48.888526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.889751000, lastModified=2022-06-07 13:20:48.888526000, delta=1225000 ns, racy<=15000 ns
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.889 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.889925000, lastModified=2022-06-07 13:20:48.888526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.890 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.888526000 to 2022-06-07 13:20:48.889526000
13:20:48.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.894294000, lastModified=2022-06-07 13:20:48.889526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.889526000 to 2022-06-07 13:20:48.893526000
13:20:48.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.894510000, lastModified=2022-06-07 13:20:48.893526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.894510000, lastModified=2022-06-07 13:20:48.893526000, delta=984000 ns, racy<=15000 ns
13:20:48.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.894689000, lastModified=2022-06-07 13:20:48.893526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.894689000, lastModified=2022-06-07 13:20:48.893526000, delta=1163000 ns, racy<=15000 ns
13:20:48.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.894870000, lastModified=2022-06-07 13:20:48.893526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.894870000, lastModified=2022-06-07 13:20:48.893526000, delta=1344000 ns, racy<=15000 ns
13:20:48.894 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.895057000, lastModified=2022-06-07 13:20:48.894526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.895057000, lastModified=2022-06-07 13:20:48.894526000, delta=531000 ns, racy<=15000 ns
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.895246000, lastModified=2022-06-07 13:20:48.894526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.895246000, lastModified=2022-06-07 13:20:48.894526000, delta=720000 ns, racy<=15000 ns
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.895415000, lastModified=2022-06-07 13:20:48.894526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.895415000, lastModified=2022-06-07 13:20:48.894526000, delta=889000 ns, racy<=15000 ns
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.895581000, lastModified=2022-06-07 13:20:48.894526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.895581000, lastModified=2022-06-07 13:20:48.894526000, delta=1055000 ns, racy<=15000 ns
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.895765000, lastModified=2022-06-07 13:20:48.894526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.895765000, lastModified=2022-06-07 13:20:48.894526000, delta=1239000 ns, racy<=15000 ns
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.895 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.895936000, lastModified=2022-06-07 13:20:48.894526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.894526000 to 2022-06-07 13:20:48.895526000
13:20:48.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.896117000, lastModified=2022-06-07 13:20:48.895526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.896117000, lastModified=2022-06-07 13:20:48.895526000, delta=591000 ns, racy<=15000 ns
13:20:48.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.896302000, lastModified=2022-06-07 13:20:48.895526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.896302000, lastModified=2022-06-07 13:20:48.895526000, delta=776000 ns, racy<=15000 ns
13:20:48.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.896 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.896468000, lastModified=2022-06-07 13:20:48.895526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.896468000, lastModified=2022-06-07 13:20:48.895526000, delta=942000 ns, racy<=15000 ns
13:20:48.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.900 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.900890000, lastModified=2022-06-07 13:20:48.899526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.899526000 to 2022-06-07 13:20:48.900526000
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.901078000, lastModified=2022-06-07 13:20:48.900526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.901078000, lastModified=2022-06-07 13:20:48.900526000, delta=552000 ns, racy<=15000 ns
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.901269000, lastModified=2022-06-07 13:20:48.900526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.901269000, lastModified=2022-06-07 13:20:48.900526000, delta=743000 ns, racy<=15000 ns
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.901445000, lastModified=2022-06-07 13:20:48.900526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.901445000, lastModified=2022-06-07 13:20:48.900526000, delta=919000 ns, racy<=15000 ns
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.901619000, lastModified=2022-06-07 13:20:48.900526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.901619000, lastModified=2022-06-07 13:20:48.900526000, delta=1093000 ns, racy<=15000 ns
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.901793000, lastModified=2022-06-07 13:20:48.900526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.901793000, lastModified=2022-06-07 13:20:48.900526000, delta=1267000 ns, racy<=15000 ns
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.901 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.901984000, lastModified=2022-06-07 13:20:48.900526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.900526000 to 2022-06-07 13:20:48.901526000
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.902166000, lastModified=2022-06-07 13:20:48.901526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.902166000, lastModified=2022-06-07 13:20:48.901526000, delta=640000 ns, racy<=15000 ns
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.902348000, lastModified=2022-06-07 13:20:48.901526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.902348000, lastModified=2022-06-07 13:20:48.901526000, delta=822000 ns, racy<=15000 ns
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.902514000, lastModified=2022-06-07 13:20:48.901526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.902514000, lastModified=2022-06-07 13:20:48.901526000, delta=988000 ns, racy<=15000 ns
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.902682000, lastModified=2022-06-07 13:20:48.901526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.902682000, lastModified=2022-06-07 13:20:48.901526000, delta=1156000 ns, racy<=15000 ns
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.902848000, lastModified=2022-06-07 13:20:48.901526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.902848000, lastModified=2022-06-07 13:20:48.901526000, delta=1322000 ns, racy<=15000 ns
13:20:48.902 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.906151000, lastModified=2022-06-07 13:20:48.902526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.902526000 to 2022-06-07 13:20:48.905526000
13:20:48.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.906382000, lastModified=2022-06-07 13:20:48.905526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.906382000, lastModified=2022-06-07 13:20:48.905526000, delta=856000 ns, racy<=15000 ns
13:20:48.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.906559000, lastModified=2022-06-07 13:20:48.905526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.906559000, lastModified=2022-06-07 13:20:48.905526000, delta=1033000 ns, racy<=15000 ns
13:20:48.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.906773000, lastModified=2022-06-07 13:20:48.905526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.906773000, lastModified=2022-06-07 13:20:48.905526000, delta=1247000 ns, racy<=15000 ns
13:20:48.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.906 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.906950000, lastModified=2022-06-07 13:20:48.905526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.905526000 to 2022-06-07 13:20:48.906526000
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.907126000, lastModified=2022-06-07 13:20:48.906526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.907126000, lastModified=2022-06-07 13:20:48.906526000, delta=600000 ns, racy<=15000 ns
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.907305000, lastModified=2022-06-07 13:20:48.906526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.907305000, lastModified=2022-06-07 13:20:48.906526000, delta=779000 ns, racy<=15000 ns
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.907485000, lastModified=2022-06-07 13:20:48.906526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.907485000, lastModified=2022-06-07 13:20:48.906526000, delta=959000 ns, racy<=15000 ns
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.907661000, lastModified=2022-06-07 13:20:48.906526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.907661000, lastModified=2022-06-07 13:20:48.906526000, delta=1135000 ns, racy<=15000 ns
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.907833000, lastModified=2022-06-07 13:20:48.906526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.907833000, lastModified=2022-06-07 13:20:48.906526000, delta=1307000 ns, racy<=15000 ns
13:20:48.907 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.908047000, lastModified=2022-06-07 13:20:48.907526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.908047000, lastModified=2022-06-07 13:20:48.907526000, delta=521000 ns, racy<=15000 ns
13:20:48.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.908243000, lastModified=2022-06-07 13:20:48.907526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.908243000, lastModified=2022-06-07 13:20:48.907526000, delta=717000 ns, racy<=15000 ns
13:20:48.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.908 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.908427000, lastModified=2022-06-07 13:20:48.907526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.908427000, lastModified=2022-06-07 13:20:48.907526000, delta=901000 ns, racy<=15000 ns
13:20:48.910 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.911012000, lastModified=2022-06-07 13:20:48.910526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.911012000, lastModified=2022-06-07 13:20:48.910526000, delta=486000 ns, racy<=15000 ns
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.911211000, lastModified=2022-06-07 13:20:48.910526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.911211000, lastModified=2022-06-07 13:20:48.910526000, delta=685000 ns, racy<=15000 ns
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.911387000, lastModified=2022-06-07 13:20:48.910526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.911387000, lastModified=2022-06-07 13:20:48.910526000, delta=861000 ns, racy<=15000 ns
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.911565000, lastModified=2022-06-07 13:20:48.910526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.911565000, lastModified=2022-06-07 13:20:48.910526000, delta=1039000 ns, racy<=15000 ns
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.911737000, lastModified=2022-06-07 13:20:48.910526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.911737000, lastModified=2022-06-07 13:20:48.910526000, delta=1211000 ns, racy<=15000 ns
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.911 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.911911000, lastModified=2022-06-07 13:20:48.910526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.910526000 to 2022-06-07 13:20:48.911526000
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.912121000, lastModified=2022-06-07 13:20:48.911526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.912121000, lastModified=2022-06-07 13:20:48.911526000, delta=595000 ns, racy<=15000 ns
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.912309000, lastModified=2022-06-07 13:20:48.911526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.912309000, lastModified=2022-06-07 13:20:48.911526000, delta=783000 ns, racy<=15000 ns
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.912500000, lastModified=2022-06-07 13:20:48.911526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.912500000, lastModified=2022-06-07 13:20:48.911526000, delta=974000 ns, racy<=15000 ns
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.912674000, lastModified=2022-06-07 13:20:48.911526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.912674000, lastModified=2022-06-07 13:20:48.911526000, delta=1148000 ns, racy<=15000 ns
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.912852000, lastModified=2022-06-07 13:20:48.911526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.912852000, lastModified=2022-06-07 13:20:48.911526000, delta=1326000 ns, racy<=15000 ns
13:20:48.912 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.913049000, lastModified=2022-06-07 13:20:48.912526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.913049000, lastModified=2022-06-07 13:20:48.912526000, delta=523000 ns, racy<=15000 ns
13:20:48.913 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.915317000, lastModified=2022-06-07 13:20:48.912526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.912526000 to 2022-06-07 13:20:48.914526000
13:20:48.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.915558000, lastModified=2022-06-07 13:20:48.914526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.915558000, lastModified=2022-06-07 13:20:48.914526000, delta=1032000 ns, racy<=15000 ns
13:20:48.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.915749000, lastModified=2022-06-07 13:20:48.914526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.915749000, lastModified=2022-06-07 13:20:48.914526000, delta=1223000 ns, racy<=15000 ns
13:20:48.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.915 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.915948000, lastModified=2022-06-07 13:20:48.914526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.914526000 to 2022-06-07 13:20:48.915526000
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.916137000, lastModified=2022-06-07 13:20:48.915526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.916137000, lastModified=2022-06-07 13:20:48.915526000, delta=611000 ns, racy<=15000 ns
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.916329000, lastModified=2022-06-07 13:20:48.915526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.916329000, lastModified=2022-06-07 13:20:48.915526000, delta=803000 ns, racy<=15000 ns
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.916519000, lastModified=2022-06-07 13:20:48.915526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.916519000, lastModified=2022-06-07 13:20:48.915526000, delta=993000 ns, racy<=15000 ns
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.916711000, lastModified=2022-06-07 13:20:48.915526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.916711000, lastModified=2022-06-07 13:20:48.915526000, delta=1185000 ns, racy<=15000 ns
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.916 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.916901000, lastModified=2022-06-07 13:20:48.915526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.915526000 to 2022-06-07 13:20:48.916526000
13:20:48.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.917103000, lastModified=2022-06-07 13:20:48.916526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.917103000, lastModified=2022-06-07 13:20:48.916526000, delta=577000 ns, racy<=15000 ns
13:20:48.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.917300000, lastModified=2022-06-07 13:20:48.916526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.917300000, lastModified=2022-06-07 13:20:48.916526000, delta=774000 ns, racy<=15000 ns
13:20:48.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.917494000, lastModified=2022-06-07 13:20:48.916526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.917494000, lastModified=2022-06-07 13:20:48.916526000, delta=968000 ns, racy<=15000 ns
13:20:48.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.917 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.917688000, lastModified=2022-06-07 13:20:48.916526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.919 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.917688000, lastModified=2022-06-07 13:20:48.916526000, delta=1162000 ns, racy<=15000 ns
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.920088000, lastModified=2022-06-07 13:20:48.919526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.920088000, lastModified=2022-06-07 13:20:48.919526000, delta=562000 ns, racy<=15000 ns
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.920280000, lastModified=2022-06-07 13:20:48.919526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.920280000, lastModified=2022-06-07 13:20:48.919526000, delta=754000 ns, racy<=15000 ns
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.920463000, lastModified=2022-06-07 13:20:48.919526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.920463000, lastModified=2022-06-07 13:20:48.919526000, delta=937000 ns, racy<=15000 ns
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.920681000, lastModified=2022-06-07 13:20:48.919526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.920681000, lastModified=2022-06-07 13:20:48.919526000, delta=1155000 ns, racy<=15000 ns
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.920 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.920885000, lastModified=2022-06-07 13:20:48.919526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.919526000 to 2022-06-07 13:20:48.920526000
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.921096000, lastModified=2022-06-07 13:20:48.920526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.921096000, lastModified=2022-06-07 13:20:48.920526000, delta=570000 ns, racy<=15000 ns
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.921315000, lastModified=2022-06-07 13:20:48.920526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.921315000, lastModified=2022-06-07 13:20:48.920526000, delta=789000 ns, racy<=15000 ns
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.921526000, lastModified=2022-06-07 13:20:48.920526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.921526000, lastModified=2022-06-07 13:20:48.920526000, delta=1000000 ns, racy<=15000 ns
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.921731000, lastModified=2022-06-07 13:20:48.920526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.921731000, lastModified=2022-06-07 13:20:48.920526000, delta=1205000 ns, racy<=15000 ns
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.921 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.921954000, lastModified=2022-06-07 13:20:48.920526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.920526000 to 2022-06-07 13:20:48.921526000
13:20:48.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.922160000, lastModified=2022-06-07 13:20:48.921526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.922160000, lastModified=2022-06-07 13:20:48.921526000, delta=634000 ns, racy<=15000 ns
13:20:48.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.922353000, lastModified=2022-06-07 13:20:48.921526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.922353000, lastModified=2022-06-07 13:20:48.921526000, delta=827000 ns, racy<=15000 ns
13:20:48.922 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.924 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.924761000, lastModified=2022-06-07 13:20:48.921526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.925 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.921526000 to 2022-06-07 13:20:48.924526000
13:20:48.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.926082000, lastModified=2022-06-07 13:20:48.925526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.926082000, lastModified=2022-06-07 13:20:48.925526000, delta=556000 ns, racy<=15000 ns
13:20:48.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.926309000, lastModified=2022-06-07 13:20:48.925526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.926309000, lastModified=2022-06-07 13:20:48.925526000, delta=783000 ns, racy<=15000 ns
13:20:48.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.926532000, lastModified=2022-06-07 13:20:48.925526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.926532000, lastModified=2022-06-07 13:20:48.925526000, delta=1006000 ns, racy<=15000 ns
13:20:48.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.926725000, lastModified=2022-06-07 13:20:48.925526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.926725000, lastModified=2022-06-07 13:20:48.925526000, delta=1199000 ns, racy<=15000 ns
13:20:48.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.926 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.926917000, lastModified=2022-06-07 13:20:48.925526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.925526000 to 2022-06-07 13:20:48.926526000
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.927124000, lastModified=2022-06-07 13:20:48.926526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.927124000, lastModified=2022-06-07 13:20:48.926526000, delta=598000 ns, racy<=15000 ns
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.927317000, lastModified=2022-06-07 13:20:48.926526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.927317000, lastModified=2022-06-07 13:20:48.926526000, delta=791000 ns, racy<=15000 ns
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.927507000, lastModified=2022-06-07 13:20:48.926526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.927507000, lastModified=2022-06-07 13:20:48.926526000, delta=981000 ns, racy<=15000 ns
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.927692000, lastModified=2022-06-07 13:20:48.926526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.927692000, lastModified=2022-06-07 13:20:48.926526000, delta=1166000 ns, racy<=15000 ns
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.927882000, lastModified=2022-06-07 13:20:48.926526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.927 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.926526000 to 2022-06-07 13:20:48.927526000
13:20:48.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.928070000, lastModified=2022-06-07 13:20:48.927526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.928070000, lastModified=2022-06-07 13:20:48.927526000, delta=544000 ns, racy<=15000 ns
13:20:48.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.928 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.928278000, lastModified=2022-06-07 13:20:48.927526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.928278000, lastModified=2022-06-07 13:20:48.927526000, delta=752000 ns, racy<=15000 ns
13:20:48.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.931608000, lastModified=2022-06-07 13:20:48.930526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.931608000, lastModified=2022-06-07 13:20:48.930526000, delta=1082000 ns, racy<=15000 ns
13:20:48.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.931836000, lastModified=2022-06-07 13:20:48.930526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.931836000, lastModified=2022-06-07 13:20:48.930526000, delta=1310000 ns, racy<=15000 ns
13:20:48.931 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.932040000, lastModified=2022-06-07 13:20:48.931526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.932040000, lastModified=2022-06-07 13:20:48.931526000, delta=514000 ns, racy<=15000 ns
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.932236000, lastModified=2022-06-07 13:20:48.931526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.932236000, lastModified=2022-06-07 13:20:48.931526000, delta=710000 ns, racy<=15000 ns
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.932429000, lastModified=2022-06-07 13:20:48.931526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.932429000, lastModified=2022-06-07 13:20:48.931526000, delta=903000 ns, racy<=15000 ns
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.932622000, lastModified=2022-06-07 13:20:48.931526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.932622000, lastModified=2022-06-07 13:20:48.931526000, delta=1096000 ns, racy<=15000 ns
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.932811000, lastModified=2022-06-07 13:20:48.931526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.932811000, lastModified=2022-06-07 13:20:48.931526000, delta=1285000 ns, racy<=15000 ns
13:20:48.932 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.933084000, lastModified=2022-06-07 13:20:48.932526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.933084000, lastModified=2022-06-07 13:20:48.932526000, delta=558000 ns, racy<=15000 ns
13:20:48.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.933 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.933977000, lastModified=2022-06-07 13:20:48.932526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.932526000 to 2022-06-07 13:20:48.933526000
13:20:48.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.934168000, lastModified=2022-06-07 13:20:48.933526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.934168000, lastModified=2022-06-07 13:20:48.933526000, delta=642000 ns, racy<=15000 ns
13:20:48.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.934364000, lastModified=2022-06-07 13:20:48.933526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.934364000, lastModified=2022-06-07 13:20:48.933526000, delta=838000 ns, racy<=15000 ns
13:20:48.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.934555000, lastModified=2022-06-07 13:20:48.933526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.934555000, lastModified=2022-06-07 13:20:48.933526000, delta=1029000 ns, racy<=15000 ns
13:20:48.934 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.937 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.937848000, lastModified=2022-06-07 13:20:48.933526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.933526000 to 2022-06-07 13:20:48.937526000
13:20:48.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.938269000, lastModified=2022-06-07 13:20:48.937526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.938269000, lastModified=2022-06-07 13:20:48.937526000, delta=743000 ns, racy<=15000 ns
13:20:48.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.938556000, lastModified=2022-06-07 13:20:48.937526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.938556000, lastModified=2022-06-07 13:20:48.937526000, delta=1030000 ns, racy<=15000 ns
13:20:48.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.938821000, lastModified=2022-06-07 13:20:48.937526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.938821000, lastModified=2022-06-07 13:20:48.937526000, delta=1295000 ns, racy<=15000 ns
13:20:48.938 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.939066000, lastModified=2022-06-07 13:20:48.938526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.939066000, lastModified=2022-06-07 13:20:48.938526000, delta=540000 ns, racy<=15000 ns
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.939274000, lastModified=2022-06-07 13:20:48.938526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.939274000, lastModified=2022-06-07 13:20:48.938526000, delta=748000 ns, racy<=15000 ns
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.939493000, lastModified=2022-06-07 13:20:48.938526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.939493000, lastModified=2022-06-07 13:20:48.938526000, delta=967000 ns, racy<=15000 ns
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.939686000, lastModified=2022-06-07 13:20:48.938526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.939686000, lastModified=2022-06-07 13:20:48.938526000, delta=1160000 ns, racy<=15000 ns
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.939875000, lastModified=2022-06-07 13:20:48.938526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.939 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.938526000 to 2022-06-07 13:20:48.939526000
13:20:48.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.940062000, lastModified=2022-06-07 13:20:48.939526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.940062000, lastModified=2022-06-07 13:20:48.939526000, delta=536000 ns, racy<=15000 ns
13:20:48.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.940265000, lastModified=2022-06-07 13:20:48.939526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.940265000, lastModified=2022-06-07 13:20:48.939526000, delta=739000 ns, racy<=15000 ns
13:20:48.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.940456000, lastModified=2022-06-07 13:20:48.939526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.940456000, lastModified=2022-06-07 13:20:48.939526000, delta=930000 ns, racy<=15000 ns
13:20:48.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.940 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.940648000, lastModified=2022-06-07 13:20:48.939526000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.943 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.940648000, lastModified=2022-06-07 13:20:48.939526000, delta=1122000 ns, racy<=15000 ns
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.944140000, lastModified=2022-06-07 13:20:48.943527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.944140000, lastModified=2022-06-07 13:20:48.943527000, delta=613000 ns, racy<=15000 ns
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.944362000, lastModified=2022-06-07 13:20:48.943527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.944362000, lastModified=2022-06-07 13:20:48.943527000, delta=835000 ns, racy<=15000 ns
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.944561000, lastModified=2022-06-07 13:20:48.943527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.944561000, lastModified=2022-06-07 13:20:48.943527000, delta=1034000 ns, racy<=15000 ns
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.944763000, lastModified=2022-06-07 13:20:48.943527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.944763000, lastModified=2022-06-07 13:20:48.943527000, delta=1236000 ns, racy<=15000 ns
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.944 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.944965000, lastModified=2022-06-07 13:20:48.943527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.943527000 to 2022-06-07 13:20:48.944527000
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.945159000, lastModified=2022-06-07 13:20:48.944527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.945159000, lastModified=2022-06-07 13:20:48.944527000, delta=632000 ns, racy<=15000 ns
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.945350000, lastModified=2022-06-07 13:20:48.944527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.945350000, lastModified=2022-06-07 13:20:48.944527000, delta=823000 ns, racy<=15000 ns
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.945551000, lastModified=2022-06-07 13:20:48.944527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.945551000, lastModified=2022-06-07 13:20:48.944527000, delta=1024000 ns, racy<=15000 ns
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.945740000, lastModified=2022-06-07 13:20:48.944527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.945740000, lastModified=2022-06-07 13:20:48.944527000, delta=1213000 ns, racy<=15000 ns
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.945 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.945930000, lastModified=2022-06-07 13:20:48.944527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.944527000 to 2022-06-07 13:20:48.945527000
13:20:48.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.946130000, lastModified=2022-06-07 13:20:48.945527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.946130000, lastModified=2022-06-07 13:20:48.945527000, delta=603000 ns, racy<=15000 ns
13:20:48.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.946319000, lastModified=2022-06-07 13:20:48.945527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.946319000, lastModified=2022-06-07 13:20:48.945527000, delta=792000 ns, racy<=15000 ns
13:20:48.946 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.949606000, lastModified=2022-06-07 13:20:48.945527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.945527000 to 2022-06-07 13:20:48.948527000
13:20:48.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.949821000, lastModified=2022-06-07 13:20:48.948527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.949821000, lastModified=2022-06-07 13:20:48.948527000, delta=1294000 ns, racy<=15000 ns
13:20:48.949 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.950023000, lastModified=2022-06-07 13:20:48.949527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.950023000, lastModified=2022-06-07 13:20:48.949527000, delta=496000 ns, racy<=15000 ns
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.950238000, lastModified=2022-06-07 13:20:48.949527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.950238000, lastModified=2022-06-07 13:20:48.949527000, delta=711000 ns, racy<=15000 ns
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.950432000, lastModified=2022-06-07 13:20:48.949527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.950432000, lastModified=2022-06-07 13:20:48.949527000, delta=905000 ns, racy<=15000 ns
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.950622000, lastModified=2022-06-07 13:20:48.949527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.950622000, lastModified=2022-06-07 13:20:48.949527000, delta=1095000 ns, racy<=15000 ns
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.950814000, lastModified=2022-06-07 13:20:48.949527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.950814000, lastModified=2022-06-07 13:20:48.949527000, delta=1287000 ns, racy<=15000 ns
13:20:48.950 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.951029000, lastModified=2022-06-07 13:20:48.950527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.951029000, lastModified=2022-06-07 13:20:48.950527000, delta=502000 ns, racy<=15000 ns
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.951233000, lastModified=2022-06-07 13:20:48.950527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.951233000, lastModified=2022-06-07 13:20:48.950527000, delta=706000 ns, racy<=15000 ns
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.951437000, lastModified=2022-06-07 13:20:48.950527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.951437000, lastModified=2022-06-07 13:20:48.950527000, delta=910000 ns, racy<=15000 ns
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.951629000, lastModified=2022-06-07 13:20:48.950527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.951629000, lastModified=2022-06-07 13:20:48.950527000, delta=1102000 ns, racy<=15000 ns
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.951817000, lastModified=2022-06-07 13:20:48.950527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.951817000, lastModified=2022-06-07 13:20:48.950527000, delta=1290000 ns, racy<=15000 ns
13:20:48.951 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.952 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.952022000, lastModified=2022-06-07 13:20:48.951527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.952022000, lastModified=2022-06-07 13:20:48.951527000, delta=495000 ns, racy<=15000 ns
13:20:48.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.955520000, lastModified=2022-06-07 13:20:48.954527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.955520000, lastModified=2022-06-07 13:20:48.954527000, delta=993000 ns, racy<=15000 ns
13:20:48.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.955752000, lastModified=2022-06-07 13:20:48.954527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.955752000, lastModified=2022-06-07 13:20:48.954527000, delta=1225000 ns, racy<=15000 ns
13:20:48.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.955 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.955963000, lastModified=2022-06-07 13:20:48.954527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.954527000 to 2022-06-07 13:20:48.955527000
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.956164000, lastModified=2022-06-07 13:20:48.955527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.956164000, lastModified=2022-06-07 13:20:48.955527000, delta=637000 ns, racy<=15000 ns
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.956360000, lastModified=2022-06-07 13:20:48.955527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.956360000, lastModified=2022-06-07 13:20:48.955527000, delta=833000 ns, racy<=15000 ns
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.956557000, lastModified=2022-06-07 13:20:48.955527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.956557000, lastModified=2022-06-07 13:20:48.955527000, delta=1030000 ns, racy<=15000 ns
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.956762000, lastModified=2022-06-07 13:20:48.955527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.956762000, lastModified=2022-06-07 13:20:48.955527000, delta=1235000 ns, racy<=15000 ns
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.956 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.956961000, lastModified=2022-06-07 13:20:48.955527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.955527000 to 2022-06-07 13:20:48.956527000
13:20:48.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.957155000, lastModified=2022-06-07 13:20:48.956527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.957155000, lastModified=2022-06-07 13:20:48.956527000, delta=628000 ns, racy<=15000 ns
13:20:48.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.957343000, lastModified=2022-06-07 13:20:48.956527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.957343000, lastModified=2022-06-07 13:20:48.956527000, delta=816000 ns, racy<=15000 ns
13:20:48.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.957536000, lastModified=2022-06-07 13:20:48.956527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.957536000, lastModified=2022-06-07 13:20:48.956527000, delta=1009000 ns, racy<=15000 ns
13:20:48.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.957724000, lastModified=2022-06-07 13:20:48.956527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.957724000, lastModified=2022-06-07 13:20:48.956527000, delta=1197000 ns, racy<=15000 ns
13:20:48.957 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.961 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.961926000, lastModified=2022-06-07 13:20:48.956527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.956527000 to 2022-06-07 13:20:48.961527000
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.962143000, lastModified=2022-06-07 13:20:48.961527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.962143000, lastModified=2022-06-07 13:20:48.961527000, delta=616000 ns, racy<=15000 ns
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.962328000, lastModified=2022-06-07 13:20:48.961527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.962328000, lastModified=2022-06-07 13:20:48.961527000, delta=801000 ns, racy<=15000 ns
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.962509000, lastModified=2022-06-07 13:20:48.961527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.962509000, lastModified=2022-06-07 13:20:48.961527000, delta=982000 ns, racy<=15000 ns
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.962683000, lastModified=2022-06-07 13:20:48.961527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.962683000, lastModified=2022-06-07 13:20:48.961527000, delta=1156000 ns, racy<=15000 ns
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.962866000, lastModified=2022-06-07 13:20:48.961527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.962 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.962866000, lastModified=2022-06-07 13:20:48.961527000, delta=1339000 ns, racy<=15000 ns
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.963075000, lastModified=2022-06-07 13:20:48.962527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.963075000, lastModified=2022-06-07 13:20:48.962527000, delta=548000 ns, racy<=15000 ns
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.963259000, lastModified=2022-06-07 13:20:48.962527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.963259000, lastModified=2022-06-07 13:20:48.962527000, delta=732000 ns, racy<=15000 ns
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.963437000, lastModified=2022-06-07 13:20:48.962527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.963437000, lastModified=2022-06-07 13:20:48.962527000, delta=910000 ns, racy<=15000 ns
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.963611000, lastModified=2022-06-07 13:20:48.962527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.963611000, lastModified=2022-06-07 13:20:48.962527000, delta=1084000 ns, racy<=15000 ns
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.963789000, lastModified=2022-06-07 13:20:48.962527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.963789000, lastModified=2022-06-07 13:20:48.962527000, delta=1262000 ns, racy<=15000 ns
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.963 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.963979000, lastModified=2022-06-07 13:20:48.962527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.962527000 to 2022-06-07 13:20:48.963527000
13:20:48.964 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.964179000, lastModified=2022-06-07 13:20:48.963527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.964179000, lastModified=2022-06-07 13:20:48.963527000, delta=652000 ns, racy<=15000 ns
13:20:48.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.968576000, lastModified=2022-06-07 13:20:48.967527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.968576000, lastModified=2022-06-07 13:20:48.967527000, delta=1049000 ns, racy<=15000 ns
13:20:48.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.968775000, lastModified=2022-06-07 13:20:48.967527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.968775000, lastModified=2022-06-07 13:20:48.967527000, delta=1248000 ns, racy<=15000 ns
13:20:48.968 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.968991000, lastModified=2022-06-07 13:20:48.968527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.968991000, lastModified=2022-06-07 13:20:48.968527000, delta=464000 ns, racy<=15000 ns
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.969200000, lastModified=2022-06-07 13:20:48.968527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.969200000, lastModified=2022-06-07 13:20:48.968527000, delta=673000 ns, racy<=15000 ns
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.969391000, lastModified=2022-06-07 13:20:48.968527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.969391000, lastModified=2022-06-07 13:20:48.968527000, delta=864000 ns, racy<=15000 ns
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.969587000, lastModified=2022-06-07 13:20:48.968527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.969587000, lastModified=2022-06-07 13:20:48.968527000, delta=1060000 ns, racy<=15000 ns
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.969774000, lastModified=2022-06-07 13:20:48.968527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.969774000, lastModified=2022-06-07 13:20:48.968527000, delta=1247000 ns, racy<=15000 ns
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.969 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.969975000, lastModified=2022-06-07 13:20:48.968527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.968527000 to 2022-06-07 13:20:48.969527000
13:20:48.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.970166000, lastModified=2022-06-07 13:20:48.969527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.970166000, lastModified=2022-06-07 13:20:48.969527000, delta=639000 ns, racy<=15000 ns
13:20:48.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.970360000, lastModified=2022-06-07 13:20:48.969527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.970360000, lastModified=2022-06-07 13:20:48.969527000, delta=833000 ns, racy<=15000 ns
13:20:48.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.970557000, lastModified=2022-06-07 13:20:48.969527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.970557000, lastModified=2022-06-07 13:20:48.969527000, delta=1030000 ns, racy<=15000 ns
13:20:48.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.970743000, lastModified=2022-06-07 13:20:48.969527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.970743000, lastModified=2022-06-07 13:20:48.969527000, delta=1216000 ns, racy<=15000 ns
13:20:48.970 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.974993000, lastModified=2022-06-07 13:20:48.969527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.969527000 to 2022-06-07 13:20:48.974527000
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.975204000, lastModified=2022-06-07 13:20:48.974527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.975204000, lastModified=2022-06-07 13:20:48.974527000, delta=677000 ns, racy<=15000 ns
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.975399000, lastModified=2022-06-07 13:20:48.974527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.975399000, lastModified=2022-06-07 13:20:48.974527000, delta=872000 ns, racy<=15000 ns
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.975593000, lastModified=2022-06-07 13:20:48.974527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.975593000, lastModified=2022-06-07 13:20:48.974527000, delta=1066000 ns, racy<=15000 ns
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.975779000, lastModified=2022-06-07 13:20:48.974527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.975779000, lastModified=2022-06-07 13:20:48.974527000, delta=1252000 ns, racy<=15000 ns
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.975 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.975978000, lastModified=2022-06-07 13:20:48.974527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.974527000 to 2022-06-07 13:20:48.975527000
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.976170000, lastModified=2022-06-07 13:20:48.975527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.976170000, lastModified=2022-06-07 13:20:48.975527000, delta=643000 ns, racy<=15000 ns
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.976360000, lastModified=2022-06-07 13:20:48.975527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.976360000, lastModified=2022-06-07 13:20:48.975527000, delta=833000 ns, racy<=15000 ns
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.976564000, lastModified=2022-06-07 13:20:48.975527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.976564000, lastModified=2022-06-07 13:20:48.975527000, delta=1037000 ns, racy<=15000 ns
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.976752000, lastModified=2022-06-07 13:20:48.975527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.976752000, lastModified=2022-06-07 13:20:48.975527000, delta=1225000 ns, racy<=15000 ns
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.976 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.976947000, lastModified=2022-06-07 13:20:48.975527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.975527000 to 2022-06-07 13:20:48.976527000
13:20:48.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.977173000, lastModified=2022-06-07 13:20:48.976527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.977173000, lastModified=2022-06-07 13:20:48.976527000, delta=646000 ns, racy<=15000 ns
13:20:48.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.977 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.977366000, lastModified=2022-06-07 13:20:48.976527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.977366000, lastModified=2022-06-07 13:20:48.976527000, delta=839000 ns, racy<=15000 ns
13:20:48.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.981792000, lastModified=2022-06-07 13:20:48.980527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.981792000, lastModified=2022-06-07 13:20:48.980527000, delta=1265000 ns, racy<=15000 ns
13:20:48.981 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.982145000, lastModified=2022-06-07 13:20:48.981527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.982145000, lastModified=2022-06-07 13:20:48.981527000, delta=618000 ns, racy<=15000 ns
13:20:48.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.982406000, lastModified=2022-06-07 13:20:48.981527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.982406000, lastModified=2022-06-07 13:20:48.981527000, delta=879000 ns, racy<=15000 ns
13:20:48.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.982609000, lastModified=2022-06-07 13:20:48.981527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.982609000, lastModified=2022-06-07 13:20:48.981527000, delta=1082000 ns, racy<=15000 ns
13:20:48.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.982794000, lastModified=2022-06-07 13:20:48.981527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.982794000, lastModified=2022-06-07 13:20:48.981527000, delta=1267000 ns, racy<=15000 ns
13:20:48.982 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.983040000, lastModified=2022-06-07 13:20:48.982527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.983040000, lastModified=2022-06-07 13:20:48.982527000, delta=513000 ns, racy<=15000 ns
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.983246000, lastModified=2022-06-07 13:20:48.982527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.983246000, lastModified=2022-06-07 13:20:48.982527000, delta=719000 ns, racy<=15000 ns
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.983444000, lastModified=2022-06-07 13:20:48.982527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.983444000, lastModified=2022-06-07 13:20:48.982527000, delta=917000 ns, racy<=15000 ns
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.983633000, lastModified=2022-06-07 13:20:48.982527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.983633000, lastModified=2022-06-07 13:20:48.982527000, delta=1106000 ns, racy<=15000 ns
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.983820000, lastModified=2022-06-07 13:20:48.982527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.983820000, lastModified=2022-06-07 13:20:48.982527000, delta=1293000 ns, racy<=15000 ns
13:20:48.983 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.984031000, lastModified=2022-06-07 13:20:48.983527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.984031000, lastModified=2022-06-07 13:20:48.983527000, delta=504000 ns, racy<=15000 ns
13:20:48.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.984230000, lastModified=2022-06-07 13:20:48.983527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.984230000, lastModified=2022-06-07 13:20:48.983527000, delta=703000 ns, racy<=15000 ns
13:20:48.984 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.987725000, lastModified=2022-06-07 13:20:48.983527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.987 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.983527000 to 2022-06-07 13:20:48.986527000
13:20:48.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.988113000, lastModified=2022-06-07 13:20:48.987527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.988113000, lastModified=2022-06-07 13:20:48.987527000, delta=586000 ns, racy<=15000 ns
13:20:48.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.988403000, lastModified=2022-06-07 13:20:48.987527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.988403000, lastModified=2022-06-07 13:20:48.987527000, delta=876000 ns, racy<=15000 ns
13:20:48.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.988676000, lastModified=2022-06-07 13:20:48.987527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.988676000, lastModified=2022-06-07 13:20:48.987527000, delta=1149000 ns, racy<=15000 ns
13:20:48.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.988 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.988957000, lastModified=2022-06-07 13:20:48.987527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.987527000 to 2022-06-07 13:20:48.988527000
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.989157000, lastModified=2022-06-07 13:20:48.988527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.989157000, lastModified=2022-06-07 13:20:48.988527000, delta=630000 ns, racy<=15000 ns
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.989355000, lastModified=2022-06-07 13:20:48.988527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.989355000, lastModified=2022-06-07 13:20:48.988527000, delta=828000 ns, racy<=15000 ns
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.989551000, lastModified=2022-06-07 13:20:48.988527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.989551000, lastModified=2022-06-07 13:20:48.988527000, delta=1024000 ns, racy<=15000 ns
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.989743000, lastModified=2022-06-07 13:20:48.988527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.989743000, lastModified=2022-06-07 13:20:48.988527000, delta=1216000 ns, racy<=15000 ns
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.989 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.989933000, lastModified=2022-06-07 13:20:48.988527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.988527000 to 2022-06-07 13:20:48.989527000
13:20:48.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.990141000, lastModified=2022-06-07 13:20:48.989527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.990141000, lastModified=2022-06-07 13:20:48.989527000, delta=614000 ns, racy<=15000 ns
13:20:48.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.990340000, lastModified=2022-06-07 13:20:48.989527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.990340000, lastModified=2022-06-07 13:20:48.989527000, delta=813000 ns, racy<=15000 ns
13:20:48.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.990 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.990539000, lastModified=2022-06-07 13:20:48.989527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.990539000, lastModified=2022-06-07 13:20:48.989527000, delta=1012000 ns, racy<=15000 ns
13:20:48.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.993770000, lastModified=2022-06-07 13:20:48.992527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.993770000, lastModified=2022-06-07 13:20:48.992527000, delta=1243000 ns, racy<=15000 ns
13:20:48.993 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.994072000, lastModified=2022-06-07 13:20:48.993527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.994072000, lastModified=2022-06-07 13:20:48.993527000, delta=545000 ns, racy<=15000 ns
13:20:48.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.994356000, lastModified=2022-06-07 13:20:48.993527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.994356000, lastModified=2022-06-07 13:20:48.993527000, delta=829000 ns, racy<=15000 ns
13:20:48.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.994620000, lastModified=2022-06-07 13:20:48.993527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.994620000, lastModified=2022-06-07 13:20:48.993527000, delta=1093000 ns, racy<=15000 ns
13:20:48.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.994 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.994880000, lastModified=2022-06-07 13:20:48.993527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.993527000 to 2022-06-07 13:20:48.994527000
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.995122000, lastModified=2022-06-07 13:20:48.994527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.995122000, lastModified=2022-06-07 13:20:48.994527000, delta=595000 ns, racy<=15000 ns
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.995334000, lastModified=2022-06-07 13:20:48.994527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.995334000, lastModified=2022-06-07 13:20:48.994527000, delta=807000 ns, racy<=15000 ns
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.995528000, lastModified=2022-06-07 13:20:48.994527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.995528000, lastModified=2022-06-07 13:20:48.994527000, delta=1001000 ns, racy<=15000 ns
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.995719000, lastModified=2022-06-07 13:20:48.994527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.995719000, lastModified=2022-06-07 13:20:48.994527000, delta=1192000 ns, racy<=15000 ns
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.995 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.995914000, lastModified=2022-06-07 13:20:48.994527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.994527000 to 2022-06-07 13:20:48.995527000
13:20:48.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.996124000, lastModified=2022-06-07 13:20:48.995527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.996124000, lastModified=2022-06-07 13:20:48.995527000, delta=597000 ns, racy<=15000 ns
13:20:48.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.996316000, lastModified=2022-06-07 13:20:48.995527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.996316000, lastModified=2022-06-07 13:20:48.995527000, delta=789000 ns, racy<=15000 ns
13:20:48.996 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.998621000, lastModified=2022-06-07 13:20:48.995527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.995527000 to 2022-06-07 13:20:48.997527000
13:20:48.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.998833000, lastModified=2022-06-07 13:20:48.997527000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.998833000, lastModified=2022-06-07 13:20:48.997527000, delta=1306000 ns, racy<=15000 ns
13:20:48.998 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.999037000, lastModified=2022-06-07 13:20:48.998528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.999037000, lastModified=2022-06-07 13:20:48.998528000, delta=509000 ns, racy<=15000 ns
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.999239000, lastModified=2022-06-07 13:20:48.998528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.999239000, lastModified=2022-06-07 13:20:48.998528000, delta=711000 ns, racy<=15000 ns
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.999432000, lastModified=2022-06-07 13:20:48.998528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.999432000, lastModified=2022-06-07 13:20:48.998528000, delta=904000 ns, racy<=15000 ns
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.999624000, lastModified=2022-06-07 13:20:48.998528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.999624000, lastModified=2022-06-07 13:20:48.998528000, delta=1096000 ns, racy<=15000 ns
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:48.999811000, lastModified=2022-06-07 13:20:48.998528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:48.999811000, lastModified=2022-06-07 13:20:48.998528000, delta=1283000 ns, racy<=15000 ns
13:20:48.999 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.000006000, lastModified=2022-06-07 13:20:48.999528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.000006000, lastModified=2022-06-07 13:20:48.999528000, delta=478000 ns, racy<=15000 ns
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.000211000, lastModified=2022-06-07 13:20:48.999528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.000211000, lastModified=2022-06-07 13:20:48.999528000, delta=683000 ns, racy<=15000 ns
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.000398000, lastModified=2022-06-07 13:20:48.999528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.000398000, lastModified=2022-06-07 13:20:48.999528000, delta=870000 ns, racy<=15000 ns
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.000584000, lastModified=2022-06-07 13:20:48.999528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.000584000, lastModified=2022-06-07 13:20:48.999528000, delta=1056000 ns, racy<=15000 ns
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.000769000, lastModified=2022-06-07 13:20:48.999528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.000769000, lastModified=2022-06-07 13:20:48.999528000, delta=1241000 ns, racy<=15000 ns
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.000 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.000966000, lastModified=2022-06-07 13:20:48.999528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:48.999528000 to 2022-06-07 13:20:49.000528000
13:20:49.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.003300000, lastModified=2022-06-07 13:20:49.002528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.003300000, lastModified=2022-06-07 13:20:49.002528000, delta=772000 ns, racy<=15000 ns
13:20:49.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.003502000, lastModified=2022-06-07 13:20:49.002528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.003502000, lastModified=2022-06-07 13:20:49.002528000, delta=974000 ns, racy<=15000 ns
13:20:49.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.003692000, lastModified=2022-06-07 13:20:49.002528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.003692000, lastModified=2022-06-07 13:20:49.002528000, delta=1164000 ns, racy<=15000 ns
13:20:49.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.003883000, lastModified=2022-06-07 13:20:49.002528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.003 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:49.002528000 to 2022-06-07 13:20:49.003528000
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.004069000, lastModified=2022-06-07 13:20:49.003528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.004069000, lastModified=2022-06-07 13:20:49.003528000, delta=541000 ns, racy<=15000 ns
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.004274000, lastModified=2022-06-07 13:20:49.003528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.004274000, lastModified=2022-06-07 13:20:49.003528000, delta=746000 ns, racy<=15000 ns
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.004467000, lastModified=2022-06-07 13:20:49.003528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.004467000, lastModified=2022-06-07 13:20:49.003528000, delta=939000 ns, racy<=15000 ns
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.004660000, lastModified=2022-06-07 13:20:49.003528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.004660000, lastModified=2022-06-07 13:20:49.003528000, delta=1132000 ns, racy<=15000 ns
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.004847000, lastModified=2022-06-07 13:20:49.003528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.004 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.004847000, lastModified=2022-06-07 13:20:49.003528000, delta=1319000 ns, racy<=15000 ns
13:20:49.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.005096000, lastModified=2022-06-07 13:20:49.004528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.005096000, lastModified=2022-06-07 13:20:49.004528000, delta=568000 ns, racy<=15000 ns
13:20:49.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.005294000, lastModified=2022-06-07 13:20:49.004528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.005294000, lastModified=2022-06-07 13:20:49.004528000, delta=766000 ns, racy<=15000 ns
13:20:49.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.005498000, lastModified=2022-06-07 13:20:49.004528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.005498000, lastModified=2022-06-07 13:20:49.004528000, delta=970000 ns, racy<=15000 ns
13:20:49.005 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.007 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.007861000, lastModified=2022-06-07 13:20:49.004528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.007 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, lastModified changed from 2022-06-07 13:20:49.004528000 to 2022-06-07 13:20:49.007528000
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.008072000, lastModified=2022-06-07 13:20:49.007528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.008072000, lastModified=2022-06-07 13:20:49.007528000, delta=544000 ns, racy<=15000 ns
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.008269000, lastModified=2022-06-07 13:20:49.007528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.008269000, lastModified=2022-06-07 13:20:49.007528000, delta=741000 ns, racy<=15000 ns
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.008459000, lastModified=2022-06-07 13:20:49.007528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.008459000, lastModified=2022-06-07 13:20:49.007528000, delta=931000 ns, racy<=15000 ns
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.008646000, lastModified=2022-06-07 13:20:49.007528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.008646000, lastModified=2022-06-07 13:20:49.007528000, delta=1118000 ns, racy<=15000 ns
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.008839000, lastModified=2022-06-07 13:20:49.007528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.008 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.008839000, lastModified=2022-06-07 13:20:49.007528000, delta=1311000 ns, racy<=15000 ns
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.009077000, lastModified=2022-06-07 13:20:49.008528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.009077000, lastModified=2022-06-07 13:20:49.008528000, delta=549000 ns, racy<=15000 ns
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.009267000, lastModified=2022-06-07 13:20:49.008528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.009267000, lastModified=2022-06-07 13:20:49.008528000, delta=739000 ns, racy<=15000 ns
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.009458000, lastModified=2022-06-07 13:20:49.008528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.009458000, lastModified=2022-06-07 13:20:49.008528000, delta=930000 ns, racy<=15000 ns
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.009643000, lastModified=2022-06-07 13:20:49.008528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.009643000, lastModified=2022-06-07 13:20:49.008528000, delta=1115000 ns, racy<=15000 ns
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.009829000, lastModified=2022-06-07 13:20:49.008528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.009829000, lastModified=2022-06-07 13:20:49.008528000, delta=1301000 ns, racy<=15000 ns
13:20:49.009 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.010 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.010024000, lastModified=2022-06-07 13:20:49.009528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.010 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.010024000, lastModified=2022-06-07 13:20:49.009528000, delta=496000 ns, racy<=15000 ns
13:20:49.010 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.010 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, create new FileSnapshot: lastRead=2022-06-07 13:20:49.010221000, lastModified=2022-06-07 13:20:49.009528000, size=1, fileKey=(dev=3000b3,ino=725792709)
13:20:49.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, isRacyClean=false, read=2022-06-07 13:20:49.010221000, lastModified=2022-06-07 13:20:49.009528000, delta=693000 ns, racy<=15000 ns
13:20:49.013 [JGit-FileStoreAttributeReader-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/.probe-11007fca-5fe8-4144-99ea-9a3a82c89170, is unmodified
13:20:49.015 [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]
4363, 3682, 15000, 455000.0, 1372000.0, 919621.6730038021, 252436.12084533783
13:20:49.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=6 µs, minimalRacyInterval=1,372 µs]
13:20:49.016 [JGit-FileStoreAttributeWriter-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-07 13:20:45.816203000, lastModified=2022-06-07 13:16:03.220376000, delta=282595827000 ns, racy<=2500000000 ns
13:20:49.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:45.961076000, lastModified=2022-06-07 13:20:45.855471000, delta=105605000 ns, racy<=3430000 ns
13:20:49.016 [JGit-FileStoreAttributeWriter-2] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
13:20:49.016 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.017 [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 13:20:49.017275000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.017 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
13:20:49.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.017545000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049017545000 ns, racy<=3430000 ns
13:20:49.018 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, is unmodified
13:20:49.019 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:45.961076000, lastModified=2022-06-07 13:20:45.855471000, delta=105605000 ns, racy<=3430000 ns
13:20:49.019 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.019 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.017545000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049017545000 ns, racy<=3430000 ns
13:20:49.019 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, is unmodified
13:20:49.020 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.017275000, lastModified=2022-06-07 13:20:49.016528000, delta=747000 ns, racy<=2500000000 ns
13:20:49.020 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.020 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.020 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.020645000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.020 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.020645000, lastModified=2022-06-07 13:20:49.016528000, delta=4117000 ns, racy<=2500000000 ns
13:20:49.020 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.020 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.020 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=true, read=2022-06-07 13:20:45.957966000, lastModified=2022-06-07 13:20:45.925472000, delta=32494000 ns, racy<=2500000000 ns
13:20:49.020 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is racily clean
13:20:49.020 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.020867000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:49.020 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.020867000, lastModified=2022-06-07 13:20:45.925472000, delta=3095395000 ns, racy<=2500000000 ns
13:20:49.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.021773000, lastModified=2022-06-07 13:20:45.943472000, size=0, fileKey=(dev=3000b3,ino=718753678)
13:20:49.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.020645000, lastModified=2022-06-07 13:20:49.016528000, delta=4117000 ns, racy<=2500000000 ns
13:20:49.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.021 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.021 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.021931000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.021931000, lastModified=2022-06-07 13:20:49.016528000, delta=5403000 ns, racy<=2500000000 ns
13:20:49.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.022513000, lastModified=2022-06-07 13:20:49.021528000, size=104, fileKey=(dev=3000b3,ino=718753678)
13:20:49.022 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.022639000, lastModified=2022-06-07 13:20:49.021528000, size=104, fileKey=(dev=3000b3,ino=718753678)
13:20:49.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.021931000, lastModified=2022-06-07 13:20:49.016528000, delta=5403000 ns, racy<=2500000000 ns
13:20:49.033 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.034 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.034026000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.034026000, lastModified=2022-06-07 13:20:49.016528000, delta=17498000 ns, racy<=2500000000 ns
13:20:49.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.034 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.034026000, lastModified=2022-06-07 13:20:49.016528000, delta=17498000 ns, racy<=2500000000 ns
13:20:49.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.035 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.035183000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.035183000, lastModified=2022-06-07 13:20:49.016528000, delta=18655000 ns, racy<=2500000000 ns
13:20:49.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.035 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.035183000, lastModified=2022-06-07 13:20:49.016528000, delta=18655000 ns, racy<=2500000000 ns
13:20:49.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.038 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.038 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.038969000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.038969000, lastModified=2022-06-07 13:20:49.016528000, delta=22441000 ns, racy<=2500000000 ns
13:20:49.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.038969000, lastModified=2022-06-07 13:20:49.016528000, delta=22441000 ns, racy<=2500000000 ns
13:20:49.039 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.039 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.039993000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.039993000, lastModified=2022-06-07 13:20:49.016528000, delta=23465000 ns, racy<=2500000000 ns
13:20:49.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/HEAD, create new FileSnapshot: lastRead=2022-06-07 13:20:49.040301000, lastModified=2022-06-07 13:20:45.919472000, size=23, fileKey=(dev=3000b3,ino=718753676)
13:20:49.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.039993000, lastModified=2022-06-07 13:20:49.016528000, delta=23465000 ns, racy<=2500000000 ns
13:20:49.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.040 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.040715000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.040715000, lastModified=2022-06-07 13:20:49.016528000, delta=24187000 ns, racy<=2500000000 ns
13:20:49.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.040 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.040301000, lastModified=2022-06-07 13:20:45.919472000, delta=3120829000 ns, racy<=3430000 ns
13:20:49.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/HEAD, is unmodified
13:20:49.041 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.040715000, lastModified=2022-06-07 13:20:49.016528000, delta=24187000 ns, racy<=2500000000 ns
13:20:49.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.042 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.042045000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.042045000, lastModified=2022-06-07 13:20:49.016528000, delta=25517000 ns, racy<=2500000000 ns
13:20:49.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.042 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.043435000, lastModified=2022-06-07 13:20:49.021528000, size=104, fileKey=(dev=3000b3,ino=718753678)
13:20:49.043 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.043550000, lastModified=2022-06-07 13:20:49.021528000, size=104, fileKey=(dev=3000b3,ino=718753678)
13:20:49.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:45.961076000, lastModified=2022-06-07 13:20:45.855471000, delta=105605000 ns, racy<=3430000 ns
13:20:49.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.017545000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049017545000 ns, racy<=3430000 ns
13:20:49.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, is unmodified
13:20:49.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:45.961076000, lastModified=2022-06-07 13:20:45.855471000, delta=105605000 ns, racy<=3430000 ns
13:20:49.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.017545000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049017545000 ns, racy<=3430000 ns
13:20:49.044 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, is unmodified
13:20:49.045 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:45.961076000, lastModified=2022-06-07 13:20:45.855471000, delta=105605000 ns, racy<=3430000 ns
13:20:49.045 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.045 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.017545000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049017545000 ns, racy<=3430000 ns
13:20:49.045 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, is unmodified
13:20:49.045 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:45.961076000, lastModified=2022-06-07 13:20:45.855471000, delta=105605000 ns, racy<=3430000 ns
13:20:49.046 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.046 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.017545000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049017545000 ns, racy<=3430000 ns
13:20:49.046 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, is unmodified
13:20:49.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.042045000, lastModified=2022-06-07 13:20:49.016528000, delta=25517000 ns, racy<=2500000000 ns
13:20:49.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.048 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.048614000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.048614000, lastModified=2022-06-07 13:20:49.016528000, delta=32086000 ns, racy<=2500000000 ns
13:20:49.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.040301000, lastModified=2022-06-07 13:20:45.919472000, delta=3120829000 ns, racy<=3430000 ns
13:20:49.048 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/HEAD, is unmodified
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.048614000, lastModified=2022-06-07 13:20:49.016528000, delta=32086000 ns, racy<=2500000000 ns
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.049 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.049211000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.049211000, lastModified=2022-06-07 13:20:49.016528000, delta=32683000 ns, racy<=2500000000 ns
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.049211000, lastModified=2022-06-07 13:20:49.016528000, delta=32683000 ns, racy<=2500000000 ns
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.049 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.049633000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.049633000, lastModified=2022-06-07 13:20:49.016528000, delta=33105000 ns, racy<=2500000000 ns
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.049 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.049633000, lastModified=2022-06-07 13:20:49.016528000, delta=33105000 ns, racy<=2500000000 ns
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.050 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.050350000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.050350000, lastModified=2022-06-07 13:20:49.016528000, delta=33822000 ns, racy<=2500000000 ns
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.050350000, lastModified=2022-06-07 13:20:49.016528000, delta=33822000 ns, racy<=2500000000 ns
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.050 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.050646000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.050646000, lastModified=2022-06-07 13:20:49.016528000, delta=34118000 ns, racy<=2500000000 ns
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.050 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.050646000, lastModified=2022-06-07 13:20:49.016528000, delta=34118000 ns, racy<=2500000000 ns
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.051 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.051053000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.051053000, lastModified=2022-06-07 13:20:49.016528000, delta=34525000 ns, racy<=2500000000 ns
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.051053000, lastModified=2022-06-07 13:20:49.016528000, delta=34525000 ns, racy<=2500000000 ns
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.051 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.051334000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.051334000, lastModified=2022-06-07 13:20:49.016528000, delta=34806000 ns, racy<=2500000000 ns
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.051334000, lastModified=2022-06-07 13:20:49.016528000, delta=34806000 ns, racy<=2500000000 ns
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.051 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.051647000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.051647000, lastModified=2022-06-07 13:20:49.016528000, delta=35119000 ns, racy<=2500000000 ns
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.051647000, lastModified=2022-06-07 13:20:49.016528000, delta=35119000 ns, racy<=2500000000 ns
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.051 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.051893000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.051 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.051893000, lastModified=2022-06-07 13:20:49.016528000, delta=35365000 ns, racy<=2500000000 ns
13:20:49.052 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.052 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.052 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.052 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.052147000, lastModified=2022-06-07 13:20:49.049528000, size=41, fileKey=(dev=3000b3,ino=721070114)
13:20:49.052 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.051893000, lastModified=2022-06-07 13:20:49.016528000, delta=35365000 ns, racy<=2500000000 ns
13:20:49.052 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.052 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.052 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.052964000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.053 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.052964000, lastModified=2022-06-07 13:20:49.016528000, delta=36436000 ns, racy<=2500000000 ns
13:20:49.053 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.053 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.053 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.053 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.052964000, lastModified=2022-06-07 13:20:49.016528000, delta=36436000 ns, racy<=2500000000 ns
13:20:49.053 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.053 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.053980000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.053980000, lastModified=2022-06-07 13:20:49.016528000, delta=37452000 ns, racy<=2500000000 ns
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.053980000, lastModified=2022-06-07 13:20:49.016528000, delta=37452000 ns, racy<=2500000000 ns
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.054229000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.054229000, lastModified=2022-06-07 13:20:49.016528000, delta=37701000 ns, racy<=2500000000 ns
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.054229000, lastModified=2022-06-07 13:20:49.016528000, delta=37701000 ns, racy<=2500000000 ns
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.054427000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.054427000, lastModified=2022-06-07 13:20:49.016528000, delta=37899000 ns, racy<=2500000000 ns
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.054427000, lastModified=2022-06-07 13:20:49.016528000, delta=37899000 ns, racy<=2500000000 ns
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.054689000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.054689000, lastModified=2022-06-07 13:20:49.016528000, delta=38161000 ns, racy<=2500000000 ns
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.054 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.054987000, lastModified=2022-06-07 13:20:49.021528000, size=104, fileKey=(dev=3000b3,ino=718753678)
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.055059000, lastModified=2022-06-07 13:20:49.021528000, size=104, fileKey=(dev=3000b3,ino=718753678)
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.054689000, lastModified=2022-06-07 13:20:49.016528000, delta=38161000 ns, racy<=2500000000 ns
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.055 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.055182000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.055182000, lastModified=2022-06-07 13:20:49.016528000, delta=38654000 ns, racy<=2500000000 ns
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.055182000, lastModified=2022-06-07 13:20:49.016528000, delta=38654000 ns, racy<=2500000000 ns
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.055 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.055446000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.055446000, lastModified=2022-06-07 13:20:49.016528000, delta=38918000 ns, racy<=2500000000 ns
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.055 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.055446000, lastModified=2022-06-07 13:20:49.016528000, delta=38918000 ns, racy<=2500000000 ns
13:20:49.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.056 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.056193000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.056193000, lastModified=2022-06-07 13:20:49.016528000, delta=39665000 ns, racy<=2500000000 ns
13:20:49.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:45.961076000, lastModified=2022-06-07 13:20:45.855471000, delta=105605000 ns, racy<=3430000 ns
13:20:49.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.017545000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049017545000 ns, racy<=3430000 ns
13:20:49.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, is unmodified
13:20:49.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:45.961076000, lastModified=2022-06-07 13:20:45.855471000, delta=105605000 ns, racy<=3430000 ns
13:20:49.056 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.017545000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049017545000 ns, racy<=3430000 ns
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, is unmodified
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.057310000, lastModified=2022-06-07 13:20:49.053528000, size=0, fileKey=(dev=3000b3,ino=718753680)
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.056193000, lastModified=2022-06-07 13:20:49.016528000, delta=39665000 ns, racy<=2500000000 ns
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.057 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.057405000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.057405000, lastModified=2022-06-07 13:20:49.016528000, delta=40877000 ns, racy<=2500000000 ns
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.057627000, lastModified=2022-06-07 13:20:49.056529000, size=104, fileKey=(dev=3000b3,ino=718753680)
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.057713000, lastModified=2022-06-07 13:20:49.056529000, size=104, fileKey=(dev=3000b3,ino=718753680)
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.057405000, lastModified=2022-06-07 13:20:49.016528000, delta=40877000 ns, racy<=2500000000 ns
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.057 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.057805000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.057805000, lastModified=2022-06-07 13:20:49.016528000, delta=41277000 ns, racy<=2500000000 ns
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.057 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.058 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.040301000, lastModified=2022-06-07 13:20:45.919472000, delta=3120829000 ns, racy<=3430000 ns
13:20:49.058 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/HEAD, is unmodified
13:20:49.058 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master.lock, isRacyClean=true, read=2022-06-07 13:20:49.052147000, lastModified=2022-06-07 13:20:49.049528000, delta=2619000 ns, racy<=3430000 ns
13:20:49.058 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master.lock, is racily clean
13:20:49.058 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-07 13:20:49.058585000, lastModified=2022-06-07 13:20:49.049528000, size=41, fileKey=(dev=3000b3,ino=721070114)
13:20:49.058 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 13:20:49.058585000, lastModified=2022-06-07 13:20:49.049528000, delta=9057000 ns, racy<=3430000 ns
13:20:49.058 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.057805000, lastModified=2022-06-07 13:20:49.016528000, delta=41277000 ns, racy<=2500000000 ns
13:20:49.058 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.058 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.058797000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.058 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.058797000, lastModified=2022-06-07 13:20:49.016528000, delta=42269000 ns, racy<=2500000000 ns
13:20:49.058 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.058 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.058 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.040301000, lastModified=2022-06-07 13:20:45.919472000, delta=3120829000 ns, racy<=3430000 ns
13:20:49.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/HEAD, is unmodified
13:20:49.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.058797000, lastModified=2022-06-07 13:20:49.016528000, delta=42269000 ns, racy<=2500000000 ns
13:20:49.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.059 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.059521000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.059521000, lastModified=2022-06-07 13:20:49.016528000, delta=42993000 ns, racy<=2500000000 ns
13:20:49.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.059854000, lastModified=2022-06-07 13:20:49.056529000, size=104, fileKey=(dev=3000b3,ino=718753680)
13:20:49.059 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.059910000, lastModified=2022-06-07 13:20:49.056529000, size=104, fileKey=(dev=3000b3,ino=718753680)
13:20:49.060 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:45.961076000, lastModified=2022-06-07 13:20:45.855471000, delta=105605000 ns, racy<=3430000 ns
13:20:49.060 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.060 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.017545000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049017545000 ns, racy<=3430000 ns
13:20:49.060 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, is unmodified
13:20:49.060 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:45.961076000, lastModified=2022-06-07 13:20:45.855471000, delta=105605000 ns, racy<=3430000 ns
13:20:49.060 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.060 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.017545000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049017545000 ns, racy<=3430000 ns
13:20:49.060 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, is unmodified
13:20:49.060 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:45.961076000, lastModified=2022-06-07 13:20:45.855471000, delta=105605000 ns, racy<=3430000 ns
13:20:49.060 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.017545000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049017545000 ns, racy<=3430000 ns
13:20:49.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, is unmodified
13:20:49.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:45.961076000, lastModified=2022-06-07 13:20:45.855471000, delta=105605000 ns, racy<=3430000 ns
13:20:49.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.017545000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049017545000 ns, racy<=3430000 ns
13:20:49.112 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack/preserved, is unmodified
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.059521000, lastModified=2022-06-07 13:20:49.016528000, delta=42993000 ns, racy<=2500000000 ns
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.113 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.113103000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.113103000, lastModified=2022-06-07 13:20:49.016528000, delta=96575000 ns, racy<=2500000000 ns
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.040301000, lastModified=2022-06-07 13:20:45.919472000, delta=3120829000 ns, racy<=3430000 ns
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/HEAD, is unmodified
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.113103000, lastModified=2022-06-07 13:20:49.016528000, delta=96575000 ns, racy<=2500000000 ns
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.113 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.113622000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.113622000, lastModified=2022-06-07 13:20:49.016528000, delta=97094000 ns, racy<=2500000000 ns
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.113 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.113622000, lastModified=2022-06-07 13:20:49.016528000, delta=97094000 ns, racy<=2500000000 ns
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.114 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.114138000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.114138000, lastModified=2022-06-07 13:20:49.016528000, delta=97610000 ns, racy<=2500000000 ns
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.114138000, lastModified=2022-06-07 13:20:49.016528000, delta=97610000 ns, racy<=2500000000 ns
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.114 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.114407000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.114407000, lastModified=2022-06-07 13:20:49.016528000, delta=97879000 ns, racy<=2500000000 ns
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.114407000, lastModified=2022-06-07 13:20:49.016528000, delta=97879000 ns, racy<=2500000000 ns
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.114 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.114680000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.114680000, lastModified=2022-06-07 13:20:49.016528000, delta=98152000 ns, racy<=2500000000 ns
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.114680000, lastModified=2022-06-07 13:20:49.016528000, delta=98152000 ns, racy<=2500000000 ns
13:20:49.114 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.114 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.115001000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.115001000, lastModified=2022-06-07 13:20:49.016528000, delta=98473000 ns, racy<=2500000000 ns
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.115001000, lastModified=2022-06-07 13:20:49.016528000, delta=98473000 ns, racy<=2500000000 ns
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.115 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.115251000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.115251000, lastModified=2022-06-07 13:20:49.016528000, delta=98723000 ns, racy<=2500000000 ns
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.115251000, lastModified=2022-06-07 13:20:49.016528000, delta=98723000 ns, racy<=2500000000 ns
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.115 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.115457000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.115457000, lastModified=2022-06-07 13:20:49.016528000, delta=98929000 ns, racy<=2500000000 ns
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.115638000, lastModified=2022-06-07 13:20:49.113530000, size=41, fileKey=(dev=3000b3,ino=721070115)
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.115457000, lastModified=2022-06-07 13:20:49.016528000, delta=98929000 ns, racy<=2500000000 ns
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.115 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.115886000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.115 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.115886000, lastModified=2022-06-07 13:20:49.016528000, delta=99358000 ns, racy<=2500000000 ns
13:20:49.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.116 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, cannot be racily clean
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.121088000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.115886000, lastModified=2022-06-07 13:20:49.016528000, delta=99358000 ns, racy<=2500000000 ns
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.121 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.121344000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.121344000, lastModified=2022-06-07 13:20:49.016528000, delta=104816000 ns, racy<=2500000000 ns
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.121559000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.121344000, lastModified=2022-06-07 13:20:49.016528000, delta=104816000 ns, racy<=2500000000 ns
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.121 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.121703000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.121703000, lastModified=2022-06-07 13:20:49.016528000, delta=105175000 ns, racy<=2500000000 ns
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.121559000, lastModified=2022-06-07 13:20:45.925472000, delta=3196087000 ns, racy<=2500000000 ns
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:49.121 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.121927000, lastModified=2022-06-07 13:20:49.056529000, size=104, fileKey=(dev=3000b3,ino=718753680)
13:20:49.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.121703000, lastModified=2022-06-07 13:20:49.016528000, delta=105175000 ns, racy<=2500000000 ns
13:20:49.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.122 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.122067000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.122067000, lastModified=2022-06-07 13:20:49.016528000, delta=105539000 ns, racy<=2500000000 ns
13:20:49.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.121559000, lastModified=2022-06-07 13:20:45.925472000, delta=3196087000 ns, racy<=2500000000 ns
13:20:49.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:49.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/HEAD, create new FileSnapshot: lastRead=2022-06-07 13:20:49.122276000, lastModified=2022-06-07 13:20:45.919472000, size=23, fileKey=(dev=3000b3,ino=718753676)
13:20:49.122 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-07 13:20:49.122341000, lastModified=2022-06-07 13:20:49.113530000, size=41, fileKey=(dev=3000b3,ino=721070115)
13:20:49.122 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /tmp/junit15143879961224547152:org.eclipse.hawk.git.JGitRepository:false
13:20:49.124 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:49.124 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:49.133 [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 13:20:49.122067000, lastModified=2022-06-07 13:20:49.016528000, delta=105539000 ns, racy<=2500000000 ns
13:20:49.133 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.133 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.133 [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 13:20:49.133532000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.133 [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 13:20:49.133532000, lastModified=2022-06-07 13:20:49.016528000, delta=117004000 ns, racy<=2500000000 ns
13:20:49.133 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.133 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.133 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.121559000, lastModified=2022-06-07 13:20:45.925472000, delta=3196087000 ns, racy<=2500000000 ns
13:20:49.133 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:49.133 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master, isRacyClean=false, read=2022-06-07 13:20:49.122341000, lastModified=2022-06-07 13:20:49.113530000, delta=8811000 ns, racy<=3430000 ns
13:20:49.133 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master, is unmodified
13:20:49.133 [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 13:20:49.133532000, lastModified=2022-06-07 13:20:49.016528000, delta=117004000 ns, racy<=2500000000 ns
13:20:49.133 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.133 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.133 [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 13:20:49.133983000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.134 [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 13:20:49.133983000, lastModified=2022-06-07 13:20:49.016528000, delta=117455000 ns, racy<=2500000000 ns
13:20:49.134 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.134 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.134 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.121559000, lastModified=2022-06-07 13:20:45.925472000, delta=3196087000 ns, racy<=2500000000 ns
13:20:49.134 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:49.134 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master, isRacyClean=false, read=2022-06-07 13:20:49.122341000, lastModified=2022-06-07 13:20:49.113530000, delta=8811000 ns, racy<=3430000 ns
13:20:49.134 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/refs/heads/master, is unmodified
13:20:49.134 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.134718000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:49.134 [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 13:20:49.133983000, lastModified=2022-06-07 13:20:49.016528000, delta=117455000 ns, racy<=2500000000 ns
13:20:49.134 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.134 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.134 [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 13:20:49.134938000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.135 [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 13:20:49.134938000, lastModified=2022-06-07 13:20:49.016528000, delta=118410000 ns, racy<=2500000000 ns
13:20:49.135 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.135 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.135 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.135126000, lastModified=2022-06-07 13:20:45.925472000, size=78, fileKey=(dev=3000b3,ino=718753677)
13:20:49.135 [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 13:20:49.134938000, lastModified=2022-06-07 13:20:49.016528000, delta=118410000 ns, racy<=2500000000 ns
13:20:49.135 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.135 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.135 [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 13:20:49.135269000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.135 [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 13:20:49.135269000, lastModified=2022-06-07 13:20:49.016528000, delta=118741000 ns, racy<=2500000000 ns
13:20:49.135 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.135 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.135 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.135126000, lastModified=2022-06-07 13:20:45.925472000, delta=3209654000 ns, racy<=2500000000 ns
13:20:49.135 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:49.135 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.135476000, lastModified=2022-06-07 13:20:49.056529000, size=104, fileKey=(dev=3000b3,ino=718753680)
13:20:49.136 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
13:20:49.136 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-07 13:20:49.136249000, lastModified=2022-06-07 13:20:45.855471000, size=6, fileKey=(dev=3000b3,ino=727940347)
13:20:49.136 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.136249000, lastModified=2022-06-07 13:20:45.855471000, delta=3280778000 ns, racy<=3430000 ns
13:20:49.136 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.137 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.136249000, lastModified=2022-06-07 13:20:45.855471000, delta=3280778000 ns, racy<=3430000 ns
13:20:49.137 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.140 [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 13:20:49.135269000, lastModified=2022-06-07 13:20:49.016528000, delta=118741000 ns, racy<=2500000000 ns
13:20:49.140 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.140 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.140 [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 13:20:49.140871000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.140 [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 13:20:49.140871000, lastModified=2022-06-07 13:20:49.016528000, delta=124343000 ns, racy<=2500000000 ns
13:20:49.141 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.141 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.141 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.121559000, lastModified=2022-06-07 13:20:45.925472000, delta=3196087000 ns, racy<=2500000000 ns
13:20:49.141 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:49.143 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
13:20:49.143 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-07 13:20:49.143679000, lastModified=2022-06-07 13:20:45.855471000, size=6, fileKey=(dev=3000b3,ino=727940347)
13:20:49.143 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.143679000, lastModified=2022-06-07 13:20:45.855471000, delta=3288208000 ns, racy<=3430000 ns
13:20:49.143 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.144 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.143679000, lastModified=2022-06-07 13:20:45.855471000, delta=3288208000 ns, racy<=3430000 ns
13:20:49.144 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.144 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.143679000, lastModified=2022-06-07 13:20:45.855471000, delta=3288208000 ns, racy<=3430000 ns
13:20:49.144 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.144 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.143679000, lastModified=2022-06-07 13:20:45.855471000, delta=3288208000 ns, racy<=3430000 ns
13:20:49.144 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.144 [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 13:20:49.140871000, lastModified=2022-06-07 13:20:49.016528000, delta=124343000 ns, racy<=2500000000 ns
13:20:49.144 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.144 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.144 [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 13:20:49.144845000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.144 [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 13:20:49.144845000, lastModified=2022-06-07 13:20:49.016528000, delta=128317000 ns, racy<=2500000000 ns
13:20:49.145 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.145 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.145 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.121559000, lastModified=2022-06-07 13:20:45.925472000, delta=3196087000 ns, racy<=2500000000 ns
13:20:49.145 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:49.146 [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 13:20:49.144845000, lastModified=2022-06-07 13:20:49.016528000, delta=128317000 ns, racy<=2500000000 ns
13:20:49.146 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.146 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.146 [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 13:20:49.146545000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.146 [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 13:20:49.146545000, lastModified=2022-06-07 13:20:49.016528000, delta=130017000 ns, racy<=2500000000 ns
13:20:49.146 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.146 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.146 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.121559000, lastModified=2022-06-07 13:20:45.925472000, delta=3196087000 ns, racy<=2500000000 ns
13:20:49.146 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:49.148 [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 13:20:49.146545000, lastModified=2022-06-07 13:20:49.016528000, delta=130017000 ns, racy<=2500000000 ns
13:20:49.148 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.148 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.148 [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 13:20:49.148787000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.148 [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 13:20:49.148787000, lastModified=2022-06-07 13:20:49.016528000, delta=132259000 ns, racy<=2500000000 ns
13:20:49.148 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.148 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.148 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.121559000, lastModified=2022-06-07 13:20:45.925472000, delta=3196087000 ns, racy<=2500000000 ns
13:20:49.148 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:49.149 [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 13:20:49.148787000, lastModified=2022-06-07 13:20:49.016528000, delta=132259000 ns, racy<=2500000000 ns
13:20:49.149 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.149 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.149 [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 13:20:49.149200000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.149 [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 13:20:49.149200000, lastModified=2022-06-07 13:20:49.016528000, delta=132672000 ns, racy<=2500000000 ns
13:20:49.149 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.149 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.149 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.121559000, lastModified=2022-06-07 13:20:45.925472000, delta=3196087000 ns, racy<=2500000000 ns
13:20:49.149 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:49.149 [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 13:20:49.149200000, lastModified=2022-06-07 13:20:49.016528000, delta=132672000 ns, racy<=2500000000 ns
13:20:49.149 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.149 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.149 [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 13:20:49.149437000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.149 [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 13:20:49.149437000, lastModified=2022-06-07 13:20:49.016528000, delta=132909000 ns, racy<=2500000000 ns
13:20:49.149 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.149 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.149 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.121559000, lastModified=2022-06-07 13:20:45.925472000, delta=3196087000 ns, racy<=2500000000 ns
13:20:49.149 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:49.149 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:49.152 [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 13:20:49.149437000, lastModified=2022-06-07 13:20:49.016528000, delta=132909000 ns, racy<=2500000000 ns
13:20:49.152 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.152 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.152 [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 13:20:49.152729000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.152 [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 13:20:49.152729000, lastModified=2022-06-07 13:20:49.016528000, delta=136201000 ns, racy<=2500000000 ns
13:20:49.152 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.152 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.152 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.121559000, lastModified=2022-06-07 13:20:45.925472000, delta=3196087000 ns, racy<=2500000000 ns
13:20:49.152 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:49.153 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.143679000, lastModified=2022-06-07 13:20:45.855471000, delta=3288208000 ns, racy<=3430000 ns
13:20:49.153 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.153 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:49.153 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:49.216 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:49.225 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:49.225 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:20:49.225 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:20:49.230 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:20:49.233 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:20:49.233 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:20:49.233 [pool-64-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:20:49.234 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s18ms [pure insertion]
marking any relevant derived attributes for update...13:20:49.234 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:20:49.235 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:20:49.235 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:49.235 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:49.236 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:49.236 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:20:49.236 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:49.236 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:49.236 [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...
13:20:49.236 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:20:49.236 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 836032b6bdf925ba739c10e4be454067170643a7 (timepoint 1654608049000) of /tmp/junit15143879961224547152
13:20:49.237 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:49.238 [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 13:20:49.152729000, lastModified=2022-06-07 13:20:49.016528000, delta=136201000 ns, racy<=2500000000 ns
13:20:49.238 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.238 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.238 [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 13:20:49.238681000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.238 [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 13:20:49.238681000, lastModified=2022-06-07 13:20:49.016528000, delta=222153000 ns, racy<=2500000000 ns
13:20:49.238 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.238 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.238 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.121559000, lastModified=2022-06-07 13:20:45.925472000, delta=3196087000 ns, racy<=2500000000 ns
13:20:49.238 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/config, is unmodified
13:20:49.239 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.143679000, lastModified=2022-06-07 13:20:45.855471000, delta=3288208000 ns, racy<=3430000 ns
13:20:49.239 [pool-64-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit15143879961224547152/.git/objects/pack, is unmodified
13:20:49.239 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:49.239 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:49.248 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:49.248 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:49.248 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:20:49.249 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:20:49.249 [pool-64-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:49.249 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:49.249 [pool-64-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:49.318 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s70ms [pure insertion]
marking any relevant derived attributes for update...13:20:49.318 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:49.318 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:49.318 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:49.318 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:49.318 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:49.318 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:49.318 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:49.318 [pool-64-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:49.318 [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...
13:20:49.318 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:20:49.318 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2bf90c8c164b39c82fab31746147103de3651e32 (timepoint 1654608049002) of /tmp/junit15143879961224547152
13:20:49.319 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:49.319 [pool-64-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 195 ms
13:20:49.325 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:20:49.325 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /tmp/junit15143879961224547152:org.eclipse.hawk.git.JGitRepository:false
13:20:49.326 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:49.326 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:20:49.431 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:20:49.431 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2081660096116042551/test_defaultBranch[LevelDB GreyCat]
13:20:49.431 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:20:49.686 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:20:49.713 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:49.713 [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
13:20:49.713 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:49.713 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:49.716 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:20:49.716 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:20:49.716 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:20:49.716 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:20:49.716 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:20:49.716 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:49.717 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:49.717 [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
13:20:49.721 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:49.721 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:49.727 [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
13:20:49.727 [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
13:20:49.727 [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
13:20:49.727 [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
13:20:49.727 [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
13:20:49.727 [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
13:20:49.728 [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
13:20:49.729 [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
13:20:49.729 [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
13:20:49.729 [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
13:20:49.729 [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
13:20:49.729 [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
13:20:49.729 [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
13:20:49.729 [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
13:20:49.729 [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
13:20:49.729 [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
13:20:49.730 [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
13:20:49.730 [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
13:20:49.730 [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
13:20:49.730 [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
13:20:49.731 [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
13:20:49.731 [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
13:20:49.733 [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
13:20:49.733 [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
13:20:49.733 [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
13:20:49.733 [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
13:20:49.733 [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
13:20:49.733 [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
13:20:49.734 [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[]
13:20:49.734 [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
13:20:49.734 [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
13:20:49.734 [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
13:20:49.734 [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
13:20:49.738 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:20:49.738 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:49.738 [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
13:20:49.741 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:49.741 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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[]
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.745 [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
13:20:49.746 [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
13:20:49.746 [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[]
13:20:49.746 [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
13:20:49.746 [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
13:20:49.747 [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
13:20:49.747 [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
13:20:49.747 [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
13:20:49.747 [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
13:20:49.747 [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
13:20:49.747 [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
13:20:49.747 [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
13:20:49.747 [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
13:20:49.747 [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
13:20:49.747 [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
13:20:49.750 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:20:49.750 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:49.750 [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
13:20:49.751 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:49.751 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:49.815 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:20:49.817 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:20:49.817 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.238681000, lastModified=2022-06-07 13:20:49.016528000, delta=222153000 ns, racy<=2500000000 ns
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.817 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.817241000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.817241000, lastModified=2022-06-07 13:20:49.016528000, delta=800713000 ns, racy<=2500000000 ns
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.817241000, lastModified=2022-06-07 13:20:49.016528000, delta=800713000 ns, racy<=2500000000 ns
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.817 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.817489000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.817489000, lastModified=2022-06-07 13:20:49.016528000, delta=800961000 ns, racy<=2500000000 ns
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.817489000, lastModified=2022-06-07 13:20:49.016528000, delta=800961000 ns, racy<=2500000000 ns
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.817 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.817766000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.817766000, lastModified=2022-06-07 13:20:49.016528000, delta=801238000 ns, racy<=2500000000 ns
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.817614000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049817614000 ns, racy<=2500000000 ns
13:20:49.817 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is unmodified
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.817766000, lastModified=2022-06-07 13:20:49.016528000, delta=801238000 ns, racy<=2500000000 ns
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.818 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.818063000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.818063000, lastModified=2022-06-07 13:20:49.016528000, delta=801535000 ns, racy<=2500000000 ns
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.817614000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049817614000 ns, racy<=2500000000 ns
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is unmodified
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.818063000, lastModified=2022-06-07 13:20:49.016528000, delta=801535000 ns, racy<=2500000000 ns
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.818 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.818292000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.818292000, lastModified=2022-06-07 13:20:49.016528000, delta=801764000 ns, racy<=2500000000 ns
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.817614000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049817614000 ns, racy<=2500000000 ns
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is unmodified
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.818292000, lastModified=2022-06-07 13:20:49.016528000, delta=801764000 ns, racy<=2500000000 ns
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.818 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.818836000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.818836000, lastModified=2022-06-07 13:20:49.016528000, delta=802308000 ns, racy<=2500000000 ns
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.818 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.817614000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049817614000 ns, racy<=2500000000 ns
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is unmodified
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.818836000, lastModified=2022-06-07 13:20:49.016528000, delta=802308000 ns, racy<=2500000000 ns
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.819 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.819173000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.819173000, lastModified=2022-06-07 13:20:49.016528000, delta=802645000 ns, racy<=2500000000 ns
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.817614000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049817614000 ns, racy<=2500000000 ns
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is unmodified
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.819173000, lastModified=2022-06-07 13:20:49.016528000, delta=802645000 ns, racy<=2500000000 ns
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.819 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.819503000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.819503000, lastModified=2022-06-07 13:20:49.016528000, delta=802975000 ns, racy<=2500000000 ns
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.817614000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049817614000 ns, racy<=2500000000 ns
13:20:49.819 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is unmodified
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.819503000, lastModified=2022-06-07 13:20:49.016528000, delta=802975000 ns, racy<=2500000000 ns
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.820 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.820036000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.820036000, lastModified=2022-06-07 13:20:49.016528000, delta=803508000 ns, racy<=2500000000 ns
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.817614000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049817614000 ns, racy<=2500000000 ns
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is unmodified
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.820036000, lastModified=2022-06-07 13:20:49.016528000, delta=803508000 ns, racy<=2500000000 ns
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.820 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.820298000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.820298000, lastModified=2022-06-07 13:20:49.016528000, delta=803770000 ns, racy<=2500000000 ns
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.817614000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049817614000 ns, racy<=2500000000 ns
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is unmodified
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.820298000, lastModified=2022-06-07 13:20:49.016528000, delta=803770000 ns, racy<=2500000000 ns
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.820 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.820569000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.820569000, lastModified=2022-06-07 13:20:49.016528000, delta=804041000 ns, racy<=2500000000 ns
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=false, read=2022-06-07 13:20:49.817614000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049817614000 ns, racy<=2500000000 ns
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is unmodified
13:20:49.820 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.820817000, lastModified=2022-06-07 13:20:49.819542000, size=23, fileKey=(dev=3000b3,ino=930207541)
13:20:49.821 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.821434000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.821996000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.820569000, lastModified=2022-06-07 13:20:49.016528000, delta=804041000 ns, racy<=2500000000 ns
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.822 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.822161000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.822161000, lastModified=2022-06-07 13:20:49.016528000, delta=805633000 ns, racy<=2500000000 ns
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.822290000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.822161000, lastModified=2022-06-07 13:20:49.016528000, delta=805633000 ns, racy<=2500000000 ns
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.822 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.822402000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.822402000, lastModified=2022-06-07 13:20:49.016528000, delta=805874000 ns, racy<=2500000000 ns
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.822290000, lastModified=2022-06-07 13:20:49.820542000, delta=1748000 ns, racy<=2500000000 ns
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.822542000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.822542000, lastModified=2022-06-07 13:20:49.820542000, delta=2000000 ns, racy<=2500000000 ns
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.822402000, lastModified=2022-06-07 13:20:49.016528000, delta=805874000 ns, racy<=2500000000 ns
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.822 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.822783000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.822783000, lastModified=2022-06-07 13:20:49.016528000, delta=806255000 ns, racy<=2500000000 ns
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.822542000, lastModified=2022-06-07 13:20:49.820542000, delta=2000000 ns, racy<=2500000000 ns
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.822913000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.822 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.822913000, lastModified=2022-06-07 13:20:49.820542000, delta=2371000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.822783000, lastModified=2022-06-07 13:20:49.016528000, delta=806255000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.823 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.823116000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.823116000, lastModified=2022-06-07 13:20:49.016528000, delta=806588000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.822913000, lastModified=2022-06-07 13:20:49.820542000, delta=2371000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.823257000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.823257000, lastModified=2022-06-07 13:20:49.820542000, delta=2715000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.823116000, lastModified=2022-06-07 13:20:49.016528000, delta=806588000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.823 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.823397000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.823397000, lastModified=2022-06-07 13:20:49.016528000, delta=806869000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.823257000, lastModified=2022-06-07 13:20:49.820542000, delta=2715000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.823518000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.823518000, lastModified=2022-06-07 13:20:49.820542000, delta=2976000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.823397000, lastModified=2022-06-07 13:20:49.016528000, delta=806869000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.823 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.823752000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.823752000, lastModified=2022-06-07 13:20:49.016528000, delta=807224000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.823518000, lastModified=2022-06-07 13:20:49.820542000, delta=2976000 ns, racy<=2500000000 ns
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.823885000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.823 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.823885000, lastModified=2022-06-07 13:20:49.820542000, delta=3343000 ns, racy<=2500000000 ns
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.823752000, lastModified=2022-06-07 13:20:49.016528000, delta=807224000 ns, racy<=2500000000 ns
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.824 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.824124000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.824124000, lastModified=2022-06-07 13:20:49.016528000, delta=807596000 ns, racy<=2500000000 ns
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.823885000, lastModified=2022-06-07 13:20:49.820542000, delta=3343000 ns, racy<=2500000000 ns
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.824252000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.824252000, lastModified=2022-06-07 13:20:49.820542000, delta=3710000 ns, racy<=2500000000 ns
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, size=6, fileKey=(dev=3000b3,ino=940086465)
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.824 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
13:20:49.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.825 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.824124000, lastModified=2022-06-07 13:20:49.016528000, delta=807596000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.826 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.826048000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.826048000, lastModified=2022-06-07 13:20:49.016528000, delta=809520000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.824252000, lastModified=2022-06-07 13:20:49.820542000, delta=3710000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.826194000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.826194000, lastModified=2022-06-07 13:20:49.820542000, delta=5652000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.826269000, lastModified=2022-06-07 13:20:49.822542000, size=0, fileKey=(dev=3000b3,ino=930207544)
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.826048000, lastModified=2022-06-07 13:20:49.016528000, delta=809520000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.826 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.826319000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.826319000, lastModified=2022-06-07 13:20:49.016528000, delta=809791000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.826194000, lastModified=2022-06-07 13:20:49.820542000, delta=5652000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.826439000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.826439000, lastModified=2022-06-07 13:20:49.820542000, delta=5897000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.826548000, lastModified=2022-06-07 13:20:49.825542000, size=104, fileKey=(dev=3000b3,ino=930207544)
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.826607000, lastModified=2022-06-07 13:20:49.825542000, size=104, fileKey=(dev=3000b3,ino=930207544)
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.826319000, lastModified=2022-06-07 13:20:49.016528000, delta=809791000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.826 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.826759000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.826759000, lastModified=2022-06-07 13:20:49.016528000, delta=810231000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.826439000, lastModified=2022-06-07 13:20:49.820542000, delta=5897000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.826894000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.826894000, lastModified=2022-06-07 13:20:49.820542000, delta=6352000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.826759000, lastModified=2022-06-07 13:20:49.016528000, delta=810231000 ns, racy<=2500000000 ns
13:20:49.826 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.826 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.827003000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.827003000, lastModified=2022-06-07 13:20:49.016528000, delta=810475000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.826894000, lastModified=2022-06-07 13:20:49.820542000, delta=6352000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.827127000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.827127000, lastModified=2022-06-07 13:20:49.820542000, delta=6585000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.827003000, lastModified=2022-06-07 13:20:49.016528000, delta=810475000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.827 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.827257000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.827257000, lastModified=2022-06-07 13:20:49.016528000, delta=810729000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.827127000, lastModified=2022-06-07 13:20:49.820542000, delta=6585000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.827372000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.827372000, lastModified=2022-06-07 13:20:49.820542000, delta=6830000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.827257000, lastModified=2022-06-07 13:20:49.016528000, delta=810729000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.827 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.827464000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.827464000, lastModified=2022-06-07 13:20:49.016528000, delta=810936000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.827372000, lastModified=2022-06-07 13:20:49.820542000, delta=6830000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.827574000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.827574000, lastModified=2022-06-07 13:20:49.820542000, delta=7032000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, create new FileSnapshot: lastRead=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, size=23, fileKey=(dev=3000b3,ino=930207541)
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.827464000, lastModified=2022-06-07 13:20:49.016528000, delta=810936000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.827 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.827852000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.827852000, lastModified=2022-06-07 13:20:49.016528000, delta=811324000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.827574000, lastModified=2022-06-07 13:20:49.820542000, delta=7032000 ns, racy<=2500000000 ns
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.827 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.827984000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.827984000, lastModified=2022-06-07 13:20:49.820542000, delta=7442000 ns, racy<=2500000000 ns
13:20:49.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, delta=8121000 ns, racy<=3430000 ns
13:20:49.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, is unmodified
13:20:49.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.827852000, lastModified=2022-06-07 13:20:49.016528000, delta=811324000 ns, racy<=2500000000 ns
13:20:49.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.828 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.828603000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.828603000, lastModified=2022-06-07 13:20:49.016528000, delta=812075000 ns, racy<=2500000000 ns
13:20:49.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.827984000, lastModified=2022-06-07 13:20:49.820542000, delta=7442000 ns, racy<=2500000000 ns
13:20:49.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.828741000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.828 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.828741000, lastModified=2022-06-07 13:20:49.820542000, delta=8199000 ns, racy<=2500000000 ns
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.829008000, lastModified=2022-06-07 13:20:49.825542000, size=104, fileKey=(dev=3000b3,ino=930207544)
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.829065000, lastModified=2022-06-07 13:20:49.825542000, size=104, fileKey=(dev=3000b3,ino=930207544)
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.829 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.828603000, lastModified=2022-06-07 13:20:49.016528000, delta=812075000 ns, racy<=2500000000 ns
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.830 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.830418000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.830418000, lastModified=2022-06-07 13:20:49.016528000, delta=813890000 ns, racy<=2500000000 ns
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.828741000, lastModified=2022-06-07 13:20:49.820542000, delta=8199000 ns, racy<=2500000000 ns
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.830563000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.830563000, lastModified=2022-06-07 13:20:49.820542000, delta=10021000 ns, racy<=2500000000 ns
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, delta=8121000 ns, racy<=3430000 ns
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, is unmodified
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.830418000, lastModified=2022-06-07 13:20:49.016528000, delta=813890000 ns, racy<=2500000000 ns
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.830 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.830813000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.830813000, lastModified=2022-06-07 13:20:49.016528000, delta=814285000 ns, racy<=2500000000 ns
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.830563000, lastModified=2022-06-07 13:20:49.820542000, delta=10021000 ns, racy<=2500000000 ns
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.830936000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.830 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.830936000, lastModified=2022-06-07 13:20:49.820542000, delta=10394000 ns, racy<=2500000000 ns
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.830813000, lastModified=2022-06-07 13:20:49.016528000, delta=814285000 ns, racy<=2500000000 ns
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.831 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.831183000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.831183000, lastModified=2022-06-07 13:20:49.016528000, delta=814655000 ns, racy<=2500000000 ns
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.830936000, lastModified=2022-06-07 13:20:49.820542000, delta=10394000 ns, racy<=2500000000 ns
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.831329000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.831329000, lastModified=2022-06-07 13:20:49.820542000, delta=10787000 ns, racy<=2500000000 ns
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.831183000, lastModified=2022-06-07 13:20:49.016528000, delta=814655000 ns, racy<=2500000000 ns
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.831 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.831804000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.831804000, lastModified=2022-06-07 13:20:49.016528000, delta=815276000 ns, racy<=2500000000 ns
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.831329000, lastModified=2022-06-07 13:20:49.820542000, delta=10787000 ns, racy<=2500000000 ns
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.831 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.831936000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.831936000, lastModified=2022-06-07 13:20:49.820542000, delta=11394000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.831804000, lastModified=2022-06-07 13:20:49.016528000, delta=815276000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.832 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.832108000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.832108000, lastModified=2022-06-07 13:20:49.016528000, delta=815580000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.831936000, lastModified=2022-06-07 13:20:49.820542000, delta=11394000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.832236000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.832236000, lastModified=2022-06-07 13:20:49.820542000, delta=11694000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.832108000, lastModified=2022-06-07 13:20:49.016528000, delta=815580000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.832 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.832379000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.832379000, lastModified=2022-06-07 13:20:49.016528000, delta=815851000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.832236000, lastModified=2022-06-07 13:20:49.820542000, delta=11694000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.832503000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.832503000, lastModified=2022-06-07 13:20:49.820542000, delta=11961000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.832379000, lastModified=2022-06-07 13:20:49.016528000, delta=815851000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.832 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.832608000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.832608000, lastModified=2022-06-07 13:20:49.016528000, delta=816080000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.832503000, lastModified=2022-06-07 13:20:49.820542000, delta=11961000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.832727000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.832727000, lastModified=2022-06-07 13:20:49.820542000, delta=12185000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.832608000, lastModified=2022-06-07 13:20:49.016528000, delta=816080000 ns, racy<=2500000000 ns
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.832 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.832885000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.832 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.832885000, lastModified=2022-06-07 13:20:49.016528000, delta=816357000 ns, racy<=2500000000 ns
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.832727000, lastModified=2022-06-07 13:20:49.820542000, delta=12185000 ns, racy<=2500000000 ns
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.833065000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.833065000, lastModified=2022-06-07 13:20:49.820542000, delta=12523000 ns, racy<=2500000000 ns
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.832885000, lastModified=2022-06-07 13:20:49.016528000, delta=816357000 ns, racy<=2500000000 ns
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.833 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.833172000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.833172000, lastModified=2022-06-07 13:20:49.016528000, delta=816644000 ns, racy<=2500000000 ns
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.833065000, lastModified=2022-06-07 13:20:49.820542000, delta=12523000 ns, racy<=2500000000 ns
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.833301000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.833301000, lastModified=2022-06-07 13:20:49.820542000, delta=12759000 ns, racy<=2500000000 ns
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.833430000, lastModified=2022-06-07 13:20:49.831543000, size=41, fileKey=(dev=3000b3,ino=934552435)
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.833172000, lastModified=2022-06-07 13:20:49.016528000, delta=816644000 ns, racy<=2500000000 ns
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.833 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.833578000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.833578000, lastModified=2022-06-07 13:20:49.016528000, delta=817050000 ns, racy<=2500000000 ns
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.833301000, lastModified=2022-06-07 13:20:49.820542000, delta=12759000 ns, racy<=2500000000 ns
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.833725000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.833 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.833725000, lastModified=2022-06-07 13:20:49.820542000, delta=13183000 ns, racy<=2500000000 ns
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.833578000, lastModified=2022-06-07 13:20:49.016528000, delta=817050000 ns, racy<=2500000000 ns
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.834 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.834481000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.834481000, lastModified=2022-06-07 13:20:49.016528000, delta=817953000 ns, racy<=2500000000 ns
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.833725000, lastModified=2022-06-07 13:20:49.820542000, delta=13183000 ns, racy<=2500000000 ns
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.834641000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.834641000, lastModified=2022-06-07 13:20:49.820542000, delta=14099000 ns, racy<=2500000000 ns
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.834481000, lastModified=2022-06-07 13:20:49.016528000, delta=817953000 ns, racy<=2500000000 ns
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.834 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.834744000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.834744000, lastModified=2022-06-07 13:20:49.016528000, delta=818216000 ns, racy<=2500000000 ns
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.834641000, lastModified=2022-06-07 13:20:49.820542000, delta=14099000 ns, racy<=2500000000 ns
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.834865000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.834865000, lastModified=2022-06-07 13:20:49.820542000, delta=14323000 ns, racy<=2500000000 ns
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.834744000, lastModified=2022-06-07 13:20:49.016528000, delta=818216000 ns, racy<=2500000000 ns
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.834 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.834 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.834978000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.834978000, lastModified=2022-06-07 13:20:49.016528000, delta=818450000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.834865000, lastModified=2022-06-07 13:20:49.820542000, delta=14323000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.835109000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.835109000, lastModified=2022-06-07 13:20:49.820542000, delta=14567000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.834978000, lastModified=2022-06-07 13:20:49.016528000, delta=818450000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.835 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.835222000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.835222000, lastModified=2022-06-07 13:20:49.016528000, delta=818694000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.835109000, lastModified=2022-06-07 13:20:49.820542000, delta=14567000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.835344000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.835344000, lastModified=2022-06-07 13:20:49.820542000, delta=14802000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.835511000, lastModified=2022-06-07 13:20:49.825542000, size=104, fileKey=(dev=3000b3,ino=930207544)
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.835554000, lastModified=2022-06-07 13:20:49.825542000, size=104, fileKey=(dev=3000b3,ino=930207544)
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.835222000, lastModified=2022-06-07 13:20:49.016528000, delta=818694000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.835 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.835613000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.835613000, lastModified=2022-06-07 13:20:49.016528000, delta=819085000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.835344000, lastModified=2022-06-07 13:20:49.820542000, delta=14802000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.835737000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.835737000, lastModified=2022-06-07 13:20:49.820542000, delta=15195000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.835613000, lastModified=2022-06-07 13:20:49.016528000, delta=819085000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.835 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.835817000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.835817000, lastModified=2022-06-07 13:20:49.016528000, delta=819289000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.835737000, lastModified=2022-06-07 13:20:49.820542000, delta=15195000 ns, racy<=2500000000 ns
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.835 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.835970000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.835970000, lastModified=2022-06-07 13:20:49.820542000, delta=15428000 ns, racy<=2500000000 ns
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.835817000, lastModified=2022-06-07 13:20:49.016528000, delta=819289000 ns, racy<=2500000000 ns
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.836 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.836193000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.836193000, lastModified=2022-06-07 13:20:49.016528000, delta=819665000 ns, racy<=2500000000 ns
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.835970000, lastModified=2022-06-07 13:20:49.820542000, delta=15428000 ns, racy<=2500000000 ns
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.836334000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.836334000, lastModified=2022-06-07 13:20:49.820542000, delta=15792000 ns, racy<=2500000000 ns
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.836 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.837084000, lastModified=2022-06-07 13:20:49.834543000, size=0, fileKey=(dev=3000b3,ino=930207546)
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.836193000, lastModified=2022-06-07 13:20:49.016528000, delta=819665000 ns, racy<=2500000000 ns
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.837 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.837157000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.837157000, lastModified=2022-06-07 13:20:49.016528000, delta=820629000 ns, racy<=2500000000 ns
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.836334000, lastModified=2022-06-07 13:20:49.820542000, delta=15792000 ns, racy<=2500000000 ns
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.837296000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.837296000, lastModified=2022-06-07 13:20:49.820542000, delta=16754000 ns, racy<=2500000000 ns
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.837404000, lastModified=2022-06-07 13:20:49.836543000, size=104, fileKey=(dev=3000b3,ino=930207546)
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.837472000, lastModified=2022-06-07 13:20:49.836543000, size=104, fileKey=(dev=3000b3,ino=930207546)
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.837157000, lastModified=2022-06-07 13:20:49.016528000, delta=820629000 ns, racy<=2500000000 ns
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.837 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.837531000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.837531000, lastModified=2022-06-07 13:20:49.016528000, delta=821003000 ns, racy<=2500000000 ns
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.837296000, lastModified=2022-06-07 13:20:49.820542000, delta=16754000 ns, racy<=2500000000 ns
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.837663000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.837663000, lastModified=2022-06-07 13:20:49.820542000, delta=17121000 ns, racy<=2500000000 ns
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, delta=8121000 ns, racy<=3430000 ns
13:20:49.837 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, is unmodified
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, isRacyClean=true, read=2022-06-07 13:20:49.833430000, lastModified=2022-06-07 13:20:49.831543000, delta=1887000 ns, racy<=3430000 ns
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, is racily clean
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-07 13:20:49.838138000, lastModified=2022-06-07 13:20:49.831543000, size=41, fileKey=(dev=3000b3,ino=934552435)
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 13:20:49.838138000, lastModified=2022-06-07 13:20:49.831543000, delta=6595000 ns, racy<=3430000 ns
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.837531000, lastModified=2022-06-07 13:20:49.016528000, delta=821003000 ns, racy<=2500000000 ns
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.838 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.838292000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.838292000, lastModified=2022-06-07 13:20:49.016528000, delta=821764000 ns, racy<=2500000000 ns
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.837663000, lastModified=2022-06-07 13:20:49.820542000, delta=17121000 ns, racy<=2500000000 ns
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.838430000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.838430000, lastModified=2022-06-07 13:20:49.820542000, delta=17888000 ns, racy<=2500000000 ns
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, delta=8121000 ns, racy<=3430000 ns
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, is unmodified
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.838292000, lastModified=2022-06-07 13:20:49.016528000, delta=821764000 ns, racy<=2500000000 ns
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.838 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.838925000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.838 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.838925000, lastModified=2022-06-07 13:20:49.016528000, delta=822397000 ns, racy<=2500000000 ns
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.838430000, lastModified=2022-06-07 13:20:49.820542000, delta=17888000 ns, racy<=2500000000 ns
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.839084000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.839084000, lastModified=2022-06-07 13:20:49.820542000, delta=18542000 ns, racy<=2500000000 ns
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.839273000, lastModified=2022-06-07 13:20:49.836543000, size=104, fileKey=(dev=3000b3,ino=930207546)
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.839316000, lastModified=2022-06-07 13:20:49.836543000, size=104, fileKey=(dev=3000b3,ino=930207546)
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.839 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.838925000, lastModified=2022-06-07 13:20:49.016528000, delta=822397000 ns, racy<=2500000000 ns
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.840 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.840668000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.840668000, lastModified=2022-06-07 13:20:49.016528000, delta=824140000 ns, racy<=2500000000 ns
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.839084000, lastModified=2022-06-07 13:20:49.820542000, delta=18542000 ns, racy<=2500000000 ns
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.840819000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.840819000, lastModified=2022-06-07 13:20:49.820542000, delta=20277000 ns, racy<=2500000000 ns
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, delta=8121000 ns, racy<=3430000 ns
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, is unmodified
13:20:49.840 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.840668000, lastModified=2022-06-07 13:20:49.016528000, delta=824140000 ns, racy<=2500000000 ns
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.841 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.841147000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.841147000, lastModified=2022-06-07 13:20:49.016528000, delta=824619000 ns, racy<=2500000000 ns
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.840819000, lastModified=2022-06-07 13:20:49.820542000, delta=20277000 ns, racy<=2500000000 ns
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.841285000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.841285000, lastModified=2022-06-07 13:20:49.820542000, delta=20743000 ns, racy<=2500000000 ns
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.841147000, lastModified=2022-06-07 13:20:49.016528000, delta=824619000 ns, racy<=2500000000 ns
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.841 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.841597000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.841597000, lastModified=2022-06-07 13:20:49.016528000, delta=825069000 ns, racy<=2500000000 ns
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.841285000, lastModified=2022-06-07 13:20:49.820542000, delta=20743000 ns, racy<=2500000000 ns
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.841727000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.841727000, lastModified=2022-06-07 13:20:49.820542000, delta=21185000 ns, racy<=2500000000 ns
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.841597000, lastModified=2022-06-07 13:20:49.016528000, delta=825069000 ns, racy<=2500000000 ns
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.841 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.841861000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.841861000, lastModified=2022-06-07 13:20:49.016528000, delta=825333000 ns, racy<=2500000000 ns
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.841 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.841727000, lastModified=2022-06-07 13:20:49.820542000, delta=21185000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.842013000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.842013000, lastModified=2022-06-07 13:20:49.820542000, delta=21471000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.841861000, lastModified=2022-06-07 13:20:49.016528000, delta=825333000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.842 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.842151000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.842151000, lastModified=2022-06-07 13:20:49.016528000, delta=825623000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.842013000, lastModified=2022-06-07 13:20:49.820542000, delta=21471000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.842270000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.842270000, lastModified=2022-06-07 13:20:49.820542000, delta=21728000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.842151000, lastModified=2022-06-07 13:20:49.016528000, delta=825623000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.842 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.842370000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.842370000, lastModified=2022-06-07 13:20:49.016528000, delta=825842000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.842270000, lastModified=2022-06-07 13:20:49.820542000, delta=21728000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.842484000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.842484000, lastModified=2022-06-07 13:20:49.820542000, delta=21942000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.842370000, lastModified=2022-06-07 13:20:49.016528000, delta=825842000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.842 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.842591000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.842591000, lastModified=2022-06-07 13:20:49.016528000, delta=826063000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.842484000, lastModified=2022-06-07 13:20:49.820542000, delta=21942000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.842718000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.842718000, lastModified=2022-06-07 13:20:49.820542000, delta=22176000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.842591000, lastModified=2022-06-07 13:20:49.016528000, delta=826063000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.842 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.842815000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.842815000, lastModified=2022-06-07 13:20:49.016528000, delta=826287000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.842718000, lastModified=2022-06-07 13:20:49.820542000, delta=22176000 ns, racy<=2500000000 ns
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.842925000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.842 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.842925000, lastModified=2022-06-07 13:20:49.820542000, delta=22383000 ns, racy<=2500000000 ns
13:20:49.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.843020000, lastModified=2022-06-07 13:20:49.840543000, size=41, fileKey=(dev=3000b3,ino=934552438)
13:20:49.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.842815000, lastModified=2022-06-07 13:20:49.016528000, delta=826287000 ns, racy<=2500000000 ns
13:20:49.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.843 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.843184000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.843184000, lastModified=2022-06-07 13:20:49.016528000, delta=826656000 ns, racy<=2500000000 ns
13:20:49.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.842925000, lastModified=2022-06-07 13:20:49.820542000, delta=22383000 ns, racy<=2500000000 ns
13:20:49.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.843315000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.843 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.843315000, lastModified=2022-06-07 13:20:49.820542000, delta=22773000 ns, racy<=2500000000 ns
13:20:49.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.843184000, lastModified=2022-06-07 13:20:49.016528000, delta=826656000 ns, racy<=2500000000 ns
13:20:49.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.846 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.846442000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.846442000, lastModified=2022-06-07 13:20:49.016528000, delta=829914000 ns, racy<=2500000000 ns
13:20:49.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.843315000, lastModified=2022-06-07 13:20:49.820542000, delta=22773000 ns, racy<=2500000000 ns
13:20:49.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.846598000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.846 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.846598000, lastModified=2022-06-07 13:20:49.820542000, delta=26056000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.846442000, lastModified=2022-06-07 13:20:49.016528000, delta=829914000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.847 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.847053000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.847053000, lastModified=2022-06-07 13:20:49.016528000, delta=830525000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.846598000, lastModified=2022-06-07 13:20:49.820542000, delta=26056000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.847222000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.847222000, lastModified=2022-06-07 13:20:49.820542000, delta=26680000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, delta=8121000 ns, racy<=3430000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, is unmodified
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, isRacyClean=true, read=2022-06-07 13:20:49.843020000, lastModified=2022-06-07 13:20:49.840543000, delta=2477000 ns, racy<=3430000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, is racily clean
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-07 13:20:49.847370000, lastModified=2022-06-07 13:20:49.840543000, size=41, fileKey=(dev=3000b3,ino=934552438)
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, isRacyClean=false, read=2022-06-07 13:20:49.847370000, lastModified=2022-06-07 13:20:49.840543000, delta=6827000 ns, racy<=3430000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.847053000, lastModified=2022-06-07 13:20:49.016528000, delta=830525000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.847 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.847459000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.847459000, lastModified=2022-06-07 13:20:49.016528000, delta=830931000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.847222000, lastModified=2022-06-07 13:20:49.820542000, delta=26680000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.847590000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.847590000, lastModified=2022-06-07 13:20:49.820542000, delta=27048000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, delta=8121000 ns, racy<=3430000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, is unmodified
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.847459000, lastModified=2022-06-07 13:20:49.016528000, delta=830931000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.847 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.847776000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.847776000, lastModified=2022-06-07 13:20:49.016528000, delta=831248000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.847590000, lastModified=2022-06-07 13:20:49.820542000, delta=27048000 ns, racy<=2500000000 ns
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.847 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.847896000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.847896000, lastModified=2022-06-07 13:20:49.820542000, delta=27354000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, delta=8121000 ns, racy<=3430000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, is unmodified
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.847776000, lastModified=2022-06-07 13:20:49.016528000, delta=831248000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.848 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.848132000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.848132000, lastModified=2022-06-07 13:20:49.016528000, delta=831604000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.847896000, lastModified=2022-06-07 13:20:49.820542000, delta=27354000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.848250000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.848250000, lastModified=2022-06-07 13:20:49.820542000, delta=27708000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, delta=8121000 ns, racy<=3430000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, is unmodified
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.848132000, lastModified=2022-06-07 13:20:49.016528000, delta=831604000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.848 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.848543000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.848543000, lastModified=2022-06-07 13:20:49.016528000, delta=832015000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.848250000, lastModified=2022-06-07 13:20:49.820542000, delta=27708000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.848670000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.848670000, lastModified=2022-06-07 13:20:49.820542000, delta=28128000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.848543000, lastModified=2022-06-07 13:20:49.016528000, delta=832015000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.848 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.848872000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.848872000, lastModified=2022-06-07 13:20:49.016528000, delta=832344000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.848670000, lastModified=2022-06-07 13:20:49.820542000, delta=28128000 ns, racy<=2500000000 ns
13:20:49.848 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.848997000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.848997000, lastModified=2022-06-07 13:20:49.820542000, delta=28455000 ns, racy<=2500000000 ns
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads, create new FileSnapshot: lastRead=2022-06-07 13:20:49.849093000, lastModified=2022-06-07 13:20:49.842543000, size=20, fileKey=(dev=3000b3,ino=934552428)
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.848872000, lastModified=2022-06-07 13:20:49.016528000, delta=832344000 ns, racy<=2500000000 ns
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.849 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.849186000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.849186000, lastModified=2022-06-07 13:20:49.016528000, delta=832658000 ns, racy<=2500000000 ns
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.848997000, lastModified=2022-06-07 13:20:49.820542000, delta=28455000 ns, racy<=2500000000 ns
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.849298000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.849298000, lastModified=2022-06-07 13:20:49.820542000, delta=28756000 ns, racy<=2500000000 ns
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs, create new FileSnapshot: lastRead=2022-06-07 13:20:49.849379000, lastModified=2022-06-07 13:20:49.817542000, size=31, fileKey=(dev=3000b3,ino=931522186)
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.849186000, lastModified=2022-06-07 13:20:49.016528000, delta=832658000 ns, racy<=2500000000 ns
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.849 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.849511000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.849511000, lastModified=2022-06-07 13:20:49.016528000, delta=832983000 ns, racy<=2500000000 ns
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.849298000, lastModified=2022-06-07 13:20:49.820542000, delta=28756000 ns, racy<=2500000000 ns
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.849631000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.849631000, lastModified=2022-06-07 13:20:49.820542000, delta=29089000 ns, racy<=2500000000 ns
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.849511000, lastModified=2022-06-07 13:20:49.016528000, delta=832983000 ns, racy<=2500000000 ns
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.849 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.849859000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.849 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.849859000, lastModified=2022-06-07 13:20:49.016528000, delta=833331000 ns, racy<=2500000000 ns
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.849631000, lastModified=2022-06-07 13:20:49.820542000, delta=29089000 ns, racy<=2500000000 ns
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.850053000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.850053000, lastModified=2022-06-07 13:20:49.820542000, delta=29511000 ns, racy<=2500000000 ns
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.849859000, lastModified=2022-06-07 13:20:49.016528000, delta=833331000 ns, racy<=2500000000 ns
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.850 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.850502000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.850502000, lastModified=2022-06-07 13:20:49.016528000, delta=833974000 ns, racy<=2500000000 ns
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.850053000, lastModified=2022-06-07 13:20:49.820542000, delta=29511000 ns, racy<=2500000000 ns
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.850637000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.850637000, lastModified=2022-06-07 13:20:49.820542000, delta=30095000 ns, racy<=2500000000 ns
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.850502000, lastModified=2022-06-07 13:20:49.016528000, delta=833974000 ns, racy<=2500000000 ns
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.850 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.850795000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.850795000, lastModified=2022-06-07 13:20:49.016528000, delta=834267000 ns, racy<=2500000000 ns
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.850637000, lastModified=2022-06-07 13:20:49.820542000, delta=30095000 ns, racy<=2500000000 ns
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.850921000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.850 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.850921000, lastModified=2022-06-07 13:20:49.820542000, delta=30379000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.850795000, lastModified=2022-06-07 13:20:49.016528000, delta=834267000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.851 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.851070000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.851070000, lastModified=2022-06-07 13:20:49.016528000, delta=834542000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.850921000, lastModified=2022-06-07 13:20:49.820542000, delta=30379000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.851191000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.851191000, lastModified=2022-06-07 13:20:49.820542000, delta=30649000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.851070000, lastModified=2022-06-07 13:20:49.016528000, delta=834542000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.851 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.851291000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.851291000, lastModified=2022-06-07 13:20:49.016528000, delta=834763000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.851191000, lastModified=2022-06-07 13:20:49.820542000, delta=30649000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.851403000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.851403000, lastModified=2022-06-07 13:20:49.820542000, delta=30861000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.851531000, lastModified=2022-06-07 13:20:49.849543000, size=41, fileKey=(dev=3000b3,ino=934552435)
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.851291000, lastModified=2022-06-07 13:20:49.016528000, delta=834763000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.851 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.851654000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.851654000, lastModified=2022-06-07 13:20:49.016528000, delta=835126000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.851403000, lastModified=2022-06-07 13:20:49.820542000, delta=30861000 ns, racy<=2500000000 ns
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.851789000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.851 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.851789000, lastModified=2022-06-07 13:20:49.820542000, delta=31247000 ns, racy<=2500000000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-07 13:20:49.851531000, lastModified=2022-06-07 13:20:49.849543000, delta=1988000 ns, racy<=3430000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, is racily clean
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-07 13:20:49.852075000, lastModified=2022-06-07 13:20:49.849543000, size=41, fileKey=(dev=3000b3,ino=934552435)
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-07 13:20:49.852075000, lastModified=2022-06-07 13:20:49.849543000, delta=2532000 ns, racy<=3430000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.851654000, lastModified=2022-06-07 13:20:49.016528000, delta=835126000 ns, racy<=2500000000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.852175000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.852175000, lastModified=2022-06-07 13:20:49.016528000, delta=835647000 ns, racy<=2500000000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.851789000, lastModified=2022-06-07 13:20:49.820542000, delta=31247000 ns, racy<=2500000000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.852289000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.852289000, lastModified=2022-06-07 13:20:49.820542000, delta=31747000 ns, racy<=2500000000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, delta=8121000 ns, racy<=3430000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, is unmodified
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.852175000, lastModified=2022-06-07 13:20:49.016528000, delta=835647000 ns, racy<=2500000000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.852498000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.852498000, lastModified=2022-06-07 13:20:49.016528000, delta=835970000 ns, racy<=2500000000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.852289000, lastModified=2022-06-07 13:20:49.820542000, delta=31747000 ns, racy<=2500000000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.852621000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.852621000, lastModified=2022-06-07 13:20:49.820542000, delta=32079000 ns, racy<=2500000000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-07 13:20:49.852075000, lastModified=2022-06-07 13:20:49.849543000, delta=2532000 ns, racy<=3430000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, is racily clean
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-07 13:20:49.852869000, lastModified=2022-06-07 13:20:49.849543000, size=41, fileKey=(dev=3000b3,ino=934552435)
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-07 13:20:49.852869000, lastModified=2022-06-07 13:20:49.849543000, delta=3326000 ns, racy<=3430000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.852498000, lastModified=2022-06-07 13:20:49.016528000, delta=835970000 ns, racy<=2500000000 ns
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.852 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.852953000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.853 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.852953000, lastModified=2022-06-07 13:20:49.016528000, delta=836425000 ns, racy<=2500000000 ns
13:20:49.853 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.853 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.853 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.852621000, lastModified=2022-06-07 13:20:49.820542000, delta=32079000 ns, racy<=2500000000 ns
13:20:49.853 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.853 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.853102000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.853 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.853102000, lastModified=2022-06-07 13:20:49.820542000, delta=32560000 ns, racy<=2500000000 ns
13:20:49.853 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-07 13:20:49.852869000, lastModified=2022-06-07 13:20:49.849543000, delta=3326000 ns, racy<=3430000 ns
13:20:49.853 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, is racily clean
13:20:49.853 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-07 13:20:49.853351000, lastModified=2022-06-07 13:20:49.849543000, size=41, fileKey=(dev=3000b3,ino=934552435)
13:20:49.853 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 13:20:49.853351000, lastModified=2022-06-07 13:20:49.849543000, delta=3808000 ns, racy<=3430000 ns
13:20:49.853 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.853596000, lastModified=2022-06-07 13:20:49.836543000, size=104, fileKey=(dev=3000b3,ino=930207546)
13:20:49.853 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.853638000, lastModified=2022-06-07 13:20:49.836543000, size=104, fileKey=(dev=3000b3,ino=930207546)
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.852953000, lastModified=2022-06-07 13:20:49.016528000, delta=836425000 ns, racy<=2500000000 ns
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.855626000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.855626000, lastModified=2022-06-07 13:20:49.016528000, delta=839098000 ns, racy<=2500000000 ns
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.853102000, lastModified=2022-06-07 13:20:49.820542000, delta=32560000 ns, racy<=2500000000 ns
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.855778000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.855778000, lastModified=2022-06-07 13:20:49.820542000, delta=35236000 ns, racy<=2500000000 ns
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.855626000, lastModified=2022-06-07 13:20:49.016528000, delta=839098000 ns, racy<=2500000000 ns
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.855863000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.855863000, lastModified=2022-06-07 13:20:49.016528000, delta=839335000 ns, racy<=2500000000 ns
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.855778000, lastModified=2022-06-07 13:20:49.820542000, delta=35236000 ns, racy<=2500000000 ns
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.855 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.855967000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.855967000, lastModified=2022-06-07 13:20:49.820542000, delta=35425000 ns, racy<=2500000000 ns
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.855863000, lastModified=2022-06-07 13:20:49.016528000, delta=839335000 ns, racy<=2500000000 ns
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.856190000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.856190000, lastModified=2022-06-07 13:20:49.016528000, delta=839662000 ns, racy<=2500000000 ns
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.855967000, lastModified=2022-06-07 13:20:49.820542000, delta=35425000 ns, racy<=2500000000 ns
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.856302000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.856302000, lastModified=2022-06-07 13:20:49.820542000, delta=35760000 ns, racy<=2500000000 ns
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.856796000, lastModified=2022-06-07 13:20:49.852543000, size=0, fileKey=(dev=3000b3,ino=930207544)
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.856190000, lastModified=2022-06-07 13:20:49.016528000, delta=839662000 ns, racy<=2500000000 ns
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.856865000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.856 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.856865000, lastModified=2022-06-07 13:20:49.016528000, delta=840337000 ns, racy<=2500000000 ns
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.856302000, lastModified=2022-06-07 13:20:49.820542000, delta=35760000 ns, racy<=2500000000 ns
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.912267000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.912267000, lastModified=2022-06-07 13:20:49.820542000, delta=91725000 ns, racy<=2500000000 ns
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.912417000, lastModified=2022-06-07 13:20:49.911544000, size=104, fileKey=(dev=3000b3,ino=930207544)
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.856865000, lastModified=2022-06-07 13:20:49.016528000, delta=840337000 ns, racy<=2500000000 ns
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.912 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.912614000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.912614000, lastModified=2022-06-07 13:20:49.016528000, delta=896086000 ns, racy<=2500000000 ns
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.912267000, lastModified=2022-06-07 13:20:49.820542000, delta=91725000 ns, racy<=2500000000 ns
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.912754000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.912 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.912754000, lastModified=2022-06-07 13:20:49.820542000, delta=92212000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, cannot be racily clean
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.912614000, lastModified=2022-06-07 13:20:49.016528000, delta=896086000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.913 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.913105000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.913105000, lastModified=2022-06-07 13:20:49.016528000, delta=896577000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.912754000, lastModified=2022-06-07 13:20:49.820542000, delta=92212000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.913232000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.913232000, lastModified=2022-06-07 13:20:49.820542000, delta=92690000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, delta=8121000 ns, racy<=3430000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, is unmodified
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.913105000, lastModified=2022-06-07 13:20:49.016528000, delta=896577000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.913 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.913413000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.913413000, lastModified=2022-06-07 13:20:49.016528000, delta=896885000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.913232000, lastModified=2022-06-07 13:20:49.820542000, delta=92690000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.913531000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.913531000, lastModified=2022-06-07 13:20:49.820542000, delta=92989000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.913413000, lastModified=2022-06-07 13:20:49.016528000, delta=896885000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.913 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.913762000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.913762000, lastModified=2022-06-07 13:20:49.016528000, delta=897234000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.913531000, lastModified=2022-06-07 13:20:49.820542000, delta=92989000 ns, racy<=2500000000 ns
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.913903000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.913 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.913903000, lastModified=2022-06-07 13:20:49.820542000, delta=93361000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, delta=8121000 ns, racy<=3430000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, is unmodified
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.913762000, lastModified=2022-06-07 13:20:49.016528000, delta=897234000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.914 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.914079000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.914079000, lastModified=2022-06-07 13:20:49.016528000, delta=897551000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.913903000, lastModified=2022-06-07 13:20:49.820542000, delta=93361000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.914193000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.914193000, lastModified=2022-06-07 13:20:49.820542000, delta=93651000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, isRacyClean=false, read=2022-06-07 13:20:49.827663000, lastModified=2022-06-07 13:20:49.819542000, delta=8121000 ns, racy<=3430000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, is unmodified
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.914079000, lastModified=2022-06-07 13:20:49.016528000, delta=897551000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.914 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.914350000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.914350000, lastModified=2022-06-07 13:20:49.016528000, delta=897822000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.914193000, lastModified=2022-06-07 13:20:49.820542000, delta=93651000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.914467000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.914467000, lastModified=2022-06-07 13:20:49.820542000, delta=93925000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, cannot be racily clean
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.914350000, lastModified=2022-06-07 13:20:49.016528000, delta=897822000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.914 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.914600000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.914600000, lastModified=2022-06-07 13:20:49.016528000, delta=898072000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.914467000, lastModified=2022-06-07 13:20:49.820542000, delta=93925000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.914705000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.914705000, lastModified=2022-06-07 13:20:49.820542000, delta=94163000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.914600000, lastModified=2022-06-07 13:20:49.016528000, delta=898072000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.914 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.914847000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.914847000, lastModified=2022-06-07 13:20:49.016528000, delta=898319000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.914705000, lastModified=2022-06-07 13:20:49.820542000, delta=94163000 ns, racy<=2500000000 ns
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.914 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.914972000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.914972000, lastModified=2022-06-07 13:20:49.820542000, delta=94430000 ns, racy<=2500000000 ns
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.914847000, lastModified=2022-06-07 13:20:49.016528000, delta=898319000 ns, racy<=2500000000 ns
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.915 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.915111000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.915111000, lastModified=2022-06-07 13:20:49.016528000, delta=898583000 ns, racy<=2500000000 ns
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.914972000, lastModified=2022-06-07 13:20:49.820542000, delta=94430000 ns, racy<=2500000000 ns
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.915228000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.915228000, lastModified=2022-06-07 13:20:49.820542000, delta=94686000 ns, racy<=2500000000 ns
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.915111000, lastModified=2022-06-07 13:20:49.016528000, delta=898583000 ns, racy<=2500000000 ns
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.915 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.915576000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.915576000, lastModified=2022-06-07 13:20:49.016528000, delta=899048000 ns, racy<=2500000000 ns
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.915228000, lastModified=2022-06-07 13:20:49.820542000, delta=94686000 ns, racy<=2500000000 ns
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.915710000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.915710000, lastModified=2022-06-07 13:20:49.820542000, delta=95168000 ns, racy<=2500000000 ns
13:20:49.915 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.915793000, lastModified=2022-06-07 13:20:49.913544000, size=26, fileKey=(dev=3000b3,ino=930207546)
13:20:49.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.915576000, lastModified=2022-06-07 13:20:49.016528000, delta=899048000 ns, racy<=2500000000 ns
13:20:49.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.916 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.916764000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.916764000, lastModified=2022-06-07 13:20:49.016528000, delta=900236000 ns, racy<=2500000000 ns
13:20:49.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.915710000, lastModified=2022-06-07 13:20:49.820542000, delta=95168000 ns, racy<=2500000000 ns
13:20:49.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.916914000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.916 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.916914000, lastModified=2022-06-07 13:20:49.820542000, delta=96372000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.916764000, lastModified=2022-06-07 13:20:49.016528000, delta=900236000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.917 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.917026000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.917026000, lastModified=2022-06-07 13:20:49.016528000, delta=900498000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.916914000, lastModified=2022-06-07 13:20:49.820542000, delta=96372000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.917143000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.917143000, lastModified=2022-06-07 13:20:49.820542000, delta=96601000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.917026000, lastModified=2022-06-07 13:20:49.016528000, delta=900498000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.917 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.917238000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.917238000, lastModified=2022-06-07 13:20:49.016528000, delta=900710000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.917143000, lastModified=2022-06-07 13:20:49.820542000, delta=96601000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.917352000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.917352000, lastModified=2022-06-07 13:20:49.820542000, delta=96810000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.917238000, lastModified=2022-06-07 13:20:49.016528000, delta=900710000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.917 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.917463000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.917463000, lastModified=2022-06-07 13:20:49.016528000, delta=900935000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.917352000, lastModified=2022-06-07 13:20:49.820542000, delta=96810000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.917574000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.917574000, lastModified=2022-06-07 13:20:49.820542000, delta=97032000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.917725000, lastModified=2022-06-07 13:20:49.911544000, size=104, fileKey=(dev=3000b3,ino=930207544)
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.917769000, lastModified=2022-06-07 13:20:49.911544000, size=104, fileKey=(dev=3000b3,ino=930207544)
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.917463000, lastModified=2022-06-07 13:20:49.016528000, delta=900935000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.917 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.917829000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.917829000, lastModified=2022-06-07 13:20:49.016528000, delta=901301000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.917574000, lastModified=2022-06-07 13:20:49.820542000, delta=97032000 ns, racy<=2500000000 ns
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.917 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.917982000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.917982000, lastModified=2022-06-07 13:20:49.820542000, delta=97440000 ns, racy<=2500000000 ns
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.917829000, lastModified=2022-06-07 13:20:49.016528000, delta=901301000 ns, racy<=2500000000 ns
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.918 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.918073000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.918073000, lastModified=2022-06-07 13:20:49.016528000, delta=901545000 ns, racy<=2500000000 ns
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.917982000, lastModified=2022-06-07 13:20:49.820542000, delta=97440000 ns, racy<=2500000000 ns
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.918192000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.918192000, lastModified=2022-06-07 13:20:49.820542000, delta=97650000 ns, racy<=2500000000 ns
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.918073000, lastModified=2022-06-07 13:20:49.016528000, delta=901545000 ns, racy<=2500000000 ns
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.918 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.918410000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.918410000, lastModified=2022-06-07 13:20:49.016528000, delta=901882000 ns, racy<=2500000000 ns
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.918192000, lastModified=2022-06-07 13:20:49.820542000, delta=97650000 ns, racy<=2500000000 ns
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.918543000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.918543000, lastModified=2022-06-07 13:20:49.820542000, delta=98001000 ns, racy<=2500000000 ns
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.918 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.919325000, lastModified=2022-06-07 13:20:49.916544000, size=0, fileKey=(dev=3000b3,ino=930207541)
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.918410000, lastModified=2022-06-07 13:20:49.016528000, delta=901882000 ns, racy<=2500000000 ns
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.919 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.919388000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.919388000, lastModified=2022-06-07 13:20:49.016528000, delta=902860000 ns, racy<=2500000000 ns
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.918543000, lastModified=2022-06-07 13:20:49.820542000, delta=98001000 ns, racy<=2500000000 ns
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.919517000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.919517000, lastModified=2022-06-07 13:20:49.820542000, delta=98975000 ns, racy<=2500000000 ns
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.919632000, lastModified=2022-06-07 13:20:49.918544000, size=104, fileKey=(dev=3000b3,ino=930207541)
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.919745000, lastModified=2022-06-07 13:20:49.918544000, size=104, fileKey=(dev=3000b3,ino=930207541)
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.919388000, lastModified=2022-06-07 13:20:49.016528000, delta=902860000 ns, racy<=2500000000 ns
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.919 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.919815000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.919815000, lastModified=2022-06-07 13:20:49.016528000, delta=903287000 ns, racy<=2500000000 ns
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.919517000, lastModified=2022-06-07 13:20:49.820542000, delta=98975000 ns, racy<=2500000000 ns
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.919 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.919968000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.919968000, lastModified=2022-06-07 13:20:49.820542000, delta=99426000 ns, racy<=2500000000 ns
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD.lock, isRacyClean=true, read=2022-06-07 13:20:49.915793000, lastModified=2022-06-07 13:20:49.913544000, delta=2249000 ns, racy<=3430000 ns
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD.lock, is racily clean
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD, create new FileSnapshot: lastRead=2022-06-07 13:20:49.920104000, lastModified=2022-06-07 13:20:49.913544000, size=26, fileKey=(dev=3000b3,ino=930207546)
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD.lock, isRacyClean=false, read=2022-06-07 13:20:49.920104000, lastModified=2022-06-07 13:20:49.913544000, delta=6560000 ns, racy<=3430000 ns
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, cannot be racily clean
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.919815000, lastModified=2022-06-07 13:20:49.016528000, delta=903287000 ns, racy<=2500000000 ns
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.920 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.920244000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.920244000, lastModified=2022-06-07 13:20:49.016528000, delta=903716000 ns, racy<=2500000000 ns
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.919968000, lastModified=2022-06-07 13:20:49.820542000, delta=99426000 ns, racy<=2500000000 ns
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.920381000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.920381000, lastModified=2022-06-07 13:20:49.820542000, delta=99839000 ns, racy<=2500000000 ns
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD.lock, cannot be racily clean
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, cannot be racily clean
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.920244000, lastModified=2022-06-07 13:20:49.016528000, delta=903716000 ns, racy<=2500000000 ns
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.920 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.920751000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.920751000, lastModified=2022-06-07 13:20:49.016528000, delta=904223000 ns, racy<=2500000000 ns
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.920381000, lastModified=2022-06-07 13:20:49.820542000, delta=99839000 ns, racy<=2500000000 ns
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.920885000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.920 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.920885000, lastModified=2022-06-07 13:20:49.820542000, delta=100343000 ns, racy<=2500000000 ns
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.921109000, lastModified=2022-06-07 13:20:49.918544000, size=104, fileKey=(dev=3000b3,ino=930207541)
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.921156000, lastModified=2022-06-07 13:20:49.918544000, size=104, fileKey=(dev=3000b3,ino=930207541)
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.921 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.824465000, lastModified=2022-06-07 13:20:49.817542000, delta=6923000 ns, racy<=3430000 ns
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-07 13:20:49.825093000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608049825093000 ns, racy<=3430000 ns
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack/preserved, is unmodified
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.920751000, lastModified=2022-06-07 13:20:49.016528000, delta=904223000 ns, racy<=2500000000 ns
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.922 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.922495000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.922495000, lastModified=2022-06-07 13:20:49.016528000, delta=905967000 ns, racy<=2500000000 ns
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.920885000, lastModified=2022-06-07 13:20:49.820542000, delta=100343000 ns, racy<=2500000000 ns
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.922633000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.922633000, lastModified=2022-06-07 13:20:49.820542000, delta=102091000 ns, racy<=2500000000 ns
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD.lock, cannot be racily clean
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, cannot be racily clean
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.922495000, lastModified=2022-06-07 13:20:49.016528000, delta=905967000 ns, racy<=2500000000 ns
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.922 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.922898000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.922 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.922898000, lastModified=2022-06-07 13:20:49.016528000, delta=906370000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.922633000, lastModified=2022-06-07 13:20:49.820542000, delta=102091000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.923046000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.923046000, lastModified=2022-06-07 13:20:49.820542000, delta=102504000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, cannot be racily clean
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.922898000, lastModified=2022-06-07 13:20:49.016528000, delta=906370000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.923 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.923343000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.923343000, lastModified=2022-06-07 13:20:49.016528000, delta=906815000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.923046000, lastModified=2022-06-07 13:20:49.820542000, delta=102504000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.923468000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.923468000, lastModified=2022-06-07 13:20:49.820542000, delta=102926000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.923343000, lastModified=2022-06-07 13:20:49.016528000, delta=906815000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.923 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.923602000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.923602000, lastModified=2022-06-07 13:20:49.016528000, delta=907074000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.923468000, lastModified=2022-06-07 13:20:49.820542000, delta=102926000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.923720000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.923720000, lastModified=2022-06-07 13:20:49.820542000, delta=103178000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.923602000, lastModified=2022-06-07 13:20:49.016528000, delta=907074000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.923 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.923855000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.923855000, lastModified=2022-06-07 13:20:49.016528000, delta=907327000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.923720000, lastModified=2022-06-07 13:20:49.820542000, delta=103178000 ns, racy<=2500000000 ns
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.923 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.923981000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.923981000, lastModified=2022-06-07 13:20:49.820542000, delta=103439000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.923855000, lastModified=2022-06-07 13:20:49.016528000, delta=907327000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.924 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.924101000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.924101000, lastModified=2022-06-07 13:20:49.016528000, delta=907573000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.923981000, lastModified=2022-06-07 13:20:49.820542000, delta=103439000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.924218000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.924218000, lastModified=2022-06-07 13:20:49.820542000, delta=103676000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.924101000, lastModified=2022-06-07 13:20:49.016528000, delta=907573000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.924 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.924324000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.924324000, lastModified=2022-06-07 13:20:49.016528000, delta=907796000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.924218000, lastModified=2022-06-07 13:20:49.820542000, delta=103676000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.924442000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.924442000, lastModified=2022-06-07 13:20:49.820542000, delta=103900000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.924324000, lastModified=2022-06-07 13:20:49.016528000, delta=907796000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.924 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.924539000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.924539000, lastModified=2022-06-07 13:20:49.016528000, delta=908011000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.924442000, lastModified=2022-06-07 13:20:49.820542000, delta=103900000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.924650000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.924650000, lastModified=2022-06-07 13:20:49.820542000, delta=104108000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.924727000, lastModified=2022-06-07 13:20:49.922544000, size=41, fileKey=(dev=3000b3,ino=934552439)
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.924539000, lastModified=2022-06-07 13:20:49.016528000, delta=908011000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.924 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.924887000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.924887000, lastModified=2022-06-07 13:20:49.016528000, delta=908359000 ns, racy<=2500000000 ns
13:20:49.924 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.924650000, lastModified=2022-06-07 13:20:49.820542000, delta=104108000 ns, racy<=2500000000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.925043000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.925043000, lastModified=2022-06-07 13:20:49.820542000, delta=104501000 ns, racy<=2500000000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.924887000, lastModified=2022-06-07 13:20:49.016528000, delta=908359000 ns, racy<=2500000000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.925 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.925211000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.925211000, lastModified=2022-06-07 13:20:49.016528000, delta=908683000 ns, racy<=2500000000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.925043000, lastModified=2022-06-07 13:20:49.820542000, delta=104501000 ns, racy<=2500000000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.925334000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.925334000, lastModified=2022-06-07 13:20:49.820542000, delta=104792000 ns, racy<=2500000000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD.lock, cannot be racily clean
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-07 13:20:49.924727000, lastModified=2022-06-07 13:20:49.922544000, delta=2183000 ns, racy<=3430000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, is racily clean
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-07 13:20:49.925469000, lastModified=2022-06-07 13:20:49.922544000, size=41, fileKey=(dev=3000b3,ino=934552439)
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-07 13:20:49.925469000, lastModified=2022-06-07 13:20:49.922544000, delta=2925000 ns, racy<=3430000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.925211000, lastModified=2022-06-07 13:20:49.016528000, delta=908683000 ns, racy<=2500000000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.925 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.925590000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.925590000, lastModified=2022-06-07 13:20:49.016528000, delta=909062000 ns, racy<=2500000000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.925334000, lastModified=2022-06-07 13:20:49.820542000, delta=104792000 ns, racy<=2500000000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.925707000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.925707000, lastModified=2022-06-07 13:20:49.820542000, delta=105165000 ns, racy<=2500000000 ns
13:20:49.925 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.925590000, lastModified=2022-06-07 13:20:49.016528000, delta=909062000 ns, racy<=2500000000 ns
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.926 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.926029000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.926029000, lastModified=2022-06-07 13:20:49.016528000, delta=909501000 ns, racy<=2500000000 ns
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.925707000, lastModified=2022-06-07 13:20:49.820542000, delta=105165000 ns, racy<=2500000000 ns
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.926146000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.926146000, lastModified=2022-06-07 13:20:49.820542000, delta=105604000 ns, racy<=2500000000 ns
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.926622000, lastModified=2022-06-07 13:20:49.918544000, size=104, fileKey=(dev=3000b3,ino=930207541)
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.926668000, lastModified=2022-06-07 13:20:49.918544000, size=104, fileKey=(dev=3000b3,ino=930207541)
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.926029000, lastModified=2022-06-07 13:20:49.016528000, delta=909501000 ns, racy<=2500000000 ns
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.926 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.926718000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.926718000, lastModified=2022-06-07 13:20:49.016528000, delta=910190000 ns, racy<=2500000000 ns
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.926146000, lastModified=2022-06-07 13:20:49.820542000, delta=105604000 ns, racy<=2500000000 ns
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.926841000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.926841000, lastModified=2022-06-07 13:20:49.820542000, delta=106299000 ns, racy<=2500000000 ns
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.926718000, lastModified=2022-06-07 13:20:49.016528000, delta=910190000 ns, racy<=2500000000 ns
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.926 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.926929000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.926 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.926929000, lastModified=2022-06-07 13:20:49.016528000, delta=910401000 ns, racy<=2500000000 ns
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.926841000, lastModified=2022-06-07 13:20:49.820542000, delta=106299000 ns, racy<=2500000000 ns
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.927077000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.927077000, lastModified=2022-06-07 13:20:49.820542000, delta=106535000 ns, racy<=2500000000 ns
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.926929000, lastModified=2022-06-07 13:20:49.016528000, delta=910401000 ns, racy<=2500000000 ns
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.927 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.927255000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.927255000, lastModified=2022-06-07 13:20:49.016528000, delta=910727000 ns, racy<=2500000000 ns
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.927077000, lastModified=2022-06-07 13:20:49.820542000, delta=106535000 ns, racy<=2500000000 ns
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.927374000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.927 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.927374000, lastModified=2022-06-07 13:20:49.820542000, delta=106832000 ns, racy<=2500000000 ns
13:20:49.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.927255000, lastModified=2022-06-07 13:20:49.016528000, delta=910727000 ns, racy<=2500000000 ns
13:20:49.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.928 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.928692000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.928692000, lastModified=2022-06-07 13:20:49.016528000, delta=912164000 ns, racy<=2500000000 ns
13:20:49.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.927374000, lastModified=2022-06-07 13:20:49.820542000, delta=106832000 ns, racy<=2500000000 ns
13:20:49.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.928857000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.928 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.928857000, lastModified=2022-06-07 13:20:49.820542000, delta=108315000 ns, racy<=2500000000 ns
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.928692000, lastModified=2022-06-07 13:20:49.016528000, delta=912164000 ns, racy<=2500000000 ns
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.929 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.929247000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.929247000, lastModified=2022-06-07 13:20:49.016528000, delta=912719000 ns, racy<=2500000000 ns
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.928857000, lastModified=2022-06-07 13:20:49.820542000, delta=108315000 ns, racy<=2500000000 ns
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.929382000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.929382000, lastModified=2022-06-07 13:20:49.820542000, delta=108840000 ns, racy<=2500000000 ns
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.929820000, lastModified=2022-06-07 13:20:49.925544000, size=0, fileKey=(dev=3000b3,ino=930207544)
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.929247000, lastModified=2022-06-07 13:20:49.016528000, delta=912719000 ns, racy<=2500000000 ns
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.929 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.929890000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.929890000, lastModified=2022-06-07 13:20:49.016528000, delta=913362000 ns, racy<=2500000000 ns
13:20:49.929 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.929382000, lastModified=2022-06-07 13:20:49.820542000, delta=108840000 ns, racy<=2500000000 ns
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.930040000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.930040000, lastModified=2022-06-07 13:20:49.820542000, delta=109498000 ns, racy<=2500000000 ns
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.930160000, lastModified=2022-06-07 13:20:49.929544000, size=104, fileKey=(dev=3000b3,ino=930207544)
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.930227000, lastModified=2022-06-07 13:20:49.929544000, size=104, fileKey=(dev=3000b3,ino=930207544)
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.929890000, lastModified=2022-06-07 13:20:49.016528000, delta=913362000 ns, racy<=2500000000 ns
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.930 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.930403000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.930403000, lastModified=2022-06-07 13:20:49.016528000, delta=913875000 ns, racy<=2500000000 ns
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.930040000, lastModified=2022-06-07 13:20:49.820542000, delta=109498000 ns, racy<=2500000000 ns
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.930537000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.930537000, lastModified=2022-06-07 13:20:49.820542000, delta=109995000 ns, racy<=2500000000 ns
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.930403000, lastModified=2022-06-07 13:20:49.016528000, delta=913875000 ns, racy<=2500000000 ns
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.930 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.930835000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.930835000, lastModified=2022-06-07 13:20:49.016528000, delta=914307000 ns, racy<=2500000000 ns
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.930537000, lastModified=2022-06-07 13:20:49.820542000, delta=109995000 ns, racy<=2500000000 ns
13:20:49.930 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.930985000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.930985000, lastModified=2022-06-07 13:20:49.820542000, delta=110443000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD.lock, cannot be racily clean
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-07 13:20:49.925469000, lastModified=2022-06-07 13:20:49.922544000, delta=2925000 ns, racy<=3430000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, is racily clean
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-07 13:20:49.931142000, lastModified=2022-06-07 13:20:49.922544000, size=41, fileKey=(dev=3000b3,ino=934552439)
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-07 13:20:49.931142000, lastModified=2022-06-07 13:20:49.922544000, delta=8598000 ns, racy<=3430000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.930835000, lastModified=2022-06-07 13:20:49.016528000, delta=914307000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.931 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.931250000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.931250000, lastModified=2022-06-07 13:20:49.016528000, delta=914722000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.930985000, lastModified=2022-06-07 13:20:49.820542000, delta=110443000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.931367000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.931367000, lastModified=2022-06-07 13:20:49.820542000, delta=110825000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.931250000, lastModified=2022-06-07 13:20:49.016528000, delta=914722000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.931 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.931578000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.931578000, lastModified=2022-06-07 13:20:49.016528000, delta=915050000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.931367000, lastModified=2022-06-07 13:20:49.820542000, delta=110825000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.931702000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.931702000, lastModified=2022-06-07 13:20:49.820542000, delta=111160000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD.lock, cannot be racily clean
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, cannot be racily clean
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.931578000, lastModified=2022-06-07 13:20:49.016528000, delta=915050000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.931 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.931863000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.931863000, lastModified=2022-06-07 13:20:49.016528000, delta=915335000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.931702000, lastModified=2022-06-07 13:20:49.820542000, delta=111160000 ns, racy<=2500000000 ns
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.931 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.931983000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.931983000, lastModified=2022-06-07 13:20:49.820542000, delta=111441000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD.lock, cannot be racily clean
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch.lock, cannot be racily clean
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.931863000, lastModified=2022-06-07 13:20:49.016528000, delta=915335000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.932 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.932137000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.932137000, lastModified=2022-06-07 13:20:49.016528000, delta=915609000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.931983000, lastModified=2022-06-07 13:20:49.820542000, delta=111441000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.932244000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.932244000, lastModified=2022-06-07 13:20:49.820542000, delta=111702000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/master.lock, cannot be racily clean
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.932137000, lastModified=2022-06-07 13:20:49.016528000, delta=915609000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.932 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.932367000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.932367000, lastModified=2022-06-07 13:20:49.016528000, delta=915839000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.932244000, lastModified=2022-06-07 13:20:49.820542000, delta=111702000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.932471000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.932471000, lastModified=2022-06-07 13:20:49.820542000, delta=111929000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.932367000, lastModified=2022-06-07 13:20:49.016528000, delta=915839000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.932 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.932613000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.932613000, lastModified=2022-06-07 13:20:49.016528000, delta=916085000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.932471000, lastModified=2022-06-07 13:20:49.820542000, delta=111929000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.932743000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.932743000, lastModified=2022-06-07 13:20:49.820542000, delta=112201000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.932613000, lastModified=2022-06-07 13:20:49.016528000, delta=916085000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.932 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.932877000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.932877000, lastModified=2022-06-07 13:20:49.016528000, delta=916349000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.932 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.932743000, lastModified=2022-06-07 13:20:49.820542000, delta=112201000 ns, racy<=2500000000 ns
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.933018000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.933018000, lastModified=2022-06-07 13:20:49.820542000, delta=112476000 ns, racy<=2500000000 ns
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.932877000, lastModified=2022-06-07 13:20:49.016528000, delta=916349000 ns, racy<=2500000000 ns
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.933 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.933122000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.933122000, lastModified=2022-06-07 13:20:49.016528000, delta=916594000 ns, racy<=2500000000 ns
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.933018000, lastModified=2022-06-07 13:20:49.820542000, delta=112476000 ns, racy<=2500000000 ns
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.933235000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.933235000, lastModified=2022-06-07 13:20:49.820542000, delta=112693000 ns, racy<=2500000000 ns
13:20:49.933 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-07 13:20:49.933313000, lastModified=2022-06-07 13:20:49.931544000, size=23, fileKey=(dev=3000b3,ino=930207541)
13:20:49.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.938793000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.933122000, lastModified=2022-06-07 13:20:49.016528000, delta=916594000 ns, racy<=2500000000 ns
13:20:49.938 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.938 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.938993000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.938993000, lastModified=2022-06-07 13:20:49.016528000, delta=922465000 ns, racy<=2500000000 ns
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.939121000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.938993000, lastModified=2022-06-07 13:20:49.016528000, delta=922465000 ns, racy<=2500000000 ns
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.939 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.939235000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-07 13:20:49.939235000, lastModified=2022-06-07 13:20:49.016528000, delta=922707000 ns, racy<=2500000000 ns
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.939121000, lastModified=2022-06-07 13:20:49.820542000, delta=118579000 ns, racy<=2500000000 ns
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.939351000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.939351000, lastModified=2022-06-07 13:20:49.820542000, delta=118809000 ns, racy<=2500000000 ns
13:20:49.939 [main] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.939465000, lastModified=2022-06-07 13:20:49.929544000, size=104, fileKey=(dev=3000b3,ino=930207544)
13:20:49.939 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /tmp/junit6713165074304208198:org.eclipse.hawk.git.JGitRepository:false
13:20:49.941 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:49.941 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:49.948 [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 13:20:49.939235000, lastModified=2022-06-07 13:20:49.016528000, delta=922707000 ns, racy<=2500000000 ns
13:20:49.948 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.948 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.948 [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 13:20:49.948471000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.948 [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 13:20:49.948471000, lastModified=2022-06-07 13:20:49.016528000, delta=931943000 ns, racy<=2500000000 ns
13:20:49.948 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.948 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.948 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.939351000, lastModified=2022-06-07 13:20:49.820542000, delta=118809000 ns, racy<=2500000000 ns
13:20:49.948 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.948 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.948625000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.948 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.948625000, lastModified=2022-06-07 13:20:49.820542000, delta=128083000 ns, racy<=2500000000 ns
13:20:49.948 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-07 13:20:49.948840000, lastModified=2022-06-07 13:20:49.922544000, size=41, fileKey=(dev=3000b3,ino=934552439)
13:20:49.948 [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 13:20:49.948471000, lastModified=2022-06-07 13:20:49.016528000, delta=931943000 ns, racy<=2500000000 ns
13:20:49.948 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.948 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.948 [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 13:20:49.948927000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.948 [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 13:20:49.948927000, lastModified=2022-06-07 13:20:49.016528000, delta=932399000 ns, racy<=2500000000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.948625000, lastModified=2022-06-07 13:20:49.820542000, delta=128083000 ns, racy<=2500000000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.949065000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.949065000, lastModified=2022-06-07 13:20:49.820542000, delta=128523000 ns, racy<=2500000000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch, isRacyClean=false, read=2022-06-07 13:20:49.948840000, lastModified=2022-06-07 13:20:49.922544000, delta=26296000 ns, racy<=3430000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/refs/heads/newbranch, is unmodified
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.949360000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.949 [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 13:20:49.948927000, lastModified=2022-06-07 13:20:49.016528000, delta=932399000 ns, racy<=2500000000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.949 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.949 [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 13:20:49.949473000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.949 [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 13:20:49.949473000, lastModified=2022-06-07 13:20:49.016528000, delta=932945000 ns, racy<=2500000000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.949561000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.949 [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 13:20:49.949473000, lastModified=2022-06-07 13:20:49.016528000, delta=932945000 ns, racy<=2500000000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.949 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.949 [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 13:20:49.949652000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.949 [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 13:20:49.949652000, lastModified=2022-06-07 13:20:49.016528000, delta=933124000 ns, racy<=2500000000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.949561000, lastModified=2022-06-07 13:20:49.820542000, delta=129019000 ns, racy<=2500000000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.949748000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.949748000, lastModified=2022-06-07 13:20:49.820542000, delta=129206000 ns, racy<=2500000000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/index, create new FileSnapshot: lastRead=2022-06-07 13:20:49.949849000, lastModified=2022-06-07 13:20:49.929544000, size=104, fileKey=(dev=3000b3,ino=930207544)
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-07 13:20:49.949920000, lastModified=2022-06-07 13:20:49.817542000, size=6, fileKey=(dev=3000b3,ino=940086465)
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.949920000, lastModified=2022-06-07 13:20:49.817542000, delta=132378000 ns, racy<=3430000 ns
13:20:49.949 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.949920000, lastModified=2022-06-07 13:20:49.817542000, delta=132378000 ns, racy<=3430000 ns
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.949920000, lastModified=2022-06-07 13:20:49.817542000, delta=132378000 ns, racy<=3430000 ns
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.950 [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 13:20:49.949652000, lastModified=2022-06-07 13:20:49.016528000, delta=933124000 ns, racy<=2500000000 ns
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.950 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.950 [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 13:20:49.950383000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.950 [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 13:20:49.950383000, lastModified=2022-06-07 13:20:49.016528000, delta=933855000 ns, racy<=2500000000 ns
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.949065000, lastModified=2022-06-07 13:20:49.820542000, delta=128523000 ns, racy<=2500000000 ns
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.950494000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.950494000, lastModified=2022-06-07 13:20:49.820542000, delta=129952000 ns, racy<=2500000000 ns
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-07 13:20:49.950625000, lastModified=2022-06-07 13:20:49.817542000, size=6, fileKey=(dev=3000b3,ino=940086465)
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.950625000, lastModified=2022-06-07 13:20:49.817542000, delta=133083000 ns, racy<=3430000 ns
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.950625000, lastModified=2022-06-07 13:20:49.817542000, delta=133083000 ns, racy<=3430000 ns
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.950625000, lastModified=2022-06-07 13:20:49.817542000, delta=133083000 ns, racy<=3430000 ns
13:20:49.950 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.950625000, lastModified=2022-06-07 13:20:49.817542000, delta=133083000 ns, racy<=3430000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.950625000, lastModified=2022-06-07 13:20:49.817542000, delta=133083000 ns, racy<=3430000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.951 [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 13:20:49.950383000, lastModified=2022-06-07 13:20:49.016528000, delta=933855000 ns, racy<=2500000000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.951 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.951 [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 13:20:49.951243000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.951 [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 13:20:49.951243000, lastModified=2022-06-07 13:20:49.016528000, delta=934715000 ns, racy<=2500000000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.950494000, lastModified=2022-06-07 13:20:49.820542000, delta=129952000 ns, racy<=2500000000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.951348000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.951348000, lastModified=2022-06-07 13:20:49.820542000, delta=130806000 ns, racy<=2500000000 ns
13:20:49.951 [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 13:20:49.951243000, lastModified=2022-06-07 13:20:49.016528000, delta=934715000 ns, racy<=2500000000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.951 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.951 [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 13:20:49.951456000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.951 [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 13:20:49.951456000, lastModified=2022-06-07 13:20:49.016528000, delta=934928000 ns, racy<=2500000000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.951348000, lastModified=2022-06-07 13:20:49.820542000, delta=130806000 ns, racy<=2500000000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.951545000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.951545000, lastModified=2022-06-07 13:20:49.820542000, delta=131003000 ns, racy<=2500000000 ns
13:20:49.951 [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 13:20:49.951456000, lastModified=2022-06-07 13:20:49.016528000, delta=934928000 ns, racy<=2500000000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.951 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.951 [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 13:20:49.951722000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.951 [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 13:20:49.951722000, lastModified=2022-06-07 13:20:49.016528000, delta=935194000 ns, racy<=2500000000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.951545000, lastModified=2022-06-07 13:20:49.820542000, delta=131003000 ns, racy<=2500000000 ns
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.951816000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.951 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.951816000, lastModified=2022-06-07 13:20:49.820542000, delta=131274000 ns, racy<=2500000000 ns
13:20:49.952 [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 13:20:49.951722000, lastModified=2022-06-07 13:20:49.016528000, delta=935194000 ns, racy<=2500000000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.952 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.952 [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 13:20:49.952210000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.952 [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 13:20:49.952210000, lastModified=2022-06-07 13:20:49.016528000, delta=935682000 ns, racy<=2500000000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.951816000, lastModified=2022-06-07 13:20:49.820542000, delta=131274000 ns, racy<=2500000000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.952313000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.952313000, lastModified=2022-06-07 13:20:49.820542000, delta=131771000 ns, racy<=2500000000 ns
13:20:49.952 [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 13:20:49.952210000, lastModified=2022-06-07 13:20:49.016528000, delta=935682000 ns, racy<=2500000000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.952 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.952 [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 13:20:49.952410000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.952 [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 13:20:49.952410000, lastModified=2022-06-07 13:20:49.016528000, delta=935882000 ns, racy<=2500000000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.952313000, lastModified=2022-06-07 13:20:49.820542000, delta=131771000 ns, racy<=2500000000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.952496000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.952496000, lastModified=2022-06-07 13:20:49.820542000, delta=131954000 ns, racy<=2500000000 ns
13:20:49.952 [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 13:20:49.952410000, lastModified=2022-06-07 13:20:49.016528000, delta=935882000 ns, racy<=2500000000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:49.952 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:49.952 [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 13:20:49.952634000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:49.952 [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 13:20:49.952634000, lastModified=2022-06-07 13:20:49.016528000, delta=936106000 ns, racy<=2500000000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.952496000, lastModified=2022-06-07 13:20:49.820542000, delta=131954000 ns, racy<=2500000000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:49.952726000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.952726000, lastModified=2022-06-07 13:20:49.820542000, delta=132184000 ns, racy<=2500000000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.950625000, lastModified=2022-06-07 13:20:49.817542000, delta=133083000 ns, racy<=3430000 ns
13:20:49.952 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:49.952 [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 13:20:49.952634000, lastModified=2022-06-07 13:20:49.016528000, delta=936106000 ns, racy<=2500000000 ns
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:50.012 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:50.012 [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 13:20:50.012140000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:50.012 [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 13:20:50.012140000, lastModified=2022-06-07 13:20:49.016528000, delta=995612000 ns, racy<=2500000000 ns
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:49.952726000, lastModified=2022-06-07 13:20:49.820542000, delta=132184000 ns, racy<=2500000000 ns
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:50.012310000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:50.012310000, lastModified=2022-06-07 13:20:49.820542000, delta=191768000 ns, racy<=2500000000 ns
13:20:50.012 [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 13:20:50.012140000, lastModified=2022-06-07 13:20:49.016528000, delta=995612000 ns, racy<=2500000000 ns
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:50.012 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:50.012 [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 13:20:50.012434000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:50.012 [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 13:20:50.012434000, lastModified=2022-06-07 13:20:49.016528000, delta=995906000 ns, racy<=2500000000 ns
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:50.012310000, lastModified=2022-06-07 13:20:49.820542000, delta=191768000 ns, racy<=2500000000 ns
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:50.012555000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:50.012 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:50.012555000, lastModified=2022-06-07 13:20:49.820542000, delta=192013000 ns, racy<=2500000000 ns
13:20:50.012 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:50.015 [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 13:20:50.012434000, lastModified=2022-06-07 13:20:49.016528000, delta=995906000 ns, racy<=2500000000 ns
13:20:50.015 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:50.015 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:50.015 [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 13:20:50.015663000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:50.015 [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 13:20:50.015663000, lastModified=2022-06-07 13:20:49.016528000, delta=999135000 ns, racy<=2500000000 ns
13:20:50.015 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:50.015 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:50.015 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:50.012555000, lastModified=2022-06-07 13:20:49.820542000, delta=192013000 ns, racy<=2500000000 ns
13:20:50.015 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:50.015 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:50.015824000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:50.015 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:50.015824000, lastModified=2022-06-07 13:20:49.820542000, delta=195282000 ns, racy<=2500000000 ns
13:20:50.016 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.950625000, lastModified=2022-06-07 13:20:49.817542000, delta=133083000 ns, racy<=3430000 ns
13:20:50.016 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:50.016 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:50.016 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:50.024 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:50.031 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:50.031 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:20:50.031 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:20:50.036 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:20:50.039 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:20:50.039 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:20:50.039 [pool-68-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:20:50.039 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:20:50.039 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:20:50.041 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:20:50.041 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:50.041 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:50.041 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:50.041 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:50.041 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:50.041 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:50.042 [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...
13:20:50.042 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:20:50.042 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 836032b6bdf925ba739c10e4be454067170643a7 (timepoint 1654608049000) of /tmp/junit6713165074304208198
13:20:50.042 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:50.043 [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 13:20:50.015663000, lastModified=2022-06-07 13:20:49.016528000, delta=999135000 ns, racy<=2500000000 ns
13:20:50.043 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:50.043 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:50.043 [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 13:20:50.043603000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:50.043 [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 13:20:50.043603000, lastModified=2022-06-07 13:20:49.016528000, delta=1027075000 ns, racy<=2500000000 ns
13:20:50.043 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:50.043 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:50.043 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:50.015824000, lastModified=2022-06-07 13:20:49.820542000, delta=195282000 ns, racy<=2500000000 ns
13:20:50.043 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:50.043 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:50.043776000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:50.043 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:50.043776000, lastModified=2022-06-07 13:20:49.820542000, delta=223234000 ns, racy<=2500000000 ns
13:20:50.044 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.950625000, lastModified=2022-06-07 13:20:49.817542000, delta=133083000 ns, racy<=3430000 ns
13:20:50.044 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:50.044 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:50.044 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:50.114 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:50.114 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:50.115 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:20:50.115 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:20:50.115 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:50.115 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:50.115 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:50.122 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:20:50.122 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:50.122 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:50.122 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:50.122 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:50.122 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:50.122 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:50.122 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:50.122 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:50.122 [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...
13:20:50.122 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:20:50.122 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2bf90c8c164b39c82fab31746147103de3651e32 (timepoint 1654608049002) of /tmp/junit6713165074304208198
13:20:50.123 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:50.124 [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 13:20:50.043603000, lastModified=2022-06-07 13:20:49.016528000, delta=1027075000 ns, racy<=2500000000 ns
13:20:50.124 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
13:20:50.124 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
13:20:50.124 [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 13:20:50.124311000, lastModified=2022-06-07 13:20:49.016528000, size=258, fileKey=(dev=804,ino=1592265486)
13:20:50.124 [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 13:20:50.124311000, lastModified=2022-06-07 13:20:49.016528000, delta=1107783000 ns, racy<=2500000000 ns
13:20:50.124 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-07 13:20:45.835555000, lastModified=1970-01-01 00:00:00.000000000, delta=1654608045835555000 ns, racy<=2500000000 ns
13:20:50.124 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
13:20:50.124 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:50.043776000, lastModified=2022-06-07 13:20:49.820542000, delta=223234000 ns, racy<=2500000000 ns
13:20:50.124 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, is racily clean
13:20:50.124 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, create new FileSnapshot: lastRead=2022-06-07 13:20:50.124486000, lastModified=2022-06-07 13:20:49.820542000, size=78, fileKey=(dev=3000b3,ino=930207543)
13:20:50.124 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/config, isRacyClean=true, read=2022-06-07 13:20:50.124486000, lastModified=2022-06-07 13:20:49.820542000, delta=303944000 ns, racy<=2500000000 ns
13:20:50.124 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, isRacyClean=false, read=2022-06-07 13:20:49.950625000, lastModified=2022-06-07 13:20:49.817542000, delta=133083000 ns, racy<=3430000 ns
13:20:50.124 [pool-68-thread-1] DEBUG o.e.j.i.storage.file.FileSnapshot - file=/tmp/junit6713165074304208198/.git/objects/pack, is unmodified
13:20:50.124 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:50.124 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:50.132 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:50.132 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:50.133 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:20:50.133 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:20:50.133 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:20:50.133 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi...
13:20:50.133 [pool-68-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:20:50.134 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /root.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...13:20:50.134 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:50.134 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:50.134 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:50.134 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:50.134 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:50.134 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:50.134 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:50.134 [pool-68-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:50.134 [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...
13:20:50.134 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:20:50.134 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision cab898e392d0e51ecf1ad17c368d3bd09b95a0d1 (timepoint 1654608049003) of /tmp/junit6713165074304208198
13:20:50.135 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:50.135 [pool-68-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 194 ms
13:20:50.139 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:20:50.139 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: /tmp/junit6713165074304208198:org.eclipse.hawk.git.JGitRepository:false
13:20:50.141 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:50.141 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:20:50.316 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:20:50.317 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12054271878939584640/test_nonDefaultBranch[LevelDB GreyCat]
13:20:50.317 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:20:51.340 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:20:51.341 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:51.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
13:20:51.341 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:51.341 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:51.344 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:20:51.344 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:20:51.344 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:20:51.344 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:20:51.344 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:20:51.344 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:51.345 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:51.345 [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
13:20:51.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:51.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:51.354 [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
13:20:51.354 [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
13:20:51.354 [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
13:20:51.354 [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
13:20:51.354 [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
13:20:51.355 [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
13:20:51.355 [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[]
13:20:51.355 [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
13:20:51.355 [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
13:20:51.355 [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
13:20:51.356 [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
13:20:51.356 [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
13:20:51.356 [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
13:20:51.356 [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
13:20:51.357 [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
13:20:51.357 [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
13:20:51.357 [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
13:20:51.357 [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
13:20:51.357 [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
13:20:51.357 [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
13:20:51.357 [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
13:20:51.358 [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
13:20:51.358 [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
13:20:51.358 [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
13:20:51.358 [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
13:20:51.358 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:20:51.358 [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
13:20:51.358 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:20:51.359 [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
13:20:51.360 [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
13:20:51.360 [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
13:20:51.360 [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
13:20:51.360 [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
13:20:51.364 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:20:51.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:51.364 [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
13:20:51.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:51.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.414 [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
13:20:51.415 [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
13:20:51.415 [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[]
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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[]
13:20:51.415 [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
13:20:51.415 [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
13:20:51.415 [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
13:20:51.416 [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
13:20:51.419 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:20:51.419 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo10135110413942809409
13:20:53.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10135110413942809409:org.eclipse.hawk.svn.SvnManager:false
13:20:53.110 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:53.110 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:53.118 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:53.118 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:53.118 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:53.118 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:53.118 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:53.120 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:53.120 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:20:53.120 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:53.120 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:53.121 [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...
13:20:53.122 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:20:53.123 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608050330) of file:///tmp/hawkSvnRepo10135110413942809409
13:20:53.124 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:20:53.127 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:20:53.127 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:20:53.135 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:20:53.139 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:20:53.139 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:20:53.139 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:20:53.143 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:20:53.144 [pool-70-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:20:53.144 [pool-70-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:20:53.144 [pool-70-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:53.144 [pool-70-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:53.147 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:20:53.148 [pool-70-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:20:53.213 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:20:53.213 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:20:53.213 [pool-70-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:20:53.213 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s78ms [pure insertion]
marking any relevant derived attributes for update...13:20:53.213 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:20:53.213 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:20:53.214 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:20:53.214 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:20:53.214 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:20:53.214 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:20:53.214 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:20:53.214 [pool-70-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:20:53.214 [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...
13:20:53.214 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:20:53.214 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608051438) of file:///tmp/hawkSvnRepo10135110413942809409
13:20:53.214 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:53.214 [pool-70-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 104 ms
13:20:53.222 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:20:53.222 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10135110413942809409:org.eclipse.hawk.svn.SvnManager:false
13:20:53.223 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:53.223 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:20:53.308 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:20:53.308 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6569296229287285691/test_countInstancesModelAll[LevelDB GreyCat]
13:20:53.310 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:20:54.312 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:20:54.313 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:20:54.313 [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
13:20:54.313 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:54.313 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:54.316 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:20:54.316 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:20:54.316 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:20:54.316 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:20:54.316 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:20:54.316 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:20:54.317 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:20:54.317 [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
13:20:54.321 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:54.321 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:54.325 [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
13:20:54.325 [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
13:20:54.325 [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
13:20:54.325 [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
13:20:54.325 [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
13:20:54.325 [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
13:20:54.325 [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
13:20:54.325 [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
13:20:54.325 [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
13:20:54.326 [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
13:20:54.326 [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
13:20:54.326 [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
13:20:54.326 [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
13:20:54.326 [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
13:20:54.326 [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
13:20:54.326 [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
13:20:54.326 [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
13:20:54.326 [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
13:20:54.327 [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
13:20:54.327 [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
13:20:54.327 [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
13:20:54.327 [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
13:20:54.328 [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
13:20:54.328 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:20:54.328 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:20:54.328 [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
13:20:54.328 [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
13:20:54.328 [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
13:20:54.328 [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
13:20:54.330 [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
13:20:54.331 [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
13:20:54.331 [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
13:20:54.333 [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
13:20:54.336 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:20:54.336 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:20:54.336 [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
13:20:54.339 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:20:54.339 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:20:54.342 [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
13:20:54.343 [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[]
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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[]
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.343 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.344 [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
13:20:54.345 [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
13:20:54.345 [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
13:20:54.345 [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
13:20:54.345 [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
13:20:54.345 [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
13:20:54.345 [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
13:20:54.345 [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
13:20:54.345 [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
13:20:54.345 [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
13:20:54.345 [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
13:20:54.345 [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
13:20:54.345 [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
13:20:54.345 [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
13:20:54.414 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:20:54.414 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo7928973799581345271
13:21:02.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7928973799581345271:org.eclipse.hawk.svn.SvnManager:false
13:21:02.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:02.109 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:02.118 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:02.118 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:02.118 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:02.118 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:02.118 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:02.120 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:02.120 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:21:02.120 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:02.120 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:02.122 [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...
13:21:02.122 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:21:02.123 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608053322) of file:///tmp/hawkSvnRepo7928973799581345271
13:21:02.124 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:02.127 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:02.127 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:02.135 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:02.139 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:02.139 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:21:02.139 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:21:02.143 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:21:02.144 [pool-72-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:21:02.144 [pool-72-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:21:02.144 [pool-72-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:02.144 [pool-72-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:02.147 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:21:02.148 [pool-72-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:21:02.151 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:21:02.151 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:21:02.151 [pool-72-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:21:02.151 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:21:02.151 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:02.151 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:02.151 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:02.151 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:02.152 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:02.152 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:21:02.152 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:02.152 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:02.152 [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...
13:21:02.152 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:21:02.152 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608054431) of file:///tmp/hawkSvnRepo7928973799581345271
13:21:02.152 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:02.154 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:02.154 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:02.218 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:02.218 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:02.218 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:21:02.219 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:21:02.219 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:02.219 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:02.219 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:02.225 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:21:02.225 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:02.225 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:02.225 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:02.225 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:02.225 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:02.226 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:21:02.226 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:02.226 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:02.226 [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...
13:21:02.226 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:21:02.226 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608056114) of file:///tmp/hawkSvnRepo7928973799581345271
13:21:02.226 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:02.228 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:02.228 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:02.235 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:02.235 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:02.235 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:21:02.236 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:21:02.236 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:02.236 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:02.236 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:02.237 [pool-72-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...13:21:02.237 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:02.237 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:02.237 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:02.237 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:02.237 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:02.237 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:02.237 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:02.237 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:02.237 [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...
13:21:02.237 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:21:02.238 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608058110) of file:///tmp/hawkSvnRepo7928973799581345271
13:21:02.238 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:02.240 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:02.240 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:02.247 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:02.247 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:02.247 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:21:02.247 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
13:21:02.247 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:02.247 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:02.247 [pool-72-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:02.249 [pool-72-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...13:21:02.249 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:02.249 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:02.249 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:02.249 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:02.249 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:02.249 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:02.249 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:02.249 [pool-72-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:02.249 [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...
13:21:02.249 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:02.249 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608060110) of file:///tmp/hawkSvnRepo7928973799581345271
13:21:02.250 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:02.250 [pool-72-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 140 ms
13:21:02.258 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:21:02.258 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7928973799581345271:org.eclipse.hawk.svn.SvnManager:false
13:21:02.313 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:02.313 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:21:02.383 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:21:02.384 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10517635524301211719/test_sinceThen[LevelDB GreyCat]
13:21:02.385 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:21:03.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:21:03.360 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:03.360 [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
13:21:03.360 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:03.360 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:03.362 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:21:03.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:21:03.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:21:03.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:21:03.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:21:03.363 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:03.363 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:03.363 [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
13:21:03.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:03.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:03.370 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:21:03.370 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:21:03.371 [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
13:21:03.371 [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
13:21:03.371 [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
13:21:03.371 [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
13:21:03.372 [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
13:21:03.372 [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
13:21:03.373 [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
13:21:03.373 [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
13:21:03.373 [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
13:21:03.373 [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
13:21:03.373 [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
13:21:03.373 [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
13:21:03.374 [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
13:21:03.374 [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
13:21:03.412 [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
13:21:03.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:21:03.412 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:21:03.412 [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
13:21:03.413 [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
13:21:03.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
13:21:03.414 [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[]
13:21:03.414 [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
13:21:03.414 [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
13:21:03.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
13:21:03.414 [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
13:21:03.414 [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
13:21:03.415 [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
13:21:03.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
13:21:03.415 [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
13:21:03.415 [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
13:21:03.415 [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
13:21:03.419 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:21:03.419 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:21:03.419 [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
13:21:03.421 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:03.421 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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[]
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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[]
13:21:03.425 [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
13:21:03.425 [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
13:21:03.425 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.426 [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
13:21:03.427 [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
13:21:03.427 [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
13:21:03.427 [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
13:21:03.427 [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
13:21:03.427 [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
13:21:03.427 [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
13:21:03.427 [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
13:21:03.430 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:21:03.430 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo15096181700219834076
13:21:11.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15096181700219834076:org.eclipse.hawk.svn.SvnManager:false
13:21:11.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:11.110 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:11.119 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:11.119 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:11.119 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:11.119 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:11.119 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:11.121 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:11.121 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:21:11.121 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:11.121 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:11.123 [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...
13:21:11.123 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
13:21:11.125 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608062421) of file:///tmp/hawkSvnRepo15096181700219834076
13:21:11.125 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:11.129 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:11.129 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:11.137 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:11.142 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:11.142 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:21:11.142 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:21:11.217 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:21:11.217 [pool-74-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:21:11.217 [pool-74-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:21:11.217 [pool-74-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:11.217 [pool-74-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:11.220 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:21:11.221 [pool-74-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:21:11.224 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:21:11.224 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:21:11.224 [pool-74-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:21:11.224 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s87ms [pure insertion]
marking any relevant derived attributes for update...13:21:11.224 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:11.224 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:11.225 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:11.225 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:11.225 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:11.225 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:11.225 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:11.225 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:11.225 [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...
13:21:11.225 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:11.225 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608063446) of file:///tmp/hawkSvnRepo15096181700219834076
13:21:11.225 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:11.227 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:11.227 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:11.234 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:11.234 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:11.235 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:21:11.235 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:21:11.235 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:11.235 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:11.235 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:11.241 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:21:11.241 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:11.241 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:11.241 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:11.241 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:11.242 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:11.242 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:21:11.242 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:11.242 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:11.242 [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...
13:21:11.242 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:21:11.242 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608065114) of file:///tmp/hawkSvnRepo15096181700219834076
13:21:11.242 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:11.244 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:11.244 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:11.251 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:11.251 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:11.251 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:21:11.251 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:21:11.251 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:11.252 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:11.252 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:11.253 [pool-74-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...13:21:11.253 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:11.253 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:11.253 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:11.253 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:11.253 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:11.253 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:11.253 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:11.253 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:11.253 [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...
13:21:11.253 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:11.253 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608067110) of file:///tmp/hawkSvnRepo15096181700219834076
13:21:11.254 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:11.313 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:11.313 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:11.320 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:11.320 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:11.321 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:21:11.321 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
13:21:11.321 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:11.321 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:11.321 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:11.322 [pool-74-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...13:21:11.322 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:21:11.323 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:21:11.323 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:11.323 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:11.323 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:11.323 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:11.323 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:11.323 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:11.323 [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...
13:21:11.323 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:11.323 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608069109) of file:///tmp/hawkSvnRepo15096181700219834076
13:21:11.323 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:11.324 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 213 ms
13:21:13.100 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:13.101 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:13.102 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:13.102 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:13.102 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:13.102 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:13.102 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:13.102 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:13.102 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:13.102 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:13.102 [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...
13:21:13.102 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:21:13.103 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608069109) of file:///tmp/hawkSvnRepo15096181700219834076
13:21:13.103 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:13.105 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:13.105 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:13.112 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:13.112 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:13.113 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store
13:21:13.113 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5
13:21:13.113 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:13.113 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:13.113 [pool-74-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:13.115 [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...13:21:13.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:13.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:13.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:13.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:13.115 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:13.115 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:13.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:13.115 [pool-74-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:13.115 [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...
13:21:13.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:13.115 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654608071122) of file:///tmp/hawkSvnRepo15096181700219834076
13:21:13.116 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:13.116 [pool-74-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 16 ms
after for 1654608063446: 0
after for 1654608065114: 1
before for 1654608067110: 2
before for 1654608069109: 3
13:21:13.126 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:21:13.126 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15096181700219834076:org.eclipse.hawk.svn.SvnManager:false
13:21:13.128 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:13.128 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:21:13.245 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:21:13.246 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11497204565325276327/test_before[LevelDB GreyCat]
13:21:13.247 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:21:14.361 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:21:14.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:14.364 [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
13:21:14.364 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:14.364 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:14.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:21:14.367 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:21:14.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:21:14.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:21:14.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:21:14.368 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:14.368 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:14.369 [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
13:21:14.415 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:14.415 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21: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::EChar will be handled as its instance type char
13:21: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::ECharacterObject will be handled as its instance type java.lang.Character
13:21: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::EByte will be handled as its instance type byte
13:21: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::EShort will be handled as its instance type short
13:21: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::EShortObject will be handled as its instance type java.lang.Short
13:21:14.420 [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
13:21:14.420 [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
13:21:14.420 [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
13:21:14.420 [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
13:21:14.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
13:21:14.422 [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
13:21:14.422 [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
13:21:14.422 [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
13:21:14.422 [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
13:21:14.422 [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[]
13:21:14.422 [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
13:21:14.422 [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
13:21:14.422 [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
13:21:14.422 [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
13:21:14.422 [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
13:21:14.422 [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
13:21:14.422 [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
13:21:14.422 [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
13:21:14.422 [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
13:21:14.424 [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
13:21:14.424 [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
13:21:14.424 [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
13:21:14.424 [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
13:21:14.426 [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
13:21:14.426 [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
13:21:14.426 [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
13:21:14.426 [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
13:21:14.426 [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
13:21:14.429 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:21:14.430 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:21:14.430 [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
13:21:14.432 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:14.432 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:14.435 [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
13:21:14.435 [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
13:21:14.435 [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
13:21:14.435 [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
13:21:14.435 [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
13:21:14.436 [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
13:21:14.436 [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[]
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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[]
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.436 [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
13:21:14.437 [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
13:21:14.437 [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
13:21:14.437 [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
13:21:14.437 [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
13:21:14.437 [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
13:21:14.437 [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
13:21:14.437 [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
13:21:14.437 [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
13:21:14.437 [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
13:21:14.437 [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
13:21:14.437 [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
13:21:14.437 [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
13:21:14.438 [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
13:21:14.438 [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
13:21:14.438 [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
13:21:14.438 [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
13:21:14.438 [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
13:21:14.438 [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
13:21:14.438 [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
13:21:14.438 [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
13:21:14.438 [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
13:21:14.440 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:21:14.440 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo2406465372462645245
13:21:22.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo2406465372462645245:org.eclipse.hawk.svn.SvnManager:false
13:21:22.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:22.106 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:22.114 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:22.114 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:22.114 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:22.114 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:22.114 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:22.116 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:22.116 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:21:22.116 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:22.116 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:22.118 [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...
13:21:22.118 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
13:21:22.120 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608073260) of file:///tmp/hawkSvnRepo2406465372462645245
13:21:22.120 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:22.123 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:22.123 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:22.130 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:22.135 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:22.135 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:21:22.135 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:21:22.139 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:21:22.139 [pool-76-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:21:22.139 [pool-76-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:21:22.139 [pool-76-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:22.139 [pool-76-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:22.142 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:21:22.143 [pool-76-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:21:22.146 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:21:22.146 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:21:22.146 [pool-76-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:21:22.146 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:21:22.146 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:22.146 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:22.146 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:22.146 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:22.146 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:22.147 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:21:22.147 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:22.147 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:22.147 [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...
13:21:22.147 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:21:22.147 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608074458) of file:///tmp/hawkSvnRepo2406465372462645245
13:21:22.147 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:22.149 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:22.149 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:22.156 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:22.156 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:22.156 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:21:22.157 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:21:22.157 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:22.157 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:22.157 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:22.216 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s60ms [pure insertion]
marking any relevant derived attributes for update...13:21:22.216 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:22.216 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:22.216 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:22.216 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:22.216 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:22.216 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:22.216 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:22.216 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:22.216 [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...
13:21:22.216 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:22.216 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608076115) of file:///tmp/hawkSvnRepo2406465372462645245
13:21:22.217 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:22.218 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:22.218 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:22.225 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:22.225 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:22.226 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:21:22.226 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:21:22.226 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:22.226 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:22.226 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:22.227 [pool-76-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...13:21:22.227 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:22.227 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:22.227 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:22.227 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:22.227 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:22.228 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:21:22.228 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:22.228 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:22.228 [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...
13:21:22.228 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:21:22.228 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608078111) of file:///tmp/hawkSvnRepo2406465372462645245
13:21:22.228 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:22.230 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:22.230 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:22.237 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:22.237 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:22.237 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:21:22.237 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
13:21:22.238 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:22.238 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:22.238 [pool-76-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:22.239 [pool-76-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...13:21:22.239 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:22.239 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:22.239 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:22.239 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:22.239 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:22.239 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:22.239 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:22.239 [pool-76-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:22.239 [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...
13:21:22.239 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:22.239 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608080110) of file:///tmp/hawkSvnRepo2406465372462645245
13:21:22.240 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:22.240 [pool-76-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 134 ms
13:21:22.246 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:21:22.246 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo2406465372462645245:org.eclipse.hawk.svn.SvnManager:false
13:21:22.248 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:22.248 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:21:22.402 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:21:22.403 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15785205288564865844/test_commitMessages[LevelDB GreyCat]
13:21:22.404 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:21:23.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:21:23.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:23.364 [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
13:21:23.364 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:23.364 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:23.366 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:21:23.366 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:21:23.366 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:21:23.366 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:21:23.366 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:23.367 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:23.367 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:21:23.367 [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
13:21:23.371 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:23.371 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:23.414 [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
13:21:23.414 [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
13:21:23.415 [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
13:21:23.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
13:21:23.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
13:21:23.416 [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
13:21:23.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
13:21:23.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
13:21:23.417 [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
13:21:23.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
13:21:23.417 [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
13:21:23.417 [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
13:21:23.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
13:21:23.418 [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
13:21:23.419 [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
13:21:23.419 [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
13:21:23.419 [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
13:21:23.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
13:21:23.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
13:21:23.419 [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
13:21:23.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
13:21:23.419 [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
13:21:23.419 [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
13:21:23.421 [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
13:21:23.421 [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
13:21:23.422 [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
13:21:23.422 [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
13:21:23.422 [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
13:21:23.422 [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
13:21:23.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
13:21:23.422 [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
13:21:23.423 [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[]
13:21:23.423 [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
13:21:23.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:21:23.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:21:23.427 [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
13:21:23.430 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:23.430 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.434 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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
13:21:23.435 [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[]
13:21:23.435 [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
13:21:23.435 [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
13:21:23.436 [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
13:21:23.436 [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
13:21:23.436 [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
13:21:23.436 [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
13:21:23.436 [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
13:21:23.436 [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
13:21:23.436 [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
13:21:23.436 [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
13:21:23.436 [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
13:21:23.436 [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
13:21:23.436 [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
13:21:23.436 [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
13:21:23.436 [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
13:21:23.436 [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
13:21:23.436 [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[]
13:21:23.436 [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
13:21:23.439 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:21:23.439 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo12435791800759192314
13:21:31.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo12435791800759192314:org.eclipse.hawk.svn.SvnManager:false
13:21:31.111 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:31.111 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:31.124 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:31.125 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:31.125 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:31.125 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:31.125 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:31.127 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:31.127 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:21:31.127 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:31.127 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:31.129 [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...
13:21:31.129 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
13:21:31.131 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608082424) of file:///tmp/hawkSvnRepo12435791800759192314
13:21:31.132 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:31.136 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:31.136 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:31.146 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:31.152 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:31.152 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:21:31.152 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:21:31.155 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:21:31.155 [pool-78-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:21:31.156 [pool-78-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:21:31.156 [pool-78-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:31.156 [pool-78-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:31.218 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:21:31.219 [pool-78-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:21:31.223 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:21:31.223 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:21:31.223 [pool-78-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:21:31.223 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s77ms [pure insertion]
marking any relevant derived attributes for update...13:21:31.223 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:31.223 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:31.223 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:31.223 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:31.223 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:31.223 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:31.223 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:31.223 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:31.224 [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...
13:21:31.224 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:21:31.224 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608083457) of file:///tmp/hawkSvnRepo12435791800759192314
13:21:31.224 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:31.226 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:31.226 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:31.234 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:31.234 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:31.235 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:21:31.235 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:21:31.235 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:31.235 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:31.235 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:31.243 [pool-78-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...13:21:31.243 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:31.243 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:31.243 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:31.243 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:31.243 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:31.243 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:31.243 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:31.243 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:31.243 [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...
13:21:31.243 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:31.243 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608085110) of file:///tmp/hawkSvnRepo12435791800759192314
13:21:31.244 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:31.246 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:31.246 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:31.254 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:31.254 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:31.254 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:21:31.254 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:21:31.254 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:31.254 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:31.254 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:31.312 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s60ms [pure insertion]
marking any relevant derived attributes for update...13:21:31.313 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:31.313 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:31.313 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:31.313 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:31.313 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:31.313 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:31.313 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:31.313 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:31.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...
13:21:31.313 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:31.313 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608087112) of file:///tmp/hawkSvnRepo12435791800759192314
13:21:31.314 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:31.316 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:31.316 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:31.323 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:31.323 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:31.324 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:21:31.324 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
13:21:31.324 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:31.324 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:31.324 [pool-78-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:31.326 [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...13:21:31.326 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:31.326 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:31.326 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:31.326 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:31.326 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:31.326 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:31.326 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:31.326 [pool-78-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:31.326 [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...
13:21:31.326 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:31.326 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608089115) of file:///tmp/hawkSvnRepo12435791800759192314
13:21:31.327 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:31.327 [pool-78-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 216 ms
13:21:31.332 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:21:31.333 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo12435791800759192314:org.eclipse.hawk.svn.SvnManager:false
13:21:31.335 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:31.335 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:21:31.496 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:21:31.496 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit747978426201630175/test_rangesAreBothInclusive[LevelDB GreyCat]
13:21:31.498 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:21:32.367 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:21:32.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:32.368 [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
13:21:32.368 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:32.368 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:32.371 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:21:32.371 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:21:32.371 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:21:32.371 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:21:32.371 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:21:32.371 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:32.413 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:32.413 [pool-80-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
13:21:32.415 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:32.415 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:32.421 [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
13:21:32.421 [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
13:21:32.421 [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
13:21:32.421 [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
13:21:32.421 [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
13:21:32.421 [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
13:21:32.423 [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
13:21:32.423 [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
13:21:32.423 [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
13:21:32.423 [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
13:21:32.423 [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
13:21:32.423 [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
13:21:32.423 [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
13:21:32.424 [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
13:21:32.426 [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
13:21:32.426 [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
13:21:32.426 [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
13:21:32.426 [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
13:21:32.426 [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
13:21:32.426 [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[]
13:21:32.426 [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
13:21:32.426 [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
13:21:32.426 [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
13:21:32.426 [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
13:21:32.427 [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
13:21:32.427 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:21:32.427 [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
13:21:32.428 [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
13:21:32.428 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:21:32.429 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:21:32.431 [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
13:21:32.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
13:21:32.431 [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
13:21:32.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:21:32.434 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:21:32.434 [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
13:21:32.437 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:32.437 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:32.441 [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
13:21:32.441 [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
13:21:32.441 [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
13:21:32.441 [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
13:21:32.441 [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
13:21:32.441 [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
13:21:32.441 [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
13:21:32.441 [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
13:21:32.441 [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
13:21:32.441 [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
13:21:32.441 [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
13:21:32.441 [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
13:21:32.441 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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[]
13:21:32.442 [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[]
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.442 [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
13:21:32.443 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.444 [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
13:21:32.447 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:21:32.447 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo3260016467269711390
13:21:36.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo3260016467269711390:org.eclipse.hawk.svn.SvnManager:false
13:21:36.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:36.106 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:36.113 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:36.113 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:36.113 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:36.114 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:36.114 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:36.115 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:36.115 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:21:36.115 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:36.115 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:36.117 [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...
13:21:36.117 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:21:36.119 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608091511) of file:///tmp/hawkSvnRepo3260016467269711390
13:21:36.119 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:36.122 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:36.122 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:36.129 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:21:36.134 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:36.134 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:21:36.134 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:21:36.139 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:21:36.139 [pool-80-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:21:36.139 [pool-80-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:21:36.139 [pool-80-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:36.139 [pool-80-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:36.143 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:21:36.144 [pool-80-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:21:36.147 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:21:36.147 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:21:36.147 [pool-80-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:21:36.147 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s18ms [pure insertion]
marking any relevant derived attributes for update...13:21:36.147 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:36.147 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:36.147 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:36.147 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:36.147 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:36.147 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:36.147 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:36.147 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:36.147 [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...
13:21:36.147 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:21:36.148 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608092522) of file:///tmp/hawkSvnRepo3260016467269711390
13:21:36.148 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:36.148 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:36.148 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
13:21:36.149 [pool-80-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
13:21:36.156 [pool-80-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s
13:21:36.156 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
13:21:36.156 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:36.156 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:36.156 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:36.156 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:36.156 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:36.156 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:36.156 [pool-80-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:36.156 [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...
13:21:36.156 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:36.156 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608094160) of file:///tmp/hawkSvnRepo3260016467269711390
13:21:36.157 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:36.157 [pool-80-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 51 ms
13:21:36.212 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:21:36.212 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo3260016467269711390:org.eclipse.hawk.svn.SvnManager:false
13:21:36.214 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:36.214 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:21:36.302 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:21:36.303 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14958962952809118126/test_createDeleteNode[LevelDB GreyCat]
13:21:36.304 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:21:37.354 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:21:37.355 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:37.355 [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
13:21:37.355 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:37.355 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:37.358 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:21:37.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:21:37.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:21:37.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:21:37.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:21:37.358 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:37.359 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:37.359 [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
13:21:37.363 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:37.363 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:37.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
13:21:37.415 [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
13:21:37.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
13:21:37.415 [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
13:21:37.415 [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
13:21:37.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
13:21:37.417 [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
13:21:37.417 [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
13:21:37.417 [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
13:21:37.417 [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
13:21:37.417 [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
13:21:37.417 [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
13:21:37.417 [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
13:21:37.417 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:21:37.418 [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
13:21:37.420 [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
13:21:37.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
13:21:37.420 [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
13:21:37.420 [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
13:21:37.420 [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
13:21:37.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
13:21:37.421 [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
13:21:37.422 [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
13:21:37.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
13:21:37.423 [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
13:21:37.424 [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[]
13:21:37.424 [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
13:21:37.424 [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
13:21:37.424 [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
13:21:37.424 [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
13:21:37.424 [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
13:21:37.424 [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
13:21:37.424 [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
13:21:37.428 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:21:37.428 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:21:37.428 [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
13:21:37.431 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:37.431 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:37.434 [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
13:21:37.434 [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
13:21:37.434 [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
13:21:37.434 [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
13:21:37.434 [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
13:21:37.434 [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
13:21:37.434 [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
13:21:37.434 [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
13:21:37.434 [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
13:21:37.434 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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[]
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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[]
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.435 [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
13:21:37.436 [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
13:21:37.436 [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
13:21:37.436 [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
13:21:37.436 [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
13:21:37.436 [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
13:21:37.436 [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
13:21:37.436 [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
13:21:37.436 [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
13:21:37.439 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:21:37.439 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo7419121295380809494
13:21:41.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7419121295380809494:org.eclipse.hawk.svn.SvnManager:false
13:21:41.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:41.106 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:41.114 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:41.114 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:41.114 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:41.114 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:41.114 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:41.115 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:41.116 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:21:41.116 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:41.116 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:41.117 [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...
13:21:41.117 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:21:41.119 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608096316) of file:///tmp/hawkSvnRepo7419121295380809494
13:21:41.119 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:41.122 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:41.123 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:41.129 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:21:41.134 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:41.134 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:21:41.134 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:21:41.138 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:21:41.138 [pool-82-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:21:41.138 [pool-82-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:21:41.138 [pool-82-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:41.138 [pool-82-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:41.141 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:21:41.142 [pool-82-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:21:41.145 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:21:41.145 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:21:41.145 [pool-82-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:21:41.145 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s17ms [pure insertion]
marking any relevant derived attributes for update...13:21:41.146 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:41.146 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:41.146 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:41.146 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:41.146 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:41.146 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:41.146 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:41.146 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:41.146 [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...
13:21:41.146 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:41.146 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608097515) of file:///tmp/hawkSvnRepo7419121295380809494
13:21:41.147 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:41.147 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:41.147 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
13:21:41.147 [pool-82-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
13:21:41.154 [pool-82-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s
13:21:41.154 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
13:21:41.154 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:41.154 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:41.154 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:41.155 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:41.155 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:21:41.155 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:41.155 [pool-82-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:41.155 [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...
13:21:41.155 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:21:41.155 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608099142) of file:///tmp/hawkSvnRepo7419121295380809494
13:21:41.155 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:41.155 [pool-82-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 49 ms
13:21:41.157 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:21:41.157 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7419121295380809494:org.eclipse.hawk.svn.SvnManager:false
13:21:41.213 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:41.213 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:21:41.277 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:21:41.277 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3542982571664774475/test_travelToMissingTimepointReturnsNull[LevelDB GreyCat]
13:21:41.279 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:21:42.391 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:21:42.413 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:42.413 [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
13:21:42.413 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:42.413 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:42.417 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:21:42.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:21:42.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:21:42.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:21:42.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:21:42.417 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:42.418 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:42.418 [pool-84-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
13:21:42.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:42.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:42.427 [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
13:21:42.427 [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
13:21:42.427 [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
13:21:42.427 [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
13:21:42.427 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:21:42.428 [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
13:21:42.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
13:21:42.428 [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
13:21:42.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
13:21:42.429 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:21:42.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
13:21:42.429 [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
13:21:42.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
13:21:42.430 [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
13:21:42.430 [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
13:21:42.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
13:21:42.430 [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
13:21:42.430 [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
13:21:42.431 [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
13:21:42.431 [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
13:21:42.431 [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
13:21:42.432 [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
13:21:42.432 [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[]
13:21:42.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
13:21:42.432 [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
13:21:42.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
13:21:42.432 [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
13:21:42.432 [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
13:21:42.432 [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
13:21:42.433 [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
13:21:42.433 [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
13:21:42.433 [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
13:21:42.433 [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
13:21:42.437 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:21:42.437 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:21:42.437 [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
13:21:42.439 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:42.439 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:42.514 [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
13:21:42.514 [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
13:21:42.514 [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
13:21:42.514 [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
13:21:42.514 [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
13:21:42.514 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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[]
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.515 [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
13:21:42.516 [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
13:21:42.516 [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[]
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.516 [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
13:21:42.519 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:21:42.519 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo1073225019085784562
13:21:56.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo1073225019085784562:org.eclipse.hawk.svn.SvnManager:false
13:21:56.107 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:56.107 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:56.118 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:56.118 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:56.118 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:56.118 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:56.118 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:56.120 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:56.120 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:21:56.120 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:56.120 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:56.122 [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...
13:21:56.122 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
13:21:56.124 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608101291) of file:///tmp/hawkSvnRepo1073225019085784562
13:21:56.124 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:56.127 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:56.127 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:56.135 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:56.141 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:56.141 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:21:56.141 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:21:56.146 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:21:56.146 [pool-84-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:21:56.146 [pool-84-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:21:56.146 [pool-84-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:56.146 [pool-84-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:56.150 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:21:56.151 [pool-84-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:21:56.154 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:21:56.154 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:21:56.154 [pool-84-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:21:56.154 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s19ms [pure insertion]
marking any relevant derived attributes for update...13:21:56.154 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:21:56.155 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:21:56.155 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:56.155 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:56.155 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:56.155 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:56.155 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:56.155 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:56.155 [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...
13:21:56.155 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:56.155 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608102538) of file:///tmp/hawkSvnRepo1073225019085784562
13:21:56.156 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:56.157 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:56.157 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:56.218 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:56.219 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:56.219 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:21:56.219 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:21:56.219 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:56.219 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:56.219 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:56.227 [pool-84-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...13:21:56.227 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:56.227 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:56.227 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:56.227 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:56.227 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:56.227 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:56.227 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:56.227 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:56.227 [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...
13:21:56.227 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:21:56.228 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608104110) of file:///tmp/hawkSvnRepo1073225019085784562
13:21:56.228 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:56.230 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:56.230 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:56.241 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:56.241 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:56.242 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:21:56.243 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:21:56.243 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:56.243 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:56.243 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:56.245 [pool-84-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...13:21:56.246 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:56.246 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:56.246 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:56.246 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:56.246 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:56.246 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:56.246 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:56.246 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:56.246 [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...
13:21:56.246 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:56.246 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608106112) of file:///tmp/hawkSvnRepo1073225019085784562
13:21:56.247 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:56.250 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:56.250 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:56.315 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:56.315 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:56.316 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:21:56.316 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:2 ratio: 1.0
13:21:56.316 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:56.316 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:56.316 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:56.321 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:21:56.321 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:21:56.322 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:21:56.322 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:56.322 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:56.322 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:56.322 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:56.322 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:56.322 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:56.322 [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...
13:21:56.322 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:56.322 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608108109) of file:///tmp/hawkSvnRepo1073225019085784562
13:21:56.355 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:56.357 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:56.357 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:56.363 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:56.363 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:56.412 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:21:56.413 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:21:56.413 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:56.413 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:56.413 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:56.414 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s51ms [pure insertion]
marking any relevant derived attributes for update...13:21:56.414 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:56.414 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:56.414 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:56.414 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:56.414 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:56.414 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:56.414 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:56.414 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:56.415 [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...
13:21:56.415 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:21:56.415 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654608110108) of file:///tmp/hawkSvnRepo1073225019085784562
13:21:56.415 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:56.417 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:56.417 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:56.424 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:56.424 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:56.425 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:21:56.425 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:21:56.425 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:56.425 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:56.425 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:56.426 [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...13:21:56.426 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:56.426 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:56.426 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:56.426 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:56.426 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:56.426 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:56.426 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:56.426 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:56.426 [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...
13:21:56.426 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:56.426 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 6 (timepoint 1654608112114) of file:///tmp/hawkSvnRepo1073225019085784562
13:21:56.427 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:21:56.429 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:21:56.429 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:21:56.436 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:21:56.436 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:21:56.436 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:21:56.436 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0
13:21:56.436 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:21:56.436 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:21:56.436 [pool-84-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:21:56.439 [pool-84-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...13:21:56.439 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:21:56.439 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:21:56.439 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:21:56.439 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:21:56.439 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:21:56.439 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:21:56.439 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:21:56.439 [pool-84-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:21:56.439 [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...
13:21:56.439 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:21:56.439 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 7 (timepoint 1654608114112) of file:///tmp/hawkSvnRepo1073225019085784562
13:21:56.440 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:56.440 [pool-84-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 333 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 1654608110108: 1
Children of NotEmpty at 1654608106112: 2
Children of NotEmpty at 1654608104110: 1
property: eContainer not found in metamodel for type: Tree
Children of NotEmpty at 1654608110108: 1
Children of NotEmpty at 1654608106112: 2
Children of NotEmpty at 1654608104110: 1
13:21:56.518 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:21:56.518 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo1073225019085784562:org.eclipse.hawk.svn.SvnManager:false
13:21:56.520 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:56.520 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:21:56.662 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:21:56.662 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit18067345794858539624/test_unscope[LevelDB GreyCat]
13:21:56.664 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:21:57.377 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:21:57.413 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:21:57.413 [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
13:21:57.413 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:57.413 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:57.416 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:21:57.416 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:21:57.416 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:21:57.417 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:21:57.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:21:57.418 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:21:57.418 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:21:57.418 [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
13:21:57.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:57.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:57.428 [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
13:21:57.428 [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
13:21:57.428 [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
13:21:57.428 [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
13:21:57.429 [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
13:21:57.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
13:21:57.429 [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
13:21:57.429 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:21:57.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
13:21:57.429 [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[]
13:21:57.430 [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
13:21:57.430 [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
13:21:57.430 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:21:57.430 [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
13:21:57.430 [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
13:21:57.430 [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
13:21:57.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
13:21:57.430 [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
13:21:57.430 [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
13:21:57.431 [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
13:21:57.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
13:21:57.431 [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
13:21:57.431 [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
13:21:57.431 [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
13:21:57.431 [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
13:21:57.432 [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
13:21:57.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
13:21:57.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
13:21:57.432 [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
13:21:57.433 [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
13:21:57.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
13:21:57.433 [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
13:21:57.433 [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
13:21:57.437 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:21:57.437 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:21:57.437 [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
13:21:57.440 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:21:57.440 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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[]
13:21:57.443 [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
13:21:57.443 [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
13:21:57.443 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.444 [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
13:21:57.445 [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
13:21:57.445 [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
13:21:57.445 [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
13:21:57.445 [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
13:21:57.445 [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
13:21:57.445 [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
13:21:57.445 [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
13:21:57.445 [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
13:21:57.445 [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
13:21:57.445 [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
13:21:57.446 [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
13:21:57.446 [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
13:21:57.446 [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[]
13:21:57.513 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:21:57.513 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo4117168818345983068
13:22:01.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo4117168818345983068:org.eclipse.hawk.svn.SvnManager:false
13:22:01.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:01.106 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:01.119 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:01.119 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:01.119 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:01.119 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:01.119 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:01.122 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:01.123 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
13:22:01.123 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:01.123 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:01.126 [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...
13:22:01.126 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s10ms [proxy update]
13:22:01.129 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608116678) of file:///tmp/hawkSvnRepo4117168818345983068
13:22:01.130 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:01.135 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:01.135 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:01.146 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:22:01.152 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:01.152 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:22:01.152 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:22:01.214 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:22:01.214 [pool-86-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:22:01.214 [pool-86-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:22:01.214 [pool-86-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:01.214 [pool-86-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:01.218 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:22:01.219 [pool-86-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:22:01.223 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:22:01.223 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:22:01.223 [pool-86-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:22:01.223 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s77ms [pure insertion]
marking any relevant derived attributes for update...13:22:01.223 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:01.223 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:01.223 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:01.223 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:01.223 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:01.223 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:01.223 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:01.223 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:01.224 [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...
13:22:01.224 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:22:01.224 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608117530) of file:///tmp/hawkSvnRepo4117168818345983068
13:22:01.224 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:01.224 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:01.224 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
13:22:01.224 [pool-86-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
13:22:01.234 [pool-86-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.01s
13:22:01.234 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
13:22:01.234 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:01.234 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:01.234 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:01.234 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:01.234 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:01.234 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:01.234 [pool-86-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:01.234 [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...
13:22:01.234 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:22:01.235 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608119136) of file:///tmp/hawkSvnRepo4117168818345983068
13:22:01.235 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:01.235 [pool-86-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 129 ms
13:22:01.242 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:22:01.242 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo4117168818345983068:org.eclipse.hawk.svn.SvnManager:false
13:22:01.244 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:01.244 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:22:01.387 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:22:01.387 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1418111959451388918/test_countInstancesFromModelTypes[LevelDB GreyCat]
13:22:01.389 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:22:02.438 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:22:02.440 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:02.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
13:22:02.440 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:02.440 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:02.445 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:22:02.445 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:22:02.445 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:22:02.446 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:22:02.446 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:02.446 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:22:02.446 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:02.446 [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
13:22:02.453 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:02.453 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:02.458 [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
13:22:02.458 [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
13:22:02.458 [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
13:22:02.458 [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[]
13:22:02.458 [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
13:22:02.459 [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
13:22:02.459 [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
13:22:02.460 [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
13:22:02.461 [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
13:22:02.461 [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
13:22:02.461 [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
13:22:02.462 [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
13:22:02.462 [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
13:22:02.462 [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
13:22:02.462 [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
13:22:02.462 [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
13:22:02.462 [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
13:22:02.462 [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
13:22:02.463 [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
13:22:02.463 [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
13:22:02.463 [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
13:22:02.463 [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
13:22:02.463 [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
13:22:02.463 [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
13:22:02.463 [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
13:22:02.463 [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
13:22:02.463 [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
13:22:02.464 [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
13:22:02.464 [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
13:22:02.464 [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
13:22:02.464 [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
13:22:02.464 [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
13:22:02.465 [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
13:22:02.514 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:22:02.514 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:22:02.514 [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
13:22:02.516 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:02.516 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:02.520 [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
13:22:02.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
13:22:02.520 [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
13:22:02.520 [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
13:22:02.520 [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[]
13:22:02.520 [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
13:22:02.520 [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
13:22:02.520 [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
13:22:02.520 [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
13:22:02.520 [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
13:22:02.520 [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
13:22:02.520 [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
13:22:02.520 [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
13:22:02.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
13:22:02.520 [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
13:22:02.520 [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
13:22:02.520 [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
13:22:02.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
13:22:02.520 [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
13:22:02.520 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.521 [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
13:22:02.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
13:22:02.522 [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
13:22:02.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
13:22:02.522 [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
13:22:02.522 [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
13:22:02.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
13:22:02.522 [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
13:22:02.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
13:22:02.522 [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
13:22:02.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
13:22:02.522 [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
13:22:02.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[]
13:22:02.524 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:22:02.524 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo17314196265243837424
13:22:10.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo17314196265243837424:org.eclipse.hawk.svn.SvnManager:false
13:22:10.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:10.106 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:10.113 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:10.113 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:10.113 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:10.113 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:10.113 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:10.115 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:10.115 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:22:10.115 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:10.115 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:10.116 [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...
13:22:10.116 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:22:10.118 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608121401) of file:///tmp/hawkSvnRepo17314196265243837424
13:22:10.119 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:10.122 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:10.122 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:10.129 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:10.133 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:10.133 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:22:10.133 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:22:10.137 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:22:10.137 [pool-88-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:22:10.138 [pool-88-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:22:10.138 [pool-88-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:10.138 [pool-88-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:10.140 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:22:10.141 [pool-88-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:22:10.144 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:22:10.144 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:22:10.144 [pool-88-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:22:10.144 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:22:10.144 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:10.144 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:10.144 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:10.144 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:10.144 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:10.145 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:22:10.145 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:10.145 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:10.145 [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...
13:22:10.145 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:22:10.145 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608122541) of file:///tmp/hawkSvnRepo17314196265243837424
13:22:10.145 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:10.147 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:10.147 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:10.153 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:10.153 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:10.154 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:22:10.154 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:22:10.154 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:10.154 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:10.154 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:10.217 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:22:10.217 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:10.217 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:10.217 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:10.217 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:10.217 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:10.218 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:10.218 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:10.218 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:10.218 [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...
13:22:10.218 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:22:10.218 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608124113) of file:///tmp/hawkSvnRepo17314196265243837424
13:22:10.218 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:10.220 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:10.220 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:10.226 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:10.226 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:10.227 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:22:10.227 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:22:10.227 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:10.227 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:10.227 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:10.228 [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...13:22:10.228 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:10.228 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:10.228 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:10.228 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:10.228 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:10.228 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:10.228 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:10.228 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:10.228 [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...
13:22:10.228 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:22:10.229 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608126109) of file:///tmp/hawkSvnRepo17314196265243837424
13:22:10.229 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:10.231 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:10.231 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:10.237 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:10.237 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:10.238 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:22:10.238 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
13:22:10.238 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:10.238 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:10.238 [pool-88-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:10.239 [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...13:22:10.239 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:10.239 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:10.240 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:10.240 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:10.240 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:10.240 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:10.240 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:10.240 [pool-88-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:10.240 [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...
13:22:10.240 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:10.240 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608128109) of file:///tmp/hawkSvnRepo17314196265243837424
13:22:10.240 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:10.240 [pool-88-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 134 ms
13:22:10.244 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:22:10.244 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo17314196265243837424:org.eclipse.hawk.svn.SvnManager:false
13:22:10.246 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:10.246 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:22:10.382 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:22:10.382 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15635202682924068554/test_after[LevelDB GreyCat]
13:22:10.384 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:22:11.372 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:22:11.374 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:11.374 [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
13:22:11.374 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:11.374 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:11.377 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:22:11.377 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:22:11.377 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:22:11.378 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:22:11.378 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:22:11.378 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:11.378 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:11.378 [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
13:22:11.414 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:11.414 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:11.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
13:22:11.419 [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
13:22:11.419 [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
13:22:11.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
13:22:11.419 [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
13:22:11.419 [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
13:22:11.421 [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
13:22:11.421 [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
13:22:11.421 [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
13:22:11.421 [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
13:22:11.421 [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
13:22:11.421 [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
13:22:11.422 [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
13:22:11.422 [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
13:22:11.422 [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
13:22:11.422 [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
13:22:11.422 [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
13:22:11.422 [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
13:22:11.422 [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
13:22:11.423 [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
13:22:11.423 [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
13:22:11.423 [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
13:22:11.423 [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
13:22:11.423 [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
13:22:11.423 [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
13:22:11.423 [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
13:22:11.423 [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
13:22:11.423 [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
13:22:11.424 [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
13:22:11.425 [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
13:22:11.425 [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
13:22:11.425 [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
13:22:11.425 [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[]
13:22:11.429 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:22:11.429 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:22:11.429 [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
13:22:11.432 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:11.432 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:11.435 [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
13:22:11.435 [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
13:22:11.435 [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
13:22:11.435 [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[]
13:22:11.435 [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
13:22:11.435 [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
13:22:11.435 [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
13:22:11.435 [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
13:22:11.435 [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
13:22:11.435 [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
13:22:11.435 [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
13:22:11.435 [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
13:22:11.435 [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
13:22:11.435 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.436 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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[]
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.437 [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
13:22:11.440 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:22:11.440 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo10598289436219974658
13:22:19.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10598289436219974658:org.eclipse.hawk.svn.SvnManager:false
13:22:19.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:19.106 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:19.115 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:19.115 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:19.115 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:19.115 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:19.115 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:19.117 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:19.117 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:22:19.117 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:19.117 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:19.119 [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...
13:22:19.119 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
13:22:19.121 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608130398) of file:///tmp/hawkSvnRepo10598289436219974658
13:22:19.121 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:19.125 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:19.125 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:19.132 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:19.136 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:19.136 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:22:19.136 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:22:19.141 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:22:19.141 [pool-90-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:22:19.141 [pool-90-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:22:19.141 [pool-90-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:19.141 [pool-90-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:19.144 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:22:19.145 [pool-90-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:22:19.148 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:22:19.148 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:22:19.148 [pool-90-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:22:19.148 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:22:19.148 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:19.148 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:19.148 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:19.148 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:19.148 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:19.148 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:19.148 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:19.148 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:19.148 [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...
13:22:19.149 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:22:19.149 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608131515) of file:///tmp/hawkSvnRepo10598289436219974658
13:22:19.149 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:19.151 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:19.151 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:19.217 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:19.217 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:19.218 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:22:19.218 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:22:19.218 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:19.218 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:19.218 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:19.226 [pool-90-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...13:22:19.226 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:19.226 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:19.227 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:19.227 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:19.227 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:19.227 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:19.227 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:19.227 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:19.227 [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...
13:22:19.227 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:19.227 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608133108) of file:///tmp/hawkSvnRepo10598289436219974658
13:22:19.227 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:19.229 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:19.229 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:19.237 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:19.237 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:19.237 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:22:19.238 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:22:19.238 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:19.238 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:19.238 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:19.239 [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...13:22:19.239 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:19.239 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:19.239 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:19.239 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:19.239 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:19.239 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:19.239 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:19.239 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:19.239 [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...
13:22:19.239 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:22:19.240 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608135109) of file:///tmp/hawkSvnRepo10598289436219974658
13:22:19.240 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:19.242 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:19.242 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:19.248 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:19.248 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:19.249 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:22:19.249 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
13:22:19.249 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:19.249 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:19.249 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:19.250 [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...13:22:19.250 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:22:19.251 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:22:19.251 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:19.251 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:19.251 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:19.251 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:19.251 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:19.251 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:19.251 [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...
13:22:19.251 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:19.251 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608137113) of file:///tmp/hawkSvnRepo10598289436219974658
13:22:19.251 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:19.251 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 145 ms
13:22:21.100 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:21.101 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:21.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:21.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:21.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:21.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:21.102 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:21.102 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:21.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:21.102 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:21.102 [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...
13:22:21.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:21.102 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608137113) of file:///tmp/hawkSvnRepo10598289436219974658
13:22:21.103 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:21.104 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:21.104 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:21.111 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:21.111 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:21.111 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store
13:22:21.111 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5
13:22:21.111 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:21.111 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:21.111 [pool-90-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:21.113 [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...13:22:21.113 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:21.113 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:21.113 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:21.113 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:21.113 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:21.113 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:21.113 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:21.113 [pool-90-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:21.113 [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...
13:22:21.113 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:21.113 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654608139118) of file:///tmp/hawkSvnRepo10598289436219974658
13:22:21.114 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:21.114 [pool-90-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 14 ms
13:22:21.120 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:22:21.120 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10598289436219974658:org.eclipse.hawk.svn.SvnManager:false
13:22:21.122 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:21.122 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:22:21.187 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:22:21.188 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17741530169990419663/test_until[LevelDB GreyCat]
13:22:21.189 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:22:22.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:22:22.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:22.364 [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
13:22:22.364 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:22.364 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:22.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:22:22.367 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:22:22.367 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:22:22.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:22:22.368 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:22:22.368 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:22.368 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:22.368 [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
13:22:22.416 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:22.416 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:22.421 [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
13:22:22.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
13:22:22.421 [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
13:22:22.423 [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
13:22:22.424 [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
13:22:22.424 [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
13:22:22.425 [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
13:22:22.426 [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
13:22:22.427 [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
13:22:22.427 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:22:22.427 [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
13:22:22.427 [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
13:22:22.427 [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
13:22:22.427 [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
13:22:22.427 [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
13:22:22.428 [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
13:22:22.429 [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
13:22:22.429 [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
13:22:22.430 [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
13:22:22.430 [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
13:22:22.430 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:22:22.430 [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
13:22:22.430 [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
13:22:22.430 [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
13:22:22.430 [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
13:22:22.431 [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
13:22:22.432 [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
13:22:22.432 [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
13:22:22.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
13:22:22.432 [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
13:22:22.432 [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
13:22:22.432 [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[]
13:22:22.433 [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
13:22:22.436 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:22:22.436 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:22:22.436 [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
13:22:22.439 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:22.439 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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[]
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.442 [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
13:22:22.443 [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
13:22:22.443 [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
13:22:22.444 [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
13:22:22.444 [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
13:22:22.444 [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
13:22:22.444 [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
13:22:22.444 [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
13:22:22.444 [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
13:22:22.444 [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
13:22:22.444 [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
13:22:22.444 [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
13:22:22.444 [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
13:22:22.444 [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
13:22:22.444 [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
13:22:22.444 [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
13:22:22.445 [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
13:22:22.445 [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[]
13:22:22.445 [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
13:22:22.445 [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
13:22:22.445 [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
13:22:22.445 [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
13:22:22.445 [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
13:22:22.445 [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
13:22:22.448 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:22:22.448 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo13832235492512091806
13:22:30.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo13832235492512091806:org.eclipse.hawk.svn.SvnManager:false
13:22:30.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:30.106 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:30.116 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:30.116 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:30.116 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:30.116 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:30.116 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:30.118 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:30.118 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:22:30.118 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:30.118 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:30.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...
13:22:30.120 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
13:22:30.123 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608141201) of file:///tmp/hawkSvnRepo13832235492512091806
13:22:30.123 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:30.127 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:30.127 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:30.134 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:30.139 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:30.139 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:22:30.139 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:22:30.144 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:22:30.144 [pool-92-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:22:30.145 [pool-92-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:22:30.145 [pool-92-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:30.145 [pool-92-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:30.148 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:22:30.149 [pool-92-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:22:30.152 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:22:30.153 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:22:30.153 [pool-92-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:22:30.153 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s19ms [pure insertion]
marking any relevant derived attributes for update...13:22:30.153 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:30.153 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:30.153 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:30.153 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:30.153 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:30.153 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:30.153 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:30.153 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:30.153 [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...
13:22:30.153 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:30.153 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608142519) of file:///tmp/hawkSvnRepo13832235492512091806
13:22:30.154 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:30.156 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:30.156 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:30.218 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:30.218 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:30.218 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:22:30.219 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:22:30.219 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:30.219 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:30.219 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:30.226 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:22:30.226 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:30.226 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:30.226 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:30.226 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:30.226 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:30.226 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:30.226 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:30.226 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:30.226 [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...
13:22:30.226 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:22:30.227 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608144129) of file:///tmp/hawkSvnRepo13832235492512091806
13:22:30.227 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:30.229 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:30.229 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:30.235 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:30.235 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:30.236 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:22:30.236 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:22:30.236 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:30.236 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:30.236 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:30.237 [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...13:22:30.238 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:30.238 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:30.238 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:30.238 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:30.238 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:30.238 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:30.238 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:30.238 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:30.238 [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...
13:22:30.238 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:30.238 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608146113) of file:///tmp/hawkSvnRepo13832235492512091806
13:22:30.239 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:30.240 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:30.240 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:30.247 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:30.247 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:30.247 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:22:30.248 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
13:22:30.248 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:30.248 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:30.248 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:30.249 [pool-92-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...13:22:30.249 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:30.249 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:30.249 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:30.249 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:30.249 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:30.249 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:30.249 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:30.249 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:30.249 [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...
13:22:30.249 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:22:30.250 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608148110) of file:///tmp/hawkSvnRepo13832235492512091806
13:22:30.250 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:30.250 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 144 ms
13:22:32.101 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:32.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:32.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:32.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:32.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:32.103 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:32.104 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:32.104 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:22:32.104 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:32.104 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:32.104 [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...
13:22:32.104 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:22:32.104 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608148110) of file:///tmp/hawkSvnRepo13832235492512091806
13:22:32.104 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:32.106 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:32.106 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:32.113 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:32.113 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:32.113 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store
13:22:32.114 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 0.5
13:22:32.114 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:32.114 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:32.114 [pool-92-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:32.116 [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...13:22:32.116 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:32.116 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:32.117 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:32.117 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:32.117 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:32.117 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:32.117 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:32.117 [pool-92-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:32.117 [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...
13:22:32.117 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:32.117 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654608150120) of file:///tmp/hawkSvnRepo13832235492512091806
13:22:32.117 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:32.118 [pool-92-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 16 ms
13:22:32.130 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:22:32.130 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo13832235492512091806:org.eclipse.hawk.svn.SvnManager:false
13:22:32.131 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:32.131 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:22:32.296 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:22:32.296 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3735938313570278656/test_whenPoints[LevelDB GreyCat]
13:22:32.298 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:22:33.415 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:22:33.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:33.417 [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
13:22:33.417 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:33.417 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:33.420 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:22:33.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:22:33.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:22:33.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:22:33.421 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:33.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:22:33.421 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:33.422 [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
13:22:33.426 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:33.426 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:33.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
13:22:33.431 [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
13:22:33.431 [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
13:22:33.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
13:22:33.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
13:22:33.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
13:22:33.431 [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
13:22:33.431 [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
13:22:33.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
13:22:33.432 [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
13:22:33.432 [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
13:22:33.432 [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[]
13:22:33.432 [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
13:22:33.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
13:22:33.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
13:22:33.433 [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
13:22:33.433 [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
13:22:33.433 [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
13:22:33.434 [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
13:22:33.434 [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
13:22:33.434 [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
13:22:33.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
13:22:33.435 [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
13:22:33.437 [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
13:22:33.437 [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
13:22:33.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
13:22:33.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
13:22:33.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
13:22:33.437 [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
13:22:33.437 [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
13:22:33.437 [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
13:22:33.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
13:22:33.437 [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
13:22:33.441 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:22:33.441 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:22:33.441 [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
13:22:33.443 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:33.443 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:33.513 [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
13:22:33.513 [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
13:22:33.513 [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
13:22:33.513 [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
13:22:33.513 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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[]
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.514 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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[]
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.515 [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
13:22:33.518 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:22:33.518 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo15265489399451645880
13:22:41.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15265489399451645880:org.eclipse.hawk.svn.SvnManager:false
13:22:41.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:41.105 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:41.114 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:41.114 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:41.114 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:41.114 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:41.114 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:41.116 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:41.116 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:22:41.116 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:41.116 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:41.117 [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...
13:22:41.117 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:22:41.119 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608152310) of file:///tmp/hawkSvnRepo15265489399451645880
13:22:41.120 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:41.122 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:41.122 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:41.129 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:41.133 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:41.133 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:22:41.133 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:22:41.138 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:22:41.138 [pool-94-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:22:41.138 [pool-94-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:22:41.138 [pool-94-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:41.138 [pool-94-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:41.141 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:22:41.142 [pool-94-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:22:41.144 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:22:41.144 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:22:41.145 [pool-94-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:22:41.145 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:22:41.145 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:41.145 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:41.145 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:41.145 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:41.145 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:41.145 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:41.145 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:41.145 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:41.145 [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...
13:22:41.145 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:41.145 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608153534) of file:///tmp/hawkSvnRepo15265489399451645880
13:22:41.145 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:41.147 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:41.147 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:41.153 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:41.153 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:41.153 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:22:41.154 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:22:41.154 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:41.154 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:41.154 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:41.216 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s63ms [pure insertion]
marking any relevant derived attributes for update...13:22:41.216 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:41.216 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:41.216 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:41.216 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:41.216 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:41.216 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:41.216 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:41.216 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:41.216 [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...
13:22:41.216 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:41.216 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608155112) of file:///tmp/hawkSvnRepo15265489399451645880
13:22:41.216 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:41.218 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:41.218 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:41.224 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:41.224 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:41.224 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:22:41.224 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:22:41.224 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:41.224 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:41.224 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:41.225 [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...13:22:41.226 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:41.226 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:41.226 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:41.226 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:41.226 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:41.226 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:41.226 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:41.226 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:41.226 [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...
13:22:41.226 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:41.226 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608157109) of file:///tmp/hawkSvnRepo15265489399451645880
13:22:41.226 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:41.228 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:41.228 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:41.233 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:41.233 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:41.234 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:22:41.234 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
13:22:41.234 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:41.234 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:41.234 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:41.235 [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...13:22:41.235 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:41.235 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:41.235 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:41.235 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:41.235 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:41.235 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:41.235 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:41.235 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:41.235 [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...
13:22:41.235 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:22:41.236 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608159110) of file:///tmp/hawkSvnRepo15265489399451645880
13:22:41.236 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:41.236 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 131 ms
13:22:43.100 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:43.101 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:43.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:43.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:43.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:43.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:43.102 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:43.102 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:43.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:43.102 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:43.102 [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...
13:22:43.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:43.102 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608159110) of file:///tmp/hawkSvnRepo15265489399451645880
13:22:43.103 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:43.104 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:43.104 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:43.110 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:43.110 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:43.111 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 4 (4) nodes in store
13:22:43.111 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.25
13:22:43.111 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:43.111 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:43.111 [pool-94-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:43.112 [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...13:22:43.112 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:43.112 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:43.112 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:43.112 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:43.112 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:43.112 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:43.112 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:43.112 [pool-94-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:43.112 [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...
13:22:43.112 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:43.112 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 5 (timepoint 1654608161116) of file:///tmp/hawkSvnRepo15265489399451645880
13:22:43.112 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:43.112 [pool-94-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 12 ms
Label at 1654608161116: SomethingElse
13:22:43.132 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:22:43.132 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15265489399451645880:org.eclipse.hawk.svn.SvnManager:false
13:22:43.133 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:43.133 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:22:43.275 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:22:43.276 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9380048992045629841/test_onceFalse[LevelDB GreyCat]
13:22:43.277 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:22:44.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:22:44.365 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:44.365 [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
13:22:44.366 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:44.366 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:44.369 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:22:44.369 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:22:44.369 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:22:44.369 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:22:44.369 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:22:44.369 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:44.370 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:44.370 [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
13:22:44.374 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:44.374 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:44.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:22:44.416 [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
13:22:44.416 [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
13:22:44.417 [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
13:22:44.417 [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
13:22:44.417 [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
13:22:44.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
13:22:44.417 [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
13:22:44.417 [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
13:22:44.417 [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
13:22:44.417 [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
13:22:44.418 [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
13:22:44.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
13:22:44.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
13:22:44.419 [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
13:22:44.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[]
13:22:44.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
13:22:44.419 [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
13:22:44.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
13:22:44.419 [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
13:22:44.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
13:22:44.420 [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
13:22:44.420 [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
13:22:44.420 [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
13:22:44.420 [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
13:22:44.420 [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
13:22:44.420 [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
13:22:44.420 [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
13:22:44.420 [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
13:22:44.420 [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
13:22:44.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
13:22:44.421 [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
13:22:44.421 [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
13:22:44.424 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:22:44.424 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:22:44.424 [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
13:22:44.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:44.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:44.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
13:22:44.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
13:22:44.430 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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[]
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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[]
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.431 [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
13:22:44.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:22:44.434 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo14978101496712411880
13:22:52.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo14978101496712411880:org.eclipse.hawk.svn.SvnManager:false
13:22:52.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:52.110 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:52.117 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:52.117 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:52.117 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:52.118 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:52.118 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:52.119 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:52.119 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:22:52.119 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:52.119 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:52.121 [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...
13:22:52.121 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:22:52.123 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608163291) of file:///tmp/hawkSvnRepo14978101496712411880
13:22:52.123 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:52.126 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:52.126 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:52.133 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:52.137 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:52.137 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:22:52.137 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:22:52.141 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:22:52.141 [pool-96-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:22:52.141 [pool-96-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:22:52.141 [pool-96-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:52.141 [pool-96-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:52.144 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:22:52.145 [pool-96-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:22:52.148 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:22:52.148 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:22:52.148 [pool-96-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:22:52.148 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:22:52.148 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:52.148 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:52.148 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:52.148 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:52.148 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:52.148 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:52.149 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:52.149 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:52.149 [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...
13:22:52.149 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:22:52.149 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608164449) of file:///tmp/hawkSvnRepo14978101496712411880
13:22:52.149 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:52.151 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:52.151 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:52.157 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:52.157 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:52.157 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:22:52.157 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:22:52.157 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:52.157 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:52.157 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:52.216 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s59ms [pure insertion]
marking any relevant derived attributes for update...13:22:52.216 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:52.216 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:52.216 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:52.216 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:52.216 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:52.216 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:52.216 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:52.216 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:52.216 [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...
13:22:52.216 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:52.216 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608166109) of file:///tmp/hawkSvnRepo14978101496712411880
13:22:52.217 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:52.218 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:52.218 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:52.224 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:52.224 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:52.225 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:22:52.225 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:22:52.225 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:52.225 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:52.225 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:52.226 [pool-96-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...13:22:52.226 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:52.226 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:52.226 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:52.226 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:52.226 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:52.226 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:52.226 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:52.226 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:52.226 [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...
13:22:52.226 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:52.226 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608168108) of file:///tmp/hawkSvnRepo14978101496712411880
13:22:52.227 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:22:52.228 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:22:52.228 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:22:52.234 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:22:52.234 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:22:52.234 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:22:52.235 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
13:22:52.235 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:22:52.235 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:22:52.235 [pool-96-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:22:52.236 [pool-96-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...13:22:52.236 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:22:52.236 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:22:52.236 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:22:52.236 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:22:52.236 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:22:52.236 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:22:52.236 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:22:52.236 [pool-96-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:22:52.236 [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...
13:22:52.236 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:22:52.236 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608170108) of file:///tmp/hawkSvnRepo14978101496712411880
13:22:52.236 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:52.237 [pool-96-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 126 ms
13:22:52.238 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:22:52.239 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo14978101496712411880:org.eclipse.hawk.svn.SvnManager:false
13:22:52.240 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:52.240 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:22:52.323 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:22:52.324 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15856745337251743016/test_followReferences[LevelDB GreyCat]
13:22:52.325 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:22:53.359 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:22:53.360 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:22:53.360 [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
13:22:53.360 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:53.360 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:53.363 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:22:53.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:22:53.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:22:53.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:22:53.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:22:53.364 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:22:53.365 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:22:53.365 [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
13:22:53.414 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:53.414 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:53.418 [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
13:22:53.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
13:22:53.420 [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
13:22:53.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
13:22:53.420 [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
13:22:53.420 [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
13:22:53.421 [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
13:22:53.421 [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
13:22:53.421 [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
13:22:53.421 [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
13:22:53.421 [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
13:22:53.422 [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
13:22:53.422 [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
13:22:53.422 [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
13:22:53.422 [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
13:22:53.422 [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
13:22:53.422 [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
13:22:53.422 [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
13:22:53.423 [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
13:22:53.423 [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
13:22:53.423 [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
13:22:53.423 [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
13:22:53.423 [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
13:22:53.423 [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
13:22:53.423 [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
13:22:53.423 [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[]
13:22:53.424 [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
13:22:53.424 [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
13:22:53.424 [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
13:22:53.425 [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
13:22:53.425 [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
13:22:53.425 [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
13:22:53.425 [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
13:22:53.428 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:22:53.428 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:22:53.428 [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
13:22:53.430 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:22:53.430 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:22:53.433 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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[]
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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[]
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.434 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.435 [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
13:22:53.437 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:22:53.437 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo7353807657969013020
13:23:01.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7353807657969013020:org.eclipse.hawk.svn.SvnManager:false
13:23:01.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:01.106 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:01.115 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:01.115 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:01.115 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:01.115 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:01.115 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:01.117 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:01.117 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:23:01.117 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:01.117 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:01.118 [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...
13:23:01.118 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:23:01.120 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608172337) of file:///tmp/hawkSvnRepo7353807657969013020
13:23:01.121 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:01.124 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:01.124 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:01.131 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:01.134 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:01.135 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:23:01.135 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:23:01.139 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:23:01.139 [pool-98-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:23:01.139 [pool-98-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:23:01.139 [pool-98-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:01.139 [pool-98-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:01.142 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:23:01.143 [pool-98-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:23:01.146 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:23:01.146 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:23:01.146 [pool-98-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:23:01.146 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:23:01.146 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:01.146 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:01.147 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:01.147 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:01.147 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:01.147 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:01.147 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:01.147 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:01.147 [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...
13:23:01.147 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:23:01.147 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608173453) of file:///tmp/hawkSvnRepo7353807657969013020
13:23:01.147 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:01.149 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:01.149 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:01.213 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:01.213 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:01.213 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:23:01.214 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:23:01.214 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:01.214 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:01.214 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:01.220 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:23:01.220 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:01.220 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:01.220 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:01.220 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:01.220 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:01.220 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:01.220 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:01.220 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:01.220 [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...
13:23:01.220 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:23:01.220 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608175113) of file:///tmp/hawkSvnRepo7353807657969013020
13:23:01.221 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:01.222 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:01.222 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:01.228 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:01.228 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:01.229 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:23:01.229 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:23:01.229 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:01.229 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:01.229 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:01.230 [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...13:23:01.230 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:01.230 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:01.230 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:01.230 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:01.230 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:01.230 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:01.230 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:01.230 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:01.230 [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...
13:23:01.230 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:23:01.231 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608177109) of file:///tmp/hawkSvnRepo7353807657969013020
13:23:01.231 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:01.233 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:01.233 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:01.239 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:01.239 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:01.239 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:23:01.239 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
13:23:01.239 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:01.239 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:01.239 [pool-98-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:01.241 [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...13:23:01.241 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:01.241 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:01.241 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:01.241 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:01.241 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:01.241 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:01.241 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:01.241 [pool-98-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:01.241 [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...
13:23:01.241 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:23:01.241 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608179109) of file:///tmp/hawkSvnRepo7353807657969013020
13:23:01.241 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:23:01.241 [pool-98-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 135 ms
13:23:01.245 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:23:01.245 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo7353807657969013020:org.eclipse.hawk.svn.SvnManager:false
13:23:01.247 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:01.247 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:23:01.414 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:23:01.414 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10854498211012486359/test_untilThen[LevelDB GreyCat]
13:23:01.416 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:23:02.346 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:23:02.348 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:02.348 [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
13:23:02.348 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:02.348 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:02.351 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:23:02.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:23:02.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:23:02.351 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:23:02.352 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:23:02.352 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:02.352 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:23:02.352 [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
13:23:02.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:02.356 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:02.414 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:23:02.414 [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
13:23:02.415 [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
13:23:02.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
13:23:02.415 [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
13:23:02.415 [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
13:23:02.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
13:23:02.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
13:23:02.416 [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
13:23:02.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
13:23:02.416 [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
13:23:02.417 [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
13:23:02.417 [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
13:23:02.417 [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
13:23:02.417 [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
13:23:02.417 [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
13:23:02.417 [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
13:23:02.417 [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
13:23:02.417 [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
13:23:02.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
13:23:02.417 [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
13:23:02.418 [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[]
13:23:02.419 [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
13:23:02.419 [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
13:23:02.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
13:23:02.420 [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
13:23:02.420 [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
13:23:02.420 [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
13:23:02.420 [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
13:23:02.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
13:23:02.420 [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
13:23:02.420 [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
13:23:02.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
13:23:02.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:23:02.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:23:02.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
13:23:02.425 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:02.425 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:02.428 [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
13:23:02.429 [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
13:23:02.429 [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
13:23:02.429 [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
13:23:02.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
13:23:02.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
13:23:02.429 [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
13:23:02.429 [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
13:23:02.429 [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
13:23:02.429 [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
13:23:02.429 [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
13:23:02.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
13:23:02.429 [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
13:23:02.429 [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
13:23:02.429 [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
13:23:02.429 [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
13:23:02.429 [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
13:23:02.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
13:23:02.429 [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
13:23:02.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
13:23:02.429 [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
13:23:02.429 [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
13:23:02.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
13:23:02.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[]
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.430 [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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.430 [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
13:23:02.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
13:23:02.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
13:23:02.430 [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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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
13:23:02.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[]
13:23:02.430 [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
13:23:02.433 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:23:02.433 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo12300888244604719898
13:23:10.105 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo12300888244604719898:org.eclipse.hawk.svn.SvnManager:false
13:23:10.111 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:10.111 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:10.118 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:10.119 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:10.119 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:10.119 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:10.119 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:10.120 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:10.120 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:23:10.120 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:10.120 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:10.122 [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...
13:23:10.122 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
13:23:10.123 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608181428) of file:///tmp/hawkSvnRepo12300888244604719898
13:23:10.124 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:10.126 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:10.126 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:10.133 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:10.137 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:10.137 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:23:10.137 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:23:10.141 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:23:10.142 [pool-100-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:23:10.142 [pool-100-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:23:10.142 [pool-100-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:10.142 [pool-100-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:10.145 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:23:10.146 [pool-100-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:23:10.148 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:23:10.148 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:23:10.149 [pool-100-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:23:10.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:23:10.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:10.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:10.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:10.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:10.149 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:10.149 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:10.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:10.149 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:10.149 [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...
13:23:10.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:23:10.149 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608182448) of file:///tmp/hawkSvnRepo12300888244604719898
13:23:10.150 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:10.151 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:10.151 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:10.216 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:10.216 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:10.216 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:23:10.216 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:23:10.216 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:10.217 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:10.217 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:10.223 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:23:10.223 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:10.223 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:10.223 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:10.223 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:10.223 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:10.223 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:10.223 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:10.223 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:10.223 [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...
13:23:10.223 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:23:10.223 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608184112) of file:///tmp/hawkSvnRepo12300888244604719898
13:23:10.223 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:10.225 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:10.225 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:10.232 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:10.232 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:10.232 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:23:10.233 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:23:10.233 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:10.233 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:10.233 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:10.234 [pool-100-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...13:23:10.235 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:10.235 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:10.235 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:10.235 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:10.235 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:10.235 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:10.235 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:10.235 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:10.235 [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...
13:23:10.235 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:23:10.235 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608186109) of file:///tmp/hawkSvnRepo12300888244604719898
13:23:10.236 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:10.238 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:10.238 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:10.244 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:10.244 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:10.244 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:23:10.245 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
13:23:10.245 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:10.245 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:10.245 [pool-100-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:10.246 [pool-100-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...13:23:10.246 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:10.246 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:10.246 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:10.246 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:10.246 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:10.246 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:10.246 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:10.246 [pool-100-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:10.247 [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...
13:23:10.247 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:23:10.247 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608188111) of file:///tmp/hawkSvnRepo12300888244604719898
13:23:10.247 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:23:10.247 [pool-100-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 136 ms
13:23:10.313 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:23:10.313 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo12300888244604719898:org.eclipse.hawk.svn.SvnManager:false
13:23:10.315 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:10.315 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:23:10.449 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:23:10.449 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10737090722593093236/test_beforeThen[LevelDB GreyCat]
13:23:10.451 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:23:11.345 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:23:11.346 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:11.346 [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
13:23:11.346 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:11.346 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:11.349 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:23:11.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:23:11.349 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:23:11.350 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:23:11.350 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:23:11.350 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:11.351 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:23:11.351 [pool-102-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
13:23:11.354 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:11.354 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:11.358 [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
13:23:11.358 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:23:11.358 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:23:11.358 [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
13:23:11.358 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:23:11.412 [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
13:23:11.412 [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
13:23:11.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:23:11.414 [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
13:23:11.414 [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
13:23:11.415 [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
13:23:11.415 [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
13:23:11.415 [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
13:23:11.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[]
13:23:11.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
13:23:11.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
13:23:11.415 [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
13:23:11.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
13:23:11.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
13:23:11.416 [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
13:23:11.417 [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
13:23:11.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
13:23:11.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
13:23:11.417 [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
13:23:11.417 [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
13:23:11.417 [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
13:23:11.417 [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
13:23:11.417 [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
13:23:11.417 [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
13:23:11.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
13:23:11.417 [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
13:23:11.417 [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
13:23:11.417 [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
13:23:11.421 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:23:11.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:23:11.421 [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
13:23:11.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:11.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:11.426 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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[]
13:23:11.427 [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[]
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.427 [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
13:23:11.428 [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
13:23:11.428 [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
13:23:11.428 [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
13:23:11.428 [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
13:23:11.428 [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
13:23:11.428 [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
13:23:11.428 [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
13:23:11.428 [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
13:23:11.428 [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
13:23:11.428 [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
13:23:11.428 [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
13:23:11.428 [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
13:23:11.430 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:23:11.430 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo2276172338919039661
13:23:15.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo2276172338919039661:org.eclipse.hawk.svn.SvnManager:false
13:23:15.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:15.109 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:15.116 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:15.116 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:15.116 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:15.116 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:15.116 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:15.118 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:15.118 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:23:15.118 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:15.118 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:15.119 [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...
13:23:15.119 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:23:15.121 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608190462) of file:///tmp/hawkSvnRepo2276172338919039661
13:23:15.121 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:15.124 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:15.124 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:15.130 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:23:15.134 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:15.134 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:23:15.134 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:23:15.138 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:23:15.138 [pool-102-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:23:15.138 [pool-102-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:23:15.138 [pool-102-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:15.138 [pool-102-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:15.141 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:23:15.142 [pool-102-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:23:15.145 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:23:15.145 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:23:15.145 [pool-102-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:23:15.145 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:23:15.145 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:15.145 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:15.145 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:15.145 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:15.145 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:15.145 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:15.145 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:15.145 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:15.145 [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...
13:23:15.145 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:23:15.146 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608191445) of file:///tmp/hawkSvnRepo2276172338919039661
13:23:15.146 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:15.146 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:15.146 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
13:23:15.146 [pool-102-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
13:23:15.152 [pool-102-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s
13:23:15.153 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
13:23:15.153 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:15.153 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:15.153 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:15.153 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:15.153 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:15.153 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:15.153 [pool-102-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:15.153 [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...
13:23:15.153 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:23:15.153 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608193137) of file:///tmp/hawkSvnRepo2276172338919039661
13:23:15.153 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:23:15.153 [pool-102-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 44 ms
13:23:15.155 [pool-102-thread-1] INFO  o.e.h.t.q.TimelineEOLQueryEngine - Ran 0/3 instants
13:23:15.212 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:23:15.212 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo2276172338919039661:org.eclipse.hawk.svn.SvnManager:false
13:23:15.214 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:15.214 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:23:15.328 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:23:15.328 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17969953599023193340/test_countInstancesTimeline[LevelDB GreyCat]
13:23:15.330 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:23:16.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:23:16.414 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:16.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
13:23:16.414 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:16.414 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:16.417 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:23:16.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:23:16.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:23:16.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:23:16.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:23:16.417 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:16.418 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:23:16.418 [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
13:23:16.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:16.422 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:16.426 [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
13:23:16.427 [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
13:23:16.427 [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
13:23:16.427 [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
13:23:16.427 [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
13:23:16.427 [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
13:23:16.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
13:23:16.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
13:23:16.428 [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
13:23:16.428 [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
13:23:16.428 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:23:16.428 [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
13:23:16.428 [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
13:23:16.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
13:23:16.429 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:23:16.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
13:23:16.429 [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
13:23:16.429 [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
13:23:16.429 [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
13:23:16.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
13:23:16.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
13:23:16.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
13:23:16.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
13:23:16.430 [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
13:23:16.431 [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
13:23:16.431 [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
13:23:16.431 [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
13:23:16.431 [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
13:23:16.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
13:23:16.431 [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[]
13:23:16.431 [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
13:23:16.431 [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
13:23:16.431 [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
13:23:16.435 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:23:16.435 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:23:16.435 [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
13:23:16.437 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:16.437 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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[]
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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[]
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.440 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.441 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.442 [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
13:23:16.444 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:23:16.444 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo2138109306814439198
13:23:24.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo2138109306814439198:org.eclipse.hawk.svn.SvnManager:false
13:23:24.106 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:24.106 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:24.113 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:24.113 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:24.113 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:24.113 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:24.113 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:24.114 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:24.115 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:23:24.115 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:24.115 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:24.116 [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...
13:23:24.116 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:23:24.118 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608195341) of file:///tmp/hawkSvnRepo2138109306814439198
13:23:24.118 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:24.120 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:24.120 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:24.128 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:24.132 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:24.132 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:23:24.132 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:23:24.137 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:23:24.137 [pool-104-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:23:24.137 [pool-104-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:23:24.137 [pool-104-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:24.137 [pool-104-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:24.140 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:23:24.141 [pool-104-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:23:24.144 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:23:24.144 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:23:24.144 [pool-104-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:23:24.144 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:23:24.144 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:24.144 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:24.144 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:24.144 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:24.144 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:24.144 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:24.144 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:24.144 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:24.144 [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...
13:23:24.144 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:23:24.145 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608196516) of file:///tmp/hawkSvnRepo2138109306814439198
13:23:24.145 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:24.147 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:24.147 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:24.153 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:24.153 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:24.153 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:23:24.154 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:23:24.154 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:24.154 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:24.154 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:24.213 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s60ms [pure insertion]
marking any relevant derived attributes for update...13:23:24.213 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:24.213 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:24.213 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:24.213 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:24.213 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:24.213 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:24.213 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:24.213 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:24.213 [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...
13:23:24.213 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:23:24.214 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608198112) of file:///tmp/hawkSvnRepo2138109306814439198
13:23:24.214 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:24.215 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:24.215 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:24.221 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:24.221 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:24.222 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:23:24.222 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:23:24.222 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:24.222 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:24.222 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:24.223 [pool-104-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...13:23:24.223 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:24.223 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:24.223 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:24.223 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:24.223 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:24.223 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:24.223 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:24.223 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:24.223 [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...
13:23:24.223 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:23:24.223 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608200109) of file:///tmp/hawkSvnRepo2138109306814439198
13:23:24.224 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:24.225 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:24.225 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:24.231 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:24.231 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:24.232 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:23:24.232 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
13:23:24.232 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:24.232 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:24.232 [pool-104-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:24.233 [pool-104-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...13:23:24.233 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:24.233 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:24.233 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:24.233 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:24.233 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:24.233 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:24.233 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:24.233 [pool-104-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:24.233 [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...
13:23:24.233 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:23:24.233 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608202110) of file:///tmp/hawkSvnRepo2138109306814439198
13:23:24.234 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:23:24.234 [pool-104-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 128 ms
13:23:24.240 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:23:24.240 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo2138109306814439198:org.eclipse.hawk.svn.SvnManager:false
13:23:24.242 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:24.242 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:23:24.379 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:23:24.380 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5702957043146220385/test_afterThen[LevelDB GreyCat]
13:23:24.381 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:23:25.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:23:25.360 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:25.360 [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
13:23:25.360 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:25.360 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:25.363 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:23:25.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:23:25.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:23:25.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:23:25.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:23:25.364 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:25.365 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:23:25.365 [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
13:23:25.412 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:25.412 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:25.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
13:23:25.417 [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
13:23:25.417 [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
13:23:25.417 [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
13:23:25.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
13:23:25.418 [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
13:23:25.418 [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
13:23:25.418 [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
13:23:25.418 [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
13:23:25.418 [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
13:23:25.418 [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
13:23:25.418 [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
13:23:25.419 [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
13:23:25.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
13:23:25.419 [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
13:23:25.419 [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
13:23:25.420 [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[]
13:23:25.420 [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
13:23:25.420 [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
13:23:25.420 [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
13:23:25.420 [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
13:23:25.420 [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
13:23:25.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
13:23:25.420 [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
13:23:25.420 [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
13:23:25.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
13:23:25.420 [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
13:23:25.421 [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
13:23:25.421 [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
13:23:25.421 [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
13:23:25.421 [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
13:23:25.421 [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
13:23:25.421 [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
13:23:25.425 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:23:25.425 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:23:25.425 [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
13:23:25.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:25.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:25.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
13:23:25.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
13:23:25.430 [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
13:23:25.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
13:23:25.430 [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
13:23:25.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
13:23:25.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
13:23:25.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
13:23:25.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
13:23:25.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
13:23:25.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
13:23:25.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
13:23:25.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
13:23:25.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
13:23:25.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
13:23:25.430 [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
13:23:25.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
13:23:25.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
13:23:25.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[]
13:23:25.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
13:23:25.430 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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[]
13:23:25.431 [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
13:23:25.431 [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
13:23:25.431 [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
13:23:25.434 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:23:25.434 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo9967599440995475047
13:23:29.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo9967599440995475047:org.eclipse.hawk.svn.SvnManager:false
13:23:29.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:29.109 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:29.116 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:29.116 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:29.116 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:29.116 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:29.116 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:29.118 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:29.118 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:23:29.118 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:29.118 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:29.120 [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...
13:23:29.120 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:23:29.121 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608204393) of file:///tmp/hawkSvnRepo9967599440995475047
13:23:29.122 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:29.125 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:29.125 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:29.132 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:23:29.135 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:29.135 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:23:29.136 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:23:29.140 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:23:29.140 [pool-106-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:23:29.140 [pool-106-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:23:29.140 [pool-106-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:29.140 [pool-106-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:29.143 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:23:29.144 [pool-106-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:23:29.146 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:23:29.146 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:23:29.146 [pool-106-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:23:29.146 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:23:29.146 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:29.146 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:29.146 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:29.146 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:29.146 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:29.146 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:29.146 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:29.147 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:29.147 [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...
13:23:29.147 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:23:29.147 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608205453) of file:///tmp/hawkSvnRepo9967599440995475047
13:23:29.147 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:29.147 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:29.147 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /root.xmi...
13:23:29.147 [pool-106-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
13:23:29.154 [pool-106-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s
13:23:29.154 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleted all contents of file: /root.xmi.
13:23:29.154 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:29.154 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:29.154 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:29.154 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:29.154 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:29.154 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:29.154 [pool-106-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:29.154 [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...
13:23:29.154 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:23:29.154 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608207138) of file:///tmp/hawkSvnRepo9967599440995475047
13:23:29.154 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:23:29.154 [pool-106-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 45 ms
13:23:29.160 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:23:29.160 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo9967599440995475047:org.eclipse.hawk.svn.SvnManager:false
13:23:29.161 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:29.161 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:23:29.273 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:23:29.273 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12977928093542757503/test_countInstancesFromModel[LevelDB GreyCat]
13:23:29.275 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:23:30.358 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:23:30.359 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:30.359 [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
13:23:30.359 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:30.359 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:30.362 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:23:30.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:23:30.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:23:30.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:23:30.363 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:23:30.363 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:30.364 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:23:30.364 [pool-108-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
13:23:30.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:30.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:30.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:23:30.413 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:23:30.413 [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
13:23:30.414 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:23:30.414 [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
13:23:30.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
13:23:30.414 [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
13:23:30.414 [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
13:23:30.414 [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
13:23:30.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
13:23:30.415 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:23:30.416 [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
13:23:30.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
13:23:30.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
13:23:30.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
13:23:30.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
13:23:30.417 [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
13:23:30.417 [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
13:23:30.418 [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
13:23:30.418 [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
13:23:30.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
13:23:30.418 [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
13:23:30.418 [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
13:23:30.418 [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
13:23:30.418 [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
13:23:30.418 [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
13:23:30.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
13:23:30.419 [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
13:23:30.419 [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
13:23:30.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
13:23:30.419 [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
13:23:30.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[]
13:23:30.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
13:23:30.423 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:23:30.423 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:23:30.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
13:23:30.425 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:30.425 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:30.428 [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
13:23:30.428 [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[]
13:23:30.428 [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
13:23:30.428 [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
13:23:30.428 [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
13:23:30.428 [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
13:23:30.428 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.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
13:23:30.429 [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
13:23:30.429 [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[]
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.429 [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
13:23:30.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
13:23:30.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
13:23:30.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
13:23:30.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
13:23:30.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
13:23:30.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
13:23:30.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
13:23:30.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
13:23:30.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
13:23:30.430 [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
13:23:30.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
13:23:30.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
13:23:30.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
13:23:30.430 [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
13:23:30.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
13:23:30.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
13:23:30.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
13:23:30.430 [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
13:23:30.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
13:23:30.432 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:23:30.432 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
No username/password recorded for the repository file:///tmp/hawkSvnRepo10435992608700146405
13:23:38.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10435992608700146405:org.eclipse.hawk.svn.SvnManager:false
13:23:38.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:38.109 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:38.116 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:38.116 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:38.116 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:38.117 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:38.117 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:38.118 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:38.118 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:23:38.118 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:38.118 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:38.120 [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...
13:23:38.120 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
13:23:38.121 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608209286) of file:///tmp/hawkSvnRepo10435992608700146405
13:23:38.122 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:38.125 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:38.125 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:38.132 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:38.136 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:38.136 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:23:38.136 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:23:38.140 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:23:38.141 [pool-108-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it
13:23:38.141 [pool-108-thread-1] INFO  o.e.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting
13:23:38.141 [pool-108-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:38.141 [pool-108-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:38.143 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:23:38.144 [pool-108-thread-1] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:23:38.147 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:23:38.147 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:23:38.147 [pool-108-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:23:38.147 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:23:38.147 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:38.147 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:38.147 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:38.147 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:38.147 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:38.147 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:38.147 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:38.147 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:38.148 [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...
13:23:38.148 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:23:38.148 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608210447) of file:///tmp/hawkSvnRepo10435992608700146405
13:23:38.148 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:38.150 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:38.150 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:38.156 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:38.156 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:38.157 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:23:38.157 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:23:38.157 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:38.157 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:38.157 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:38.217 [pool-108-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...13:23:38.217 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:38.217 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:38.217 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:38.217 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:38.217 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:38.217 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:38.217 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:38.217 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:38.217 [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...
13:23:38.217 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:23:38.217 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608212112) of file:///tmp/hawkSvnRepo10435992608700146405
13:23:38.218 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:38.219 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:38.219 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:38.225 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:38.225 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:38.226 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:23:38.226 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:23:38.226 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:38.226 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:38.226 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:38.227 [pool-108-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...13:23:38.227 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:38.227 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:38.227 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:38.227 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:38.227 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:38.227 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:38.227 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:38.227 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:38.227 [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...
13:23:38.227 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:23:38.227 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608214109) of file:///tmp/hawkSvnRepo10435992608700146405
13:23:38.228 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:38.229 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:38.229 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:38.235 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:38.235 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:38.236 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 3 (3) nodes in store
13:23:38.236 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666
13:23:38.236 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:38.236 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:38.236 [pool-108-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:38.237 [pool-108-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...13:23:38.237 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:38.237 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:38.237 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:38.237 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:38.237 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:38.237 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:38.237 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:38.237 [pool-108-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:38.237 [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...
13:23:38.237 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:23:38.238 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 4 (timepoint 1654608216109) of file:///tmp/hawkSvnRepo10435992608700146405
13:23:38.238 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:23:38.238 [pool-108-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 129 ms
13:23:38.251 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:23:38.251 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo10435992608700146405:org.eclipse.hawk.svn.SvnManager:false
13:23:38.253 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:38.253 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:23:38.368 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:23:38.368 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14878260090046660312/test_alwaysTrue[LevelDB GreyCat]
13:23:38.370 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:23:39.362 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:23:39.364 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:39.364 [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
13:23:39.365 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:39.365 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:39.368 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:23:39.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:23:39.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:23:39.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:23:39.412 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:39.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:23:39.413 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:23:39.413 [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
13:23:39.418 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:39.418 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:39.423 [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
13:23:39.423 [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
13:23:39.423 [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
13:23:39.423 [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
13:23:39.424 [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
13:23:39.424 [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
13:23:39.424 [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
13:23:39.424 [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
13:23:39.425 [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[]
13:23:39.426 [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
13:23:39.426 [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
13:23:39.426 [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
13:23:39.427 [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
13:23:39.427 [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
13:23:39.427 [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
13:23:39.427 [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
13:23:39.427 [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
13:23:39.428 [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
13:23:39.428 [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
13:23:39.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
13:23:39.429 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:23:39.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
13:23:39.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
13:23:39.430 [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
13:23:39.430 [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
13:23:39.430 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:23:39.430 [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
13:23:39.430 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:23:39.430 [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
13:23:39.430 [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
13:23:39.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
13:23:39.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
13:23:39.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
13:23:39.437 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:23:39.437 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:23:39.437 [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
13:23:39.440 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:39.440 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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
13:23:39.444 [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[]
13:23:39.444 [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
13:23:39.444 [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
13:23:39.445 [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
13:23:39.445 [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
13:23:39.445 [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
13:23:39.445 [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
13:23:39.445 [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
13:23:39.445 [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
13:23:39.445 [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
13:23:39.445 [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
13:23:39.446 [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
13:23:39.446 [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
13:23:39.446 [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
13:23:39.446 [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
13:23:39.446 [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
13:23:39.446 [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
13:23:39.446 [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
13:23:39.447 [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[]
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.447 [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
13:23:39.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:23:39.450 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:23:39.451 [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
13:23:39.451 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:39.452 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:39.514 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:23:39.516 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:23:39.516 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:23:39.516 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::hasNoChildren...
13:23:39.516 [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;
13:23:39.518 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::hasNoChildren.
No username/password recorded for the repository file:///tmp/hawkSvnRepo15445791382968063668
13:23:45.104 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15445791382968063668:org.eclipse.hawk.svn.SvnManager:false
13:23:45.109 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:45.109 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:45.117 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:45.117 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:45.117 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:45.117 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:45.117 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:45.119 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:45.119 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:23:45.119 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:45.119 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:45.120 [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...
13:23:45.120 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
13:23:45.123 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 0 (timepoint 1654608218381) of file:///tmp/hawkSvnRepo15445791382968063668
13:23:45.124 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:45.126 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:45.126 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:45.134 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:45.139 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:45.139 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:23:45.139 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /m.xmi...
13:23:45.142 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /m.xmi
13:23:45.147 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:23:45.148 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /m.xmi
13:23:45.148 [pool-110-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:23:45.148 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /m.xmi.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:23:45.148 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:45.148 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:45.148 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:45.148 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:45.148 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:45.148 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:45.148 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:45.148 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:45.149 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty;
13:23:45.152 [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)
13:23:45.152 [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...
13:23:45.152 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:23:45.153 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 1 (timepoint 1654608219538) of file:///tmp/hawkSvnRepo15445791382968063668
13:23:45.153 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:45.155 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:45.155 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:45.216 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:45.216 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:45.216 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:23:45.217 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0
13:23:45.217 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:45.217 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:45.217 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:45.226 [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...13:23:45.226 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:45.226 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:45.226 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:45.226 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:45.226 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:45.226 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:45.226 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:45.226 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:45.226 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty;
13:23:45.231 [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)
13:23:45.232 [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...
13:23:45.232 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s6ms [proxy update]
13:23:45.232 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 2 (timepoint 1654608221112) of file:///tmp/hawkSvnRepo15445791382968063668
13:23:45.232 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:45.234 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:45.234 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:45.240 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /m.xmi...
13:23:45.240 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:45.240 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:23:45.240 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0
13:23:45.240 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:23:45.240 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi...
13:23:45.240 [pool-110-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:23:45.246 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /m.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:23:45.246 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:23:45.246 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:23:45.246 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:23:45.246 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:23:45.246 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:23:45.246 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:23:45.246 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:23:45.247 [pool-110-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:23:45.247 [pool-110-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty;
13:23:45.250 [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)
13:23:45.250 [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...
13:23:45.250 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:23:45.251 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
Indexed successfully revision 3 (timepoint 1654608223109) of file:///tmp/hawkSvnRepo15445791382968063668
13:23:45.251 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:23:45.251 [pool-110-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 142 ms
EolSequence [0, 1, 0]
13:23:45.320 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:23:45.320 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/hawkSvnRepo15445791382968063668:org.eclipse.hawk.svn.SvnManager:false
13:23:45.321 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:45.322 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:23:45.453 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:23:45.453 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8258052400031841011/test_whenAnnotated[LevelDB GreyCat]
13:23:45.454 [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: 264.699 s - in org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite
revRefNavDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 12.441 s
untilAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 9.947 s
computedForAllVersions[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 5.212 s
sinceAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 9.418 s
beforeAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 9.863 s
whenComposability[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 10.012 s
afterAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 8.991 s
eContainerDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest)  Time elapsed: 8.757 s
testCounts[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.FileContextTimeAwareEOLQueryEngineTest)  Time elapsed: 6.852 s
defaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest)  Time elapsed: 4.021 s
nonDefaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest)  Time elapsed: 0.885 s
countInstancesModelAll[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 2.992 s
sinceThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.075 s
before[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 10.863 s
commitMessages[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.164 s
rangesAreBothInclusive[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.086 s
createDeleteNode[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 4.806 s
travelToMissingTimepointReturnsNull[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 4.975 s
unscope[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 15.386 s
countInstancesFromModelTypes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 4.724 s
after[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 8.995 s
until[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 10.806 s
whenPoints[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 11.108 s
onceFalse[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 10.98 s
followReferences[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.046 s
untilThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.092 s
beforeThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.034 s
countInstancesTimeline[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 4.879 s
afterThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.052 s
countInstancesFromModel[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 4.893 s
alwaysTrue[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 9.095 s
whenAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest)  Time elapsed: 7.085 s
createDeleteHeavyEdgeBeginningOfTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.255 s
indexQueryEndedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.349 s
createDeleteHeavyEdgeNonZeroTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.293 s
indexQueryReplacedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.327 s
nextPrev[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.247 s
nodeEndWithHeavyEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.312 s
nodeEndWithLightEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest)  Time elapsed: 0.271 s
create[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest)  Time elapsed: 0.301 s
recreate[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest)  Time elapsed: 0.301 s
changeLastRevision[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest)  Time elapsed: 0.202 s
Running org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite
13:23:48.675 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:23:48.981 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 s - in org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite
addRemoveNode[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite)  Time elapsed: 0.35 s
addRemoveNodeValue[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite)  Time elapsed: 0.306 s
Running org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite
13:23:49.312 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:23:49.314 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:49.314 [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
13:23:49.314 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:49.314 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:49.317 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:23:49.317 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:23:49.317 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:23:49.318 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:23:49.318 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:23:49.318 [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:
13:23:49.319 [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
13:23:49.319 [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
13:23:49.428 [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]
13:23:49.428 [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]
13:23:49.428 [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
13:23:49.428 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:23:49.428 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:23:49.442 [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
13:23:49.443 [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
13:23:49.443 [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
13:23:49.445 [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
13:23:49.448 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:23:49.448 [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
13:23:49.448 [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
13:23:49.448 [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
13:23:49.448 [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
13:23:49.448 [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
13:23:49.512 [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
13:23:49.512 [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
13:23:49.513 [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
13:23:49.514 [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
13:23:49.514 [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
13:23:49.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
13:23:49.514 [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[]
13:23:49.514 [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
13:23:49.514 [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
13:23:49.514 [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
13:23:49.514 [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
13:23:49.517 [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
13:23:49.519 [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
13:23:49.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
13:23:49.519 [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
13:23:49.520 [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
13:23:49.520 [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
13:23:49.520 [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
13:23:49.520 [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
13:23:49.521 [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
13:23:49.521 [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
13:23:49.522 [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
13:23:49.522 [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
13:23:49.524 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
13:23:49.525 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
13:23:49.541 [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
13:23:49.547 [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
13:23:49.551 [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
13:23:49.625 [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
13:23:49.630 [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
13:23:49.630 [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
13:23:49.630 [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
13:23:49.630 [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
13:23:49.631 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
13:23:49.633 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
13:23:49.655 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
13:23:49.656 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:23:49.869 [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
13:23:49.871 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:23:49.871 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:23:50.424 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:23:50.429 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:23:50.429 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:23:52.558 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:23:52.615 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:23:52.615 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:23:52.615 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:23:52.619 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:23:52.652 [pool-124-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl
13:24:04.532 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding nodes: 50001 11 sec (11 sec total) to /set0.xmi
13:24:08.918 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec)
13:24:08.918 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:24:16.720 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding references: 50035 7 sec (7 sec total) to /set0.xmi
13:24:17.524 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9467321480466710725/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit9467321480466710725/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]
13:24:17.817 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16544729139517075764/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit16544729139517075764/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]
13:24:18.119 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit2887150038572641917/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit2887150038572641917/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]
13:24:20.937 [pool-124-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 69806 REFERENCES! (took ~12 sec)
13:24:20.937 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
28s380ms [pure insertion]
marking any relevant derived attributes for update...13:24:20.937 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s4ms
13:24:20.941 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms
13:24:20.941 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:20.941 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:21.112 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:24:21.112 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.171s
attempting to resolve any uninitialized derived attributes...
13:24:21.112 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:21.112 [pool-124-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:21.112 [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...
13:24:21.112 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s172ms [proxy update]
13:24:21.113 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:21.113 [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		~31s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 69680
relevant graph size: 69680
validated changes... true
13:24:28.055 [pool-124-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 38 s 184 ms
13:24:28.064 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:28.064 [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
13:24:28.067 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:28.067 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:28.132 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:28.134 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10158218596963933207/test_set0[LevelDB GreyCat]
13:24:28.134 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:28.239 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:28.241 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:28.241 [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
13:24:28.241 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:28.241 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:28.244 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:28.244 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:28.244 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:28.245 [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!
13:24:28.245 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:28.245 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:28.245 [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
13:24:28.246 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
13:24:28.252 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:28.252 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:28.260 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:24:28.261 [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
13:24:28.261 [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
13:24:28.261 [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
13:24:28.261 [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
13:24:28.262 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:24:28.263 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:24:28.263 [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
13:24:28.263 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:24:28.264 [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
13:24:28.265 [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
13:24:28.265 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:24:28.265 [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
13:24:28.265 [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
13:24:28.265 [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
13:24:28.265 [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
13:24:28.265 [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
13:24:28.265 [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
13:24:28.265 [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
13:24:28.265 [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
13:24:28.265 [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
13:24:28.266 [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[]
13:24:28.266 [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
13:24:28.266 [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
13:24:28.266 [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
13:24:28.266 [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
13:24:28.266 [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
13:24:28.266 [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
13:24:28.266 [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
13:24:28.267 [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
13:24:28.267 [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
13:24:28.267 [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
13:24:28.267 [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
13:24:28.267 [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
13:24:28.272 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
13:24:28.272 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:28.419 [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
13:24:28.421 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:28.421 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:28.423 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:28.427 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:28.427 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:28.428 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:24:28.434 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:28.434 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:28.434 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:24:28.437 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:24:28.441 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:24:28.441 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:24:28.441 [pool-126-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:28.441 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:28.441 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:24:28.443 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:24:28.443 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:28.443 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:28.443 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:24:28.443 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:24:28.443 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:28.443 [pool-126-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:28.443 [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...
13:24:28.443 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:24:28.443 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:28.444 [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
13:24:28.445 [pool-126-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 23 ms
13:24:28.450 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:28.450 [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
13:24:28.451 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:28.451 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:28.547 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:28.548 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17165322307589872751/test_tree[LevelDB GreyCat]
13:24:28.548 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:28.746 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:28.747 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:28.747 [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
13:24:28.747 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:28.747 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:28.749 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:28.749 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:28.750 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:28.750 [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!
13:24:28.750 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:28.750 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:28.750 [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
13:24:28.751 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store
13:24:28.754 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:28.754 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:28.760 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:24:28.760 [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
13:24:28.760 [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
13:24:28.760 [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
13:24:28.761 [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
13:24:28.761 [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
13:24:28.761 [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
13:24:28.761 [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
13:24:28.761 [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
13:24:28.762 [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
13:24:28.763 [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
13:24:28.763 [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[]
13:24:28.763 [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
13:24:28.763 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:24:28.763 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:24:28.763 [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
13:24:28.763 [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
13:24:28.764 [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
13:24:28.766 [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
13:24:28.766 [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
13:24:28.766 [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
13:24:28.766 [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
13:24:28.766 [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
13:24:28.766 [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
13:24:28.767 [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
13:24:28.767 [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
13:24:28.767 [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
13:24:28.767 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:24:28.767 [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
13:24:28.767 [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
13:24:28.767 [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
13:24:28.767 [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
13:24:28.767 [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
13:24:28.767 [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
13:24:28.813 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
13:24:28.814 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:28.914 [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
13:24:28.916 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:28.916 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:28.918 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:28.922 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:28.922 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:28.923 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model...
13:24:28.928 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:28.928 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:28.928 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model...
13:24:28.931 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model
13:24:28.934 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:24:28.934 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model
13:24:28.934 [pool-128-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:28.934 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:28.934 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:24:28.936 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:24:28.936 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:28.936 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:28.937 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:24:28.937 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:24:28.937 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:28.937 [pool-128-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:28.937 [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...
13:24:28.937 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:24:28.937 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:28.937 [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
13:24:28.938 [pool-128-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 22 ms
13:24:29.012 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:29.012 [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
13:24:29.013 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:29.013 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:29.073 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:29.074 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit18419946574791235553/test_treeWithSpaces[LevelDB GreyCat]
13:24:29.074 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:29.436 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:29.438 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:29.438 [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
13:24:29.438 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:29.438 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:29.440 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:29.440 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:29.440 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:29.440 [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!
13:24:29.441 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:29.441 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:29.441 [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
13:24:29.441 [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
13:24:29.446 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:29.446 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:29.453 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:24:29.453 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:24:29.453 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:24:29.453 [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[]
13:24:29.453 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:24:29.453 [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
13:24:29.453 [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
13:24:29.454 [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
13:24:29.454 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:24:29.454 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:24:29.454 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:24:29.455 [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
13:24:29.455 [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
13:24:29.456 [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
13:24:29.456 [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
13:24:29.456 [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
13:24:29.456 [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
13:24:29.456 [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
13:24:29.457 [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
13:24:29.512 [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
13:24:29.512 [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
13:24:29.512 [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
13:24:29.513 [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
13:24:29.514 [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
13:24:29.514 [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
13:24:29.514 [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
13:24:29.514 [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
13:24:29.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
13:24:29.514 [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
13:24:29.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
13:24:29.514 [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
13:24:29.514 [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
13:24:29.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
13:24:29.515 [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
13:24:29.520 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
13:24:29.520 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:29.642 [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
13:24:29.644 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:29.644 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:29.646 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:29.714 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:29.714 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:29.716 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /child.model...
13:24:29.722 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:29.722 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:29.722 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /child.model...
13:24:29.725 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /child.model
13:24:29.727 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:24:29.727 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /child.model
13:24:29.729 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:29.729 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /child.model.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:29.729 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s3ms
13:24:29.732 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms
13:24:29.733 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:24:29.733 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:29.736 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:29.736 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:24:29.739 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:24:29.813 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:24:29.813 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:24:29.816 [pool-130-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:29.816 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s83ms [pure insertion]
marking any relevant derived attributes for update...13:24:29.816 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:29.816 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:29.816 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:29.816 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:29.817 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/2 proxy references (0 sec total)
13:24:29.819 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs
13:24:29.819 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
13:24:29.819 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:29.819 [pool-130-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:29.819 [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...
13:24:29.820 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
13:24:29.820 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:29.820 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /child.model
sync metrics:
interesting	2
deleted		0
changed		2
loaded		2
c elems		3
d elems		0
time		~0s
validating changes...
validating file UPDATED for /root.model
changed resource size: 3
relevant graph size: 3
validated changes... true
13:24:29.821 [pool-130-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 177 ms
13:24:29.828 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:29.828 [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
13:24:29.830 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:29.830 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:29.946 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:29.946 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13684043818479313671/test_treeCrossResourceContainment[LevelDB GreyCat]
13:24:29.946 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:30.549 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:30.613 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:30.613 [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
13:24:30.613 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:30.613 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:30.616 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:30.616 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:30.616 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:30.617 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:24:30.617 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:30.617 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:30.617 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:30.617 [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
13:24:30.621 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:30.621 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:30.628 [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
13:24:30.628 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:24:30.628 [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
13:24:30.628 [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
13:24:30.628 [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
13:24:30.630 [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
13:24:30.630 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:24:30.630 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:24:30.630 [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
13:24:30.630 [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
13:24:30.630 [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
13:24:30.630 [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
13:24:30.630 [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
13:24:30.631 [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
13:24:30.632 [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
13:24:30.632 [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
13:24:30.632 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:24:30.632 [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
13:24:30.632 [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
13:24:30.632 [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
13:24:30.632 [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
13:24:30.632 [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
13:24:30.632 [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
13:24:30.632 [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
13:24:30.633 [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
13:24:30.633 [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
13:24:30.633 [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
13:24:30.633 [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
13:24:30.633 [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
13:24:30.633 [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[]
13:24:30.634 [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
13:24:30.634 [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
13:24:30.634 [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
13:24:30.635 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:24:30.715 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
13:24:30.715 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:30.849 [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
13:24:30.913 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:30.913 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:30.916 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:30.922 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:30.922 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:30.924 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:24:30.930 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:30.930 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:30.930 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:24:30.933 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:24:30.938 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
13:24:30.938 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:24:30.938 [pool-132-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
13:24:30.938 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:24:30.938 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:24:30.940 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:24:30.940 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:30.940 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:30.940 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:24:30.940 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:24:30.940 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:30.940 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:30.941 [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...
13:24:30.941 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:24:30.941 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:30.941 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:30.941 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 28 ms
13:24:30.941 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::descendants...
13:24:30.941 [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;
13:24:31.012 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants
13:24:31.013 [pool-132-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten;
13:24:31.015 [pool-132-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper
13:24:31.118 [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)
13:24:31.118 [pool-132-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.106s
13:24:31.119 [pool-132-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::descendants.
13:24:31.128 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:31.128 [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
13:24:31.129 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:31.129 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:31.251 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:31.251 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13573240283631606582/test_derivedEdgeCollection[LevelDB GreyCat]
13:24:31.251 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:31.532 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:31.534 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:31.534 [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
13:24:31.534 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:31.534 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:31.536 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:31.536 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:31.536 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:31.536 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:24:31.536 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:31.536 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:31.537 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:31.537 [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
13:24:31.614 [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
13:24:31.614 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:31.615 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:31.621 [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
13:24:31.621 [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
13:24:31.621 [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
13:24:31.621 [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
13:24:31.622 [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
13:24:31.622 [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
13:24:31.622 [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
13:24:31.622 [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
13:24:31.623 [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
13:24:31.623 [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[]
13:24:31.623 [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
13:24:31.623 [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
13:24:31.624 [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
13:24:31.624 [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
13:24:31.624 [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
13:24:31.624 [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
13:24:31.624 [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
13:24:31.625 [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
13:24:31.625 [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
13:24:31.625 [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
13:24:31.625 [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
13:24:31.625 [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
13:24:31.626 [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
13:24:31.626 [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
13:24:31.626 [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
13:24:31.627 [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
13:24:31.627 [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
13:24:31.627 [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
13:24:31.627 [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
13:24:31.627 [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
13:24:31.627 [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
13:24:31.627 [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
13:24:31.627 [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
13:24:31.628 [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
13:24:31.714 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:24:31.714 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:31.714 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs...
13:24:31.715 [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;
13:24:31.716 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs.
13:24:31.838 [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
13:24:31.840 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:31.840 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:31.843 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:31.848 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:31.848 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:31.851 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:24:31.856 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:31.856 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:31.856 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:24:31.859 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:24:31.920 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:24:31.920 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:24:31.928 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:24:31.928 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s78ms [pure insertion]
marking any relevant derived attributes for update...13:24:31.928 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:24:31.930 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:24:31.932 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:24:31.932 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:31.932 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:31.932 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:24:31.936 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:24:31.947 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:24:31.947 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:24:32.020 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:32.020 [pool-134-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...13:24:32.020 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:32.020 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:32.021 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:24:32.021 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:32.022 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:32.022 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:24:32.024 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:24:32.031 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:24:32.031 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:24:32.038 [pool-134-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:32.038 [pool-134-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...13:24:32.038 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:32.038 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:32.038 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:32.038 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:32.039 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:24:32.054 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:24:32.054 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.016s
attempting to resolve any uninitialized derived attributes...
13:24:32.054 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:32.054 [pool-134-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:32.054 [pool-134-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size;
13:24:32.143 [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)
13:24:32.143 [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...
13:24:32.143 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s105ms [proxy update]
13:24:32.143 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:32.144 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:32.144 [pool-134-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 304 ms
13:24:32.147 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:32.147 [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
13:24:32.148 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:32.148 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:32.323 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:32.323 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4913470260375971828/test_deriveThenAdd[LevelDB GreyCat]
13:24:32.323 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:32.404 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:32.405 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:32.405 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:24:32.405 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:32.405 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:32.408 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:32.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:32.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:32.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:24:32.408 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:32.408 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:32.409 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:32.409 [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
13:24:32.412 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:32.412 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:32.417 [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
13:24:32.418 [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
13:24:32.418 [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
13:24:32.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
13:24:32.419 [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
13:24:32.419 [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
13:24:32.419 [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
13:24:32.419 [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
13:24:32.420 [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
13:24:32.420 [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
13:24:32.421 [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
13:24:32.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
13:24:32.421 [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
13:24:32.421 [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
13:24:32.422 [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
13:24:32.422 [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
13:24:32.422 [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
13:24:32.422 [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[]
13:24:32.422 [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
13:24:32.422 [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
13:24:32.422 [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
13:24:32.422 [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
13:24:32.422 [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
13:24:32.422 [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
13:24:32.422 [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
13:24:32.422 [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
13:24:32.422 [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
13:24:32.422 [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
13:24:32.422 [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
13:24:32.423 [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
13:24:32.423 [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
13:24:32.423 [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
13:24:32.423 [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
13:24:32.424 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:24:32.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
13:24:32.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:32.515 [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
13:24:32.516 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:32.517 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:32.518 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:32.523 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:32.523 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:32.524 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:24:32.530 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:32.530 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:32.530 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:24:32.533 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:24:32.537 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
13:24:32.537 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:24:32.537 [pool-136-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
13:24:32.537 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:32.537 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:32.538 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:32.539 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:32.539 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:32.539 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:24:32.539 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:24:32.539 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:32.539 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:32.539 [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...
13:24:32.539 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:24:32.539 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:32.539 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:32.539 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 22 ms
13:24:32.539 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant...
13:24:32.540 [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;
13:24:32.543 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant
13:24:32.544 [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;
13:24:32.637 [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)
13:24:32.637 [pool-136-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.094s
13:24:32.637 [pool-136-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant.
13:24:32.642 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:32.642 [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
13:24:32.643 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:32.643 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:32.756 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:32.756 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5228920137430430383/test_derivedEdgeSingle[LevelDB GreyCat]
13:24:32.756 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:32.844 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:32.845 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:32.845 [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
13:24:32.845 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:32.845 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:32.847 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:32.847 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:32.847 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:32.847 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:24:32.848 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:32.848 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:32.848 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:32.848 [pool-138-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
13:24:32.851 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:32.851 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:32.857 [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
13:24:32.857 [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
13:24:32.858 [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
13:24:32.858 [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
13:24:32.859 [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
13:24:32.860 [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
13:24:32.860 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:24:32.861 [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
13:24:32.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
13:24:32.861 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:24:32.861 [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
13:24:32.861 [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
13:24:32.861 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:24:32.861 [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
13:24:32.861 [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
13:24:32.861 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:24:32.861 [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
13:24:32.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
13:24:32.861 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:24:32.861 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:24:32.862 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:24:32.862 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:24:32.862 [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
13:24:32.862 [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
13:24:32.862 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:24:32.863 [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
13:24:32.863 [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
13:24:32.863 [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
13:24:32.863 [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
13:24:32.863 [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
13:24:32.863 [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
13:24:32.863 [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[]
13:24:32.863 [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
13:24:32.863 [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
13:24:32.867 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:24:32.867 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:32.957 [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
13:24:32.959 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:32.959 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:32.959 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
13:24:32.961 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:32.961 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
13:24:32.961 [main] INFO  o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
13:24:32.965 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:32.965 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:32.966 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:24:32.972 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:32.972 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:32.972 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:24:33.013 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:24:33.024 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:24:33.024 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:24:33.032 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:33.032 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s66ms [pure insertion]
marking any relevant derived attributes for update...13:24:33.032 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:33.033 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:33.034 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:24:33.035 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:33.035 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:33.035 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:24:33.037 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:24:33.047 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:24:33.047 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:24:33.113 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:24:33.113 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s79ms [pure insertion]
marking any relevant derived attributes for update...13:24:33.113 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:33.113 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:33.114 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:24:33.114 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:33.115 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:33.115 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:24:33.117 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:24:33.126 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:24:33.126 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:24:33.135 [pool-138-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:33.135 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s21ms [pure insertion]
marking any relevant derived attributes for update...13:24:33.135 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:33.135 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:33.135 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:33.135 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:33.136 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:24:33.153 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:24:33.153 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.018s
attempting to resolve any uninitialized derived attributes...
13:24:33.153 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:33.153 [pool-138-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:33.153 [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...
13:24:33.153 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s19ms [proxy update]
13:24:33.154 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:33.154 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:33.154 [pool-138-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 195 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
13:24:33.214 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:33.214 [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
13:24:33.217 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:33.217 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:34.176 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:34.183 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5973899511200235790/test_addThenIndex[LevelDB GreyCat]
13:24:34.183 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:34.284 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:34.285 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:34.285 [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
13:24:34.285 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:34.285 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:34.288 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:34.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:34.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:34.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:24:34.288 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:34.288 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:34.289 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:34.289 [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
13:24:34.292 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:34.292 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:34.299 [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
13:24:34.299 [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
13:24:34.299 [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
13:24:34.299 [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
13:24:34.299 [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
13:24:34.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
13:24:34.299 [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
13:24:34.301 [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
13:24:34.301 [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
13:24:34.301 [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
13:24:34.303 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:24:34.305 [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
13:24:34.305 [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
13:24:34.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
13:24:34.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
13:24:34.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
13:24:34.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
13:24:34.312 [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
13:24:34.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
13:24:34.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
13:24:34.312 [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
13:24:34.312 [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
13:24:34.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
13:24:34.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
13:24:34.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
13:24:34.313 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:24:34.313 [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
13:24:34.314 [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
13:24:34.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
13:24:34.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
13:24:34.314 [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
13:24:34.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
13:24:34.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
13:24:34.316 [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[]
13:24:34.319 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:24:34.319 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:34.319 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
13:24:34.321 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
13:24:34.321 [main] INFO  o.e.h.c.r.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
13:24:34.418 [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
13:24:34.419 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:34.419 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:34.422 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:34.427 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:34.427 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:34.428 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:24:34.435 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:34.435 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:34.435 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:24:34.439 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:24:34.451 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:24:34.451 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:24:34.520 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:34.520 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s92ms [pure insertion]
marking any relevant derived attributes for update...13:24:34.520 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:34.521 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:34.522 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:24:34.523 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:34.523 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:34.523 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:24:34.525 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:24:34.538 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:24:34.538 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:24:34.547 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:24:34.547 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s25ms [pure insertion]
marking any relevant derived attributes for update...13:24:34.547 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:34.548 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:34.549 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:24:34.549 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:34.549 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:34.549 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:24:34.552 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:24:34.562 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:24:34.562 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:24:34.618 [pool-140-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:34.618 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s69ms [pure insertion]
marking any relevant derived attributes for update...13:24:34.618 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:34.618 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:34.619 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:34.619 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:34.619 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:24:34.639 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:24:34.639 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.02s
attempting to resolve any uninitialized derived attributes...
13:24:34.639 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:34.639 [pool-140-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:34.639 [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...
13:24:34.639 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s20ms [proxy update]
13:24:34.639 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:34.639 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:34.639 [pool-140-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 220 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
13:24:34.642 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:34.642 [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
13:24:34.644 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:34.644 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:34.694 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:34.695 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8272767184927820062/test_lookupWithIndex[LevelDB GreyCat]
13:24:34.695 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:34.808 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:34.809 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:34.809 [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
13:24:34.809 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:34.809 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:34.812 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:34.812 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:34.812 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:34.812 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:24:34.812 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:34.812 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:34.813 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:34.813 [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
13:24:34.816 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:34.816 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:34.823 [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
13:24:34.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
13:24:34.823 [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
13:24:34.823 [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
13:24:34.824 [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
13:24:34.824 [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
13:24:34.824 [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
13:24:34.825 [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
13:24:34.825 [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
13:24:34.825 [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
13:24:34.825 [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
13:24:34.825 [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
13:24:34.827 [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
13:24:34.828 [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
13:24:34.828 [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
13:24:34.829 [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
13:24:34.829 [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
13:24:34.831 [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
13:24:34.831 [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
13:24:34.833 [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
13:24:34.834 [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
13:24:34.834 [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
13:24:34.834 [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
13:24:34.834 [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
13:24:34.834 [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[]
13:24:34.834 [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
13:24:34.834 [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
13:24:34.834 [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
13:24:34.834 [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
13:24:34.834 [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
13:24:34.835 [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
13:24:34.835 [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
13:24:34.835 [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
13:24:34.835 [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
13:24:34.838 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:24:34.839 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:34.933 [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
13:24:34.935 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:34.935 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:34.937 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:34.941 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:34.941 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:34.942 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:24:34.948 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:34.949 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:34.949 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:24:34.952 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:24:34.956 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:24:34.956 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:24:35.013 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:35.013 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s71ms [pure insertion]
marking any relevant derived attributes for update...13:24:35.013 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:24:35.015 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:24:35.016 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:24:35.016 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:35.016 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:35.016 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:24:35.018 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:24:35.021 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:24:35.021 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:24:35.030 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:35.030 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:24:35.030 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:35.030 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:35.031 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:24:35.031 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:35.031 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:35.031 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:24:35.034 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:24:35.037 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:24:35.037 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:24:35.048 [pool-142-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:24:35.048 [pool-142-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...13:24:35.048 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:35.048 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:35.048 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:35.048 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:35.049 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:24:35.116 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:24:35.117 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.069s
attempting to resolve any uninitialized derived attributes...
13:24:35.117 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:35.117 [pool-142-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:35.117 [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...
13:24:35.117 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s69ms [proxy update]
13:24:35.117 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:35.117 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:35.117 [pool-142-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 182 ms
13:24:35.119 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:35.119 [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
13:24:35.121 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:35.121 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:35.728 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:35.737 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11588573135431579796/test_lookupWithoutIndex[LevelDB GreyCat]
13:24:35.737 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:36.114 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:36.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:36.115 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:24:36.115 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:36.115 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:36.118 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:36.118 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:36.118 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:36.118 [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!
13:24:36.119 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:36.119 [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
13:24:36.119 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:24:36.120 [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
13:24:36.123 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:36.123 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:36.128 [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
13:24:36.128 [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
13:24:36.128 [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
13:24:36.128 [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
13:24:36.129 [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
13:24:36.129 [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
13:24:36.129 [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
13:24:36.129 [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
13:24:36.129 [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
13:24:36.129 [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
13:24:36.130 [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
13:24:36.130 [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[]
13:24:36.130 [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
13:24:36.130 [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
13:24:36.130 [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
13:24:36.130 [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
13:24:36.130 [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
13:24:36.130 [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
13:24:36.130 [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
13:24:36.130 [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
13:24:36.131 [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
13:24:36.131 [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
13:24:36.132 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:24:36.133 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:24:36.133 [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
13:24:36.133 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:24:36.133 [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
13:24:36.133 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:24:36.133 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:24:36.133 [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
13:24:36.134 [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
13:24:36.134 [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
13:24:36.134 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:24:36.140 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:24:36.140 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:36.140 [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
13:24:36.142 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:36.142 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:36.146 [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
13:24:36.146 [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
13:24:36.146 [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
13:24:36.146 [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
13:24:36.146 [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
13:24:36.146 [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
13:24:36.146 [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
13:24:36.146 [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
13:24:36.146 [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
13:24:36.146 [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
13:24:36.146 [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
13:24:36.146 [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
13:24:36.146 [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
13:24:36.146 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.147 [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
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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[]
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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
13:24:36.148 [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[]
13:24:36.151 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:24:36.151 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:36.151 [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
13:24:36.152 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:36.152 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:36.155 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:24:36.157 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:24:36.157 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:36.407 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit14983428608196657384/:org.eclipse.hawk.localfolder.LocalFolder:false
13:24:36.413 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:36.413 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:36.415 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:36.419 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:36.419 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:36.428 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childAA.xmi...
13:24:36.435 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:36.435 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:36.435 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childAA.xmi...
13:24:36.439 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childAA.xmi
13:24:36.440 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:24:36.440 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childAA.xmi
13:24:36.444 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:36.444 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childAA.xmi.
0s17ms [pure insertion]
marking any relevant derived attributes for update...13:24:36.445 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:36.446 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:36.453 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childA.xmi...
13:24:36.453 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:36.454 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:36.454 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childA.xmi...
13:24:36.515 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childA.xmi
13:24:36.515 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:24:36.515 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childA.xmi
13:24:36.521 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:36.521 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childA.xmi.
0s68ms [pure insertion]
marking any relevant derived attributes for update...13:24:36.521 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:36.521 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:36.528 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /childB.xmi...
13:24:36.528 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:36.528 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:36.528 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /childB.xmi...
13:24:36.531 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /childB.xmi
13:24:36.532 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:24:36.532 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /childB.xmi
13:24:36.535 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:36.535 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /childB.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:24:36.535 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:36.535 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:36.541 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:24:36.541 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:36.542 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:36.542 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.xmi...
13:24:36.545 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:24:36.548 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:24:36.548 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:24:36.612 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:36.612 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s71ms [pure insertion]
marking any relevant derived attributes for update...13:24:36.612 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:36.612 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:36.612 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:36.612 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:36.613 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/6 proxy references (0 sec total)
13:24:36.622 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs
13:24:36.622 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.01s
attempting to resolve any uninitialized derived attributes...
13:24:36.622 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:36.622 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:36.622 [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...
13:24:36.622 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s10ms [proxy update]
13:24:36.622 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:36.622 [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 /childA.xmi
validating file UPDATED for /childB.xmi
validating file UPDATED for /root.xmi
changed resource size: 4
relevant graph size: 4
validated changes... true
13:24:36.623 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 210 ms
13:24:36.623 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers...
13:24:36.624 [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);
13:24:36.625 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers
13:24:36.626 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
13:24:36.718 [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)
13:24:36.718 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.093s
13:24:36.718 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute Tree::Tree::allContainers.
13:24:36.726 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:36.728 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:36.735 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:36.735 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:36.742 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.xmi...
13:24:36.742 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:36.742 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1 (1) nodes in store
13:24:36.742 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
13:24:36.742 [pool-144-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:24:36.742 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /root.xmi...
13:24:36.742 [pool-144-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
13:24:36.834 [pool-144-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.092s
13:24:36.840 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.xmi
13:24:36.845 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:24:36.845 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.xmi
13:24:36.850 [pool-144-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:36.850 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /root.xmi.
0s108ms [pure insertion]
marking any relevant derived attributes for update...13:24:36.850 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:36.851 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:36.851 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:36.851 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:36.851 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
13:24:36.916 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs
13:24:36.917 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.066s
attempting to resolve any uninitialized derived attributes...
13:24:36.917 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:36.917 [pool-144-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:36.917 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
13:24:36.923 [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)
13:24:36.923 [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...
13:24:36.923 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
13:24:36.924 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
13:24:36.924 [pool-144-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers
0s103ms [proxy update]
13:24:36.954 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:36.954 [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
13:24:36.955 [pool-144-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 229 ms
13:24:37.013 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:37.013 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit14983428608196657384/:org.eclipse.hawk.localfolder.LocalFolder:false
13:24:37.015 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:37.015 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:37.084 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:37.084 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3306378618882644075/test_eContainersIsUpdatedRoot[LevelDB GreyCat]
13:24:37.084 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:37.270 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:37.271 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:37.271 [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
13:24:37.271 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:37.271 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:37.274 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:37.274 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:37.274 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:37.274 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:24:37.274 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:37.274 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:37.274 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:37.274 [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
13:24:37.278 [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
13:24:37.278 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:37.278 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:37.284 [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
13:24:37.284 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore
13:24:37.285 [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[]
13:24:37.285 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:24:37.285 [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
13:24:37.287 [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
13:24:37.288 [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
13:24:37.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
13:24:37.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
13:24:37.289 [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
13:24:37.289 [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
13:24:37.290 [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
13:24:37.291 [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
13:24:37.291 [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
13:24:37.291 [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
13:24:37.291 [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
13:24:37.291 [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
13:24:37.291 [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
13:24:37.291 [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
13:24:37.291 [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
13:24:37.291 [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
13:24:37.291 [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
13:24:37.291 [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
13:24:37.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
13:24:37.292 [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
13:24:37.292 [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
13:24:37.293 [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
13:24:37.293 [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
13:24:37.293 [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
13:24:37.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
13:24:37.293 [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
13:24:37.293 [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
13:24:37.294 [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
13:24:37.294 [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
13:24:37.294 [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
13:24:37.314 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
13:24:37.314 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:37.368 [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
13:24:37.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:37.412 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:37.413 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:37.417 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:37.417 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:37.418 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /colored-tree.model...
13:24:37.424 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:37.424 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:37.424 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /colored-tree.model...
13:24:37.427 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /colored-tree.model
13:24:37.431 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:24:37.431 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /colored-tree.model
13:24:37.431 [pool-146-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:24:37.431 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /colored-tree.model.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:37.431 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
0s15ms
13:24:37.446 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s15ms
13:24:37.446 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:37.446 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:37.446 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:24:37.446 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:24:37.446 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:37.446 [pool-146-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:37.446 [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...
13:24:37.446 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:24:37.447 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:37.447 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:37.447 [pool-146-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 35 ms
13:24:37.448 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:37.449 [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
13:24:37.450 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:37.450 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:37.512 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:37.513 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16565731904660676849/test_queryEnumValues[LevelDB GreyCat]
13:24:37.513 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:37.618 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:37.619 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:37.619 [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
13:24:37.619 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:37.619 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:37.621 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:37.621 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:37.621 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:37.622 [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!
13:24:37.622 [pool-148-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:37.622 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:37.622 [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
13:24:37.622 [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
13:24:37.649 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:37.649 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:37.661 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
13:24:37.661 [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
13:24:37.714 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
13:24:37.721 [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
13:24:37.722 [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
13:24:37.722 [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
13:24:37.722 [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
13:24:37.723 [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
13:24:37.723 [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
13:24:37.723 [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
13:24:37.724 [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
13:24:37.724 [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
13:24:37.725 [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
13:24:37.725 [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
13:24:37.726 [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
13:24:37.726 [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
13:24:37.726 [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
13:24:37.726 [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[]
13:24:37.726 [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
13:24:37.726 [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
13:24:37.726 [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
13:24:37.726 [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
13:24:37.727 [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
13:24:37.728 [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
13:24:37.728 [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
13:24:37.728 [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
13:24:37.728 [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
13:24:37.728 [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
13:24:37.728 [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
13:24:37.728 [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
13:24:37.728 [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
13:24:37.728 [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
13:24:37.728 [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
13:24:37.728 [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
13:24:37.728 [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
13:24:37.729 [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
13:24:37.732 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
13:24:37.732 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
13:24:37.752 [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
13:24:37.758 [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
13:24:37.759 [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
13:24:37.761 [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
13:24:37.823 [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
13:24:37.823 [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
13:24:37.823 [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
13:24:37.836 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
13:24:37.837 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:37.841 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:37.841 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:37.842 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:37.842 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:37.962 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:37.962 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit617405376088863727/test_metamodels[LevelDB GreyCat]
13:24:37.962 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:38.214 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:38.215 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:38.215 [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
13:24:38.215 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:38.215 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:38.217 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:38.217 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:38.217 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:38.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:24:38.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:38.218 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:38.219 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:38.219 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:24:38.640 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02)
13:24:38.640 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00)
13:24:38.640 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage)
13:24:38.640 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00)
13:24:38.640 [main] INFO  o.e.h.m.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00)
13:24:38.640 [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
13:24:38.640 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:38.640 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:38.724 [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
13:24:38.724 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:24:38.724 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
13:24:38.816 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
13:24:38.816 [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
13:24:38.816 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
13:24:38.817 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
13:24:39.518 [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
13:24:39.518 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:24:39.519 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
13:24:41.248 [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
13:24:41.249 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
13:24:41.354 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec)
13:24:41.354 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:41.547 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit9328025309387451586/:org.eclipse.hawk.localfolder.LocalFolder:false
13:24:41.549 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:41.549 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:41.550 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:41.616 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:41.616 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:41.635 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
13:24:41.642 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:41.643 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:41.643 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
13:24:41.647 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
13:24:41.723 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
13:24:41.723 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
13:24:41.730 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:41.730 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml.
0s95ms [pure insertion]
marking any relevant derived attributes for update...13:24:41.730 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:41.731 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:41.731 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:41.732 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:41.733 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
13:24:41.736 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs
13:24:41.736 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
13:24:41.736 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:41.736 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:41.736 [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...
13:24:41.736 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:24:41.736 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:41.737 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:41.737 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 188 ms
13:24:41.738 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:41.740 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:41.740 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:41.740 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:41.744 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
13:24:41.744 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:41.744 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:41.744 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
13:24:41.746 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
13:24:41.823 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
13:24:41.823 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
13:24:41.837 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:24:41.837 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml.
0s94ms [pure insertion]
marking any relevant derived attributes for update...13:24:41.837 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:41.837 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:41.839 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
13:24:41.839 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:41.840 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:41.840 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
13:24:41.842 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
13:24:41.922 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
13:24:41.923 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
13:24:41.936 [pool-150-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:24:41.936 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml.
0s97ms [pure insertion]
marking any relevant derived attributes for update...13:24:41.936 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:41.936 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:41.936 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:24:41.936 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:24:41.938 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/17 proxy references (0 sec total)
13:24:41.944 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs
13:24:41.944 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
13:24:41.944 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:24:41.944 [pool-150-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:24:41.945 [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...
13:24:41.945 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s9ms [proxy update]
13:24:41.945 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:24:41.945 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:41.945 [pool-150-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 207 ms
13:24:41.946 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:41.946 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit9328025309387451586/:org.eclipse.hawk.localfolder.LocalFolder:false
13:24:41.947 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:41.947 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:42.052 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:42.053 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12832691853215842203/test_elephantResolve[LevelDB GreyCat]
13:24:42.053 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:42.449 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:42.450 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:42.450 [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
13:24:42.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:42.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:42.453 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:42.453 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:42.453 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:42.454 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:24:42.454 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:42.454 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:42.454 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:42.454 [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
13:24:42.621 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:42.621 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:42.642 [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
13:24:42.642 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:24:42.642 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
13:24:42.729 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
13:24:42.729 [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
13:24:42.730 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
13:24:42.730 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
13:24:43.268 [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
13:24:43.269 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:24:43.269 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
13:24:44.219 [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
13:24:44.220 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
13:24:44.260 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
13:24:44.260 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:44.363 [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
13:24:44.366 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:44.366 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
Warning, monitor is inactive, synchronisation failed!
13:24:44.367 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
SYNCHRONISATION ERROR
13:24:44.367 [pool-152-thread-1] ERROR o.e.h.c.r.CompositeStateListener - Update FAILED!
13:24:44.367 [pool-152-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (failure). 0 s 1 ms
13:24:44.372 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:44.372 [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
13:24:44.373 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:44.373 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:44.474 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:44.475 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit520788636076548956/test_zoo[LevelDB GreyCat]
13:24:44.475 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:44.599 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:44.600 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:44.600 [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
13:24:44.600 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:44.600 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:44.602 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:44.602 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:44.602 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:44.603 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:24:44.603 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:44.603 [pool-154-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:44.603 [pool-154-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:44.603 [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
13:24:44.713 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:44.713 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:44.732 [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
13:24:44.732 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:24:44.733 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
13:24:44.816 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
13:24:44.817 [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
13:24:44.817 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
13:24:44.817 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
13:24:45.236 [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
13:24:45.236 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:24:45.236 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
13:24:46.325 [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
13:24:46.326 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
13:24:46.367 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
13:24:46.367 [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!
13:24:46.367 [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
13:24:46.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:46.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:46.456 [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!
13:24:46.456 [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!
13:24:46.456 [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!
13:24:46.456 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
13:24:46.456 [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!
13:24:46.457 [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!
13:24:46.457 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
13:24:46.457 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:46.514 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:24:46.515 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:46.520 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:46.520 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:24:46.602 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:24:46.603 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14673300356730262084/test_metamodel[LevelDB GreyCat]
13:24:46.603 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:24:46.754 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:24:46.755 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:46.755 [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
13:24:46.755 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:46.755 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:46.758 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:24:46.758 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:24:46.758 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:24:46.758 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:24:46.758 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:24:46.758 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:46.759 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:24:46.759 [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
13:24:46.818 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:46.818 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:46.837 [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
13:24:46.837 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:24:46.837 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
13:24:46.917 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
13:24:46.918 [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
13:24:46.918 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
13:24:46.918 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
13:24:47.143 [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
13:24:47.143 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
13:24:47.144 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
13:24:47.526 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9467321480466710725/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit9467321480466710725/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]
13:24:47.816 [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
13:24:47.816 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
13:24:47.819 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16544729139517075764/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit16544729139517075764/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]
13:24:47.873 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec)
13:24:47.873 [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!
13:24:47.873 [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
13:24:47.943 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:24:47.943 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:24:47.949 [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!
13:24:47.949 [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!
13:24:47.949 [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!
13:24:47.949 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
13:24:47.949 [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!
13:24:47.949 [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!
13:24:47.950 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
13:24:47.950 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:24:48.070 [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
13:24:48.072 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:24:48.072 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:24:48.120 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit2887150038572641917/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit2887150038572641917/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]
13:24:48.237 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:24:48.243 [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/
13:24:48.243 [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/
13:24:48.243 [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/
13:24:48.243 [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/
13:24:48.244 [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/
13:24:48.244 [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/
13:24:48.244 [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/
13:24:48.244 [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/
13:24:48.245 [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/
13:24:48.245 [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/
13:24:48.245 [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/
13:24:48.245 [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/
13:24:48.245 [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/
13:24:48.245 [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/
13:24:48.245 [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/
13:24:48.246 [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/
13:24:48.246 [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/
13:24:48.246 [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/
13:24:48.246 [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/
13:24:48.246 [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/
13:24:48.246 [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/
13:24:48.246 [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/
13:24:48.247 [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/
13:24:48.247 [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/
13:24:48.247 [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/
13:24:48.247 [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/
13:24:48.247 [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/
13:24:48.247 [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/
13:24:48.247 [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/
13:24:48.248 [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/
13:24:48.248 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:24:48.248 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:24:48.248 [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)
13:24:48.249 [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...
13:24:48.316 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.318 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.318 [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...
13:24:48.321 [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
13:24:48.327 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:24:48.327 [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
13:24:48.331 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:48.331 [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.
0s82ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.332 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:24:48.333 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:24:48.334 [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...
13:24:48.334 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.334 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.334 [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...
13:24:48.336 [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
13:24:48.341 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:48.342 [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
13:24:48.344 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.344 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.344 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.344 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.345 [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...
13:24:48.345 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.345 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.345 [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...
13:24:48.347 [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
13:24:48.352 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:48.352 [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
13:24:48.416 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:48.416 [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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.416 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.416 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.416 [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...
13:24:48.417 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.417 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.417 [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...
13:24:48.419 [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
13:24:48.422 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:48.423 [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
13:24:48.427 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.427 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.427 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.427 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.427 [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...
13:24:48.427 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.427 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.427 [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...
13:24:48.430 [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
13:24:48.433 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:48.433 [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
13:24:48.435 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.435 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.435 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.435 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.435 [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...
13:24:48.435 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.436 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.436 [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...
13:24:48.438 [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
13:24:48.441 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:48.441 [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
13:24:48.443 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.443 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.443 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.443 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.444 [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...
13:24:48.444 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.444 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.444 [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...
13:24:48.446 [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
13:24:48.450 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:48.450 [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
13:24:48.516 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.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/229bc921-c2fd-11de-8ac8-001302895b2b.exml.
0s72ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.516 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.516 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.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/Standard.DataType/00000004-0000-0010-0000-000000000000.exml...
13:24:48.517 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.517 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.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/Standard.DataType/00000004-0000-0010-0000-000000000000.exml...
13:24:48.519 [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
13:24:48.525 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:24:48.525 [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
13:24:48.527 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.527 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.527 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:48.528 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:48.529 [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...
13:24:48.529 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.529 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.529 [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...
13:24:48.531 [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
13:24:48.626 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec)
13:24:48.626 [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
13:24:48.715 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec)
13:24:48.715 [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.
0s186ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.715 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.715 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.716 [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...
13:24:48.716 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.716 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.716 [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...
13:24:48.719 [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
13:24:48.722 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:48.722 [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
13:24:48.724 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.724 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.724 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.724 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.725 [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...
13:24:48.725 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.725 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.725 [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...
13:24:48.727 [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
13:24:48.735 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:48.735 [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
13:24:48.739 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:48.739 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.739 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.739 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.740 [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...
13:24:48.740 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.740 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.740 [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...
13:24:48.742 [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
13:24:48.745 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:48.745 [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
13:24:48.747 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.748 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.748 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.748 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.749 [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...
13:24:48.749 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.749 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.749 [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...
13:24:48.751 [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
13:24:48.818 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
13:24:48.818 [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
13:24:48.824 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:48.824 [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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.824 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.824 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.825 [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...
13:24:48.825 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.825 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.825 [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...
13:24:48.827 [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
13:24:48.830 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:48.830 [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
13:24:48.832 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.833 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.833 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.833 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.833 [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...
13:24:48.833 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.833 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.833 [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...
13:24:48.835 [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
13:24:48.839 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:48.839 [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
13:24:48.842 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.842 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.842 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.842 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.842 [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...
13:24:48.842 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.844 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.844 [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...
13:24:48.846 [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
13:24:48.849 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:48.849 [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
13:24:48.851 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.851 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.851 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.851 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.852 [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...
13:24:48.852 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.852 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.852 [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...
13:24:48.854 [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
13:24:48.857 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:48.857 [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
13:24:48.913 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.913 [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.
0s61ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.913 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.913 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.914 [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...
13:24:48.914 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.914 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.914 [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...
13:24:48.917 [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
13:24:48.920 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:48.920 [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
13:24:48.923 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.923 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.923 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.923 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.924 [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...
13:24:48.924 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.926 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.926 [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...
13:24:48.928 [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
13:24:48.931 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:48.931 [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
13:24:48.933 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.933 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.933 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.933 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.934 [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...
13:24:48.934 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.934 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.934 [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...
13:24:48.936 [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
13:24:48.942 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:24:48.942 [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
13:24:48.945 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:48.945 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:48.945 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:48.945 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:48.945 [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...
13:24:48.945 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:48.945 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:48.945 [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...
13:24:48.948 [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
13:24:48.955 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:48.955 [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
13:24:49.017 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:49.017 [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.
0s72ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.017 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.017 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.018 [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...
13:24:49.018 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.018 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.018 [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...
13:24:49.021 [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
13:24:49.025 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.025 [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
13:24:49.028 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.028 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.028 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.028 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.028 [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...
13:24:49.028 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.029 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.029 [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...
13:24:49.031 [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
13:24:49.035 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.035 [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
13:24:49.038 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.038 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.038 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:49.039 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:49.039 [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...
13:24:49.039 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.112 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.112 [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...
13:24:49.117 [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
13:24:49.123 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:24:49.123 [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
13:24:49.126 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.126 [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.
0s87ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.126 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.126 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.127 [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...
13:24:49.127 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.127 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.127 [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...
13:24:49.130 [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
13:24:49.142 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
13:24:49.142 [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
13:24:49.216 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:24:49.216 [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...13:24:49.216 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.216 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.217 [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...
13:24:49.217 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.217 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.217 [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...
13:24:49.220 [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
13:24:49.223 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:49.223 [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
13:24:49.226 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.226 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.226 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.226 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.227 [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...
13:24:49.227 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.227 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.227 [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...
13:24:49.229 [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
13:24:49.233 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.233 [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
13:24:49.236 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.236 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.236 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.236 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.236 [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...
13:24:49.237 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.237 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.237 [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...
13:24:49.240 [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
13:24:49.316 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.316 [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
13:24:49.320 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.320 [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.
0s84ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.320 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:49.321 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:49.321 [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...
13:24:49.321 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.322 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.322 [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...
13:24:49.324 [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
13:24:49.329 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.329 [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
13:24:49.332 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.332 [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...13:24:49.332 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.332 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.332 [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...
13:24:49.333 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.333 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.333 [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...
13:24:49.336 [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
13:24:49.340 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.340 [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
13:24:49.343 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.343 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.343 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.343 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.344 [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...
13:24:49.344 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.344 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.344 [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...
13:24:49.348 [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
13:24:49.416 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.416 [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
13:24:49.419 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.419 [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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.419 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.419 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.419 [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...
13:24:49.419 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.420 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.420 [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...
13:24:49.422 [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
13:24:49.429 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:24:49.429 [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
13:24:49.434 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:49.434 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.435 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.435 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.435 [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...
13:24:49.435 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.435 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.435 [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...
13:24:49.438 [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
13:24:49.445 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.445 [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
13:24:49.447 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.447 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.447 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.447 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.448 [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...
13:24:49.448 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.448 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.448 [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...
13:24:49.451 [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
13:24:49.515 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.515 [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
13:24:49.517 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.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/007006dc-0000-0139-0000-000000000000.exml.
0s69ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.517 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.517 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.518 [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...
13:24:49.518 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.518 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.518 [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...
13:24:49.520 [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
13:24:49.531 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
13:24:49.531 [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
13:24:49.541 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:49.541 [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.
0s23ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.541 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:49.542 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:49.542 [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...
13:24:49.542 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.542 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.542 [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...
13:24:49.545 [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
13:24:49.548 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.548 [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
13:24:49.550 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.550 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.550 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.550 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.612 [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...
13:24:49.612 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.612 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.612 [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...
13:24:49.615 [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
13:24:49.621 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
13:24:49.621 [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
13:24:49.624 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.624 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.624 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.624 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.624 [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...
13:24:49.625 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.627 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.627 [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...
13:24:49.629 [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
13:24:49.632 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.632 [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
13:24:49.635 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.635 [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...13:24:49.636 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.636 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.636 [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...
13:24:49.636 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.636 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.636 [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...
13:24:49.639 [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
13:24:49.642 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.642 [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
13:24:49.644 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.644 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.644 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.644 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.645 [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...
13:24:49.645 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.645 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.645 [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...
13:24:49.647 [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
13:24:49.651 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.651 [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
13:24:49.716 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.716 [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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.716 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.716 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.717 [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...
13:24:49.717 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.717 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.717 [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...
13:24:49.719 [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
13:24:49.728 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
13:24:49.728 [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
13:24:49.735 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:49.735 [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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.735 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.735 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.735 [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...
13:24:49.735 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.736 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.736 [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...
13:24:49.738 [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
13:24:49.745 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.745 [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
13:24:49.748 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.748 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.748 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:49.749 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:49.750 [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...
13:24:49.750 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.750 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.750 [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...
13:24:49.814 [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
13:24:49.817 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.817 [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
13:24:49.820 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.820 [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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.820 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.820 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.821 [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...
13:24:49.821 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.821 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.821 [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...
13:24:49.823 [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
13:24:49.826 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:49.826 [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
13:24:49.829 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.829 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.829 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:49.830 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:49.830 [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...
13:24:49.830 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.830 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.830 [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...
13:24:49.833 [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
13:24:49.837 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.837 [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
13:24:49.841 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.841 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.841 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.841 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.841 [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...
13:24:49.841 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.842 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.842 [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...
13:24:49.844 [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
13:24:49.847 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.847 [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
13:24:49.850 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.850 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.850 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.850 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.850 [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...
13:24:49.850 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.850 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.850 [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...
13:24:49.913 [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
13:24:49.917 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:49.917 [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
13:24:49.920 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:49.920 [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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...13:24:49.920 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:49.920 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:49.921 [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...
13:24:49.921 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:49.921 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:49.921 [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...
13:24:49.924 [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
13:24:49.942 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
13:24:49.942 [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
13:24:50.018 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:24:50.018 [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.
0s97ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.018 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.018 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.019 [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...
13:24:50.019 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.019 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.019 [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...
13:24:50.023 [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
13:24:50.026 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:50.026 [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
13:24:50.030 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:50.030 [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...13:24:50.030 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.030 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.031 [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...
13:24:50.031 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.031 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.031 [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...
13:24:50.033 [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
13:24:50.036 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:50.036 [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
13:24:50.039 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:50.039 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.039 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.039 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.040 [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...
13:24:50.040 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.040 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.040 [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...
13:24:50.043 [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
13:24:50.046 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:50.046 [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
13:24:50.119 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:50.119 [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.
0s79ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.119 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.119 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.120 [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...
13:24:50.120 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.120 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.120 [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...
13:24:50.123 [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
13:24:50.127 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:50.127 [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
13:24:50.132 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:50.132 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.132 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.132 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.133 [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...
13:24:50.133 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.133 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.133 [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...
13:24:50.136 [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
13:24:50.148 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
13:24:50.148 [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
13:24:50.217 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:50.217 [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.
0s84ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.217 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:50.218 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:50.218 [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...
13:24:50.218 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.218 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.218 [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...
13:24:50.222 [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
13:24:50.226 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:50.226 [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
13:24:50.229 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:50.229 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.229 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.229 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.229 [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...
13:24:50.229 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.229 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.229 [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...
13:24:50.232 [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
13:24:50.235 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:50.235 [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
13:24:50.237 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:50.237 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.237 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.237 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.237 [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...
13:24:50.237 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.238 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.238 [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...
13:24:50.240 [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
13:24:50.243 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:50.243 [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
13:24:50.246 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:50.246 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.246 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.246 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.246 [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...
13:24:50.246 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.247 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.247 [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...
13:24:50.250 [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
13:24:50.318 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:50.318 [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
13:24:50.323 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:50.323 [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.
0s77ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.323 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.323 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.324 [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...
13:24:50.324 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.324 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.324 [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...
13:24:50.327 [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
13:24:50.329 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:50.329 [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
13:24:50.332 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:50.332 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.332 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.332 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.333 [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...
13:24:50.333 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.333 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.333 [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...
13:24:50.335 [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
13:24:50.343 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:50.343 [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
13:24:50.346 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:50.346 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.346 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.346 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.347 [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...
13:24:50.347 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.347 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.347 [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...
13:24:50.414 [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
13:24:50.418 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:50.418 [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
13:24:50.429 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:50.429 [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.
0s82ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.429 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.429 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.430 [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...
13:24:50.430 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.430 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.430 [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...
13:24:50.433 [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
13:24:50.438 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:24:50.438 [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
13:24:50.440 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:50.440 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.440 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:50.441 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:50.441 [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...
13:24:50.441 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.441 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.441 [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...
13:24:50.445 [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
13:24:50.524 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec)
13:24:50.524 [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
13:24:50.546 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
13:24:50.546 [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.
0s105ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.546 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.546 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.547 [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...
13:24:50.547 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.547 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.547 [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...
13:24:50.549 [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
13:24:50.619 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:50.619 [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
13:24:50.625 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:50.625 [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.
0s78ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.625 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.625 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.626 [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...
13:24:50.626 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.626 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.626 [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...
13:24:50.631 [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
13:24:50.638 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:50.638 [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
13:24:50.643 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:50.643 [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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.643 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.643 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.644 [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...
13:24:50.644 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.644 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.644 [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...
13:24:50.647 [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
13:24:50.651 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:50.651 [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
13:24:50.654 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:50.654 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.654 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:50.655 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:50.712 [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...
13:24:50.712 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.715 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.715 [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...
13:24:50.718 [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
13:24:50.820 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec)
13:24:50.820 [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
13:24:50.914 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec)
13:24:50.914 [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.
0s202ms [pure insertion]
marking any relevant derived attributes for update...13:24:50.914 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:50.914 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:50.915 [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...
13:24:50.915 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:50.915 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:50.915 [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...
13:24:50.918 [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
13:24:50.947 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec)
13:24:50.947 [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
13:24:51.059 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec)
13:24:51.059 [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.
0s144ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.059 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.059 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.060 [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...
13:24:51.060 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.060 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.060 [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...
13:24:51.062 [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
13:24:51.070 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
13:24:51.070 [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
13:24:51.114 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:51.115 [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.
0s55ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.115 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.115 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.115 [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...
13:24:51.115 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.117 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.117 [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...
13:24:51.119 [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
13:24:51.122 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:51.122 [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
13:24:51.124 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:51.124 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.124 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.124 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.125 [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...
13:24:51.125 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.125 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.125 [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...
13:24:51.127 [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
13:24:51.130 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:51.130 [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
13:24:51.133 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:51.133 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.133 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.133 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.133 [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...
13:24:51.133 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.133 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.133 [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...
13:24:51.138 [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
13:24:51.140 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:51.140 [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
13:24:51.143 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:51.143 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.143 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.143 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.143 [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...
13:24:51.143 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.143 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.143 [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...
13:24:51.146 [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
13:24:51.148 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:51.148 [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
13:24:51.213 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:51.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/01ec12fc-0000-0238-0000-000000000000.exml.
0s70ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.213 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.213 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.214 [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...
13:24:51.214 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.214 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.214 [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...
13:24:51.217 [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
13:24:51.223 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:24:51.223 [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
13:24:51.229 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:51.229 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.229 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.229 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.230 [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...
13:24:51.230 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.230 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.230 [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...
13:24:51.232 [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
13:24:51.235 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:51.235 [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
13:24:51.237 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:51.237 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.237 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.237 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.238 [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...
13:24:51.238 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.238 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.238 [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...
13:24:51.240 [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
13:24:51.341 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
13:24:51.341 [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
13:24:51.438 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:24:51.438 [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.
0s200ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.438 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.438 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.439 [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...
13:24:51.439 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.439 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.439 [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...
13:24:51.443 [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
13:24:51.446 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:51.446 [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
13:24:51.448 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:51.448 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.448 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.448 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.449 [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...
13:24:51.449 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.449 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.449 [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...
13:24:51.451 [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
13:24:51.537 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
13:24:51.537 [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
13:24:51.629 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
13:24:51.629 [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.
0s180ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.629 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.629 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.630 [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...
13:24:51.630 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.630 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.630 [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...
13:24:51.633 [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
13:24:51.641 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
13:24:51.641 [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
13:24:51.643 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:51.643 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.643 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.643 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.644 [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...
13:24:51.644 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.644 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.644 [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...
13:24:51.647 [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
13:24:51.650 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:51.650 [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
13:24:51.652 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:51.652 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.652 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.652 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.653 [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...
13:24:51.653 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.653 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.653 [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...
13:24:51.655 [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
13:24:51.659 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:51.659 [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
13:24:51.714 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:51.714 [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.
0s61ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.714 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.714 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.714 [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...
13:24:51.714 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.715 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.715 [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...
13:24:51.719 [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
13:24:51.735 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
13:24:51.735 [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
13:24:51.825 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
13:24:51.825 [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.
0s111ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.825 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.825 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.826 [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...
13:24:51.826 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.826 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.826 [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...
13:24:51.828 [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
13:24:51.832 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:51.832 [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
13:24:51.834 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:51.834 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.834 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.834 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.835 [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...
13:24:51.835 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.835 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.835 [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...
13:24:51.838 [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
13:24:51.919 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
13:24:51.920 [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
13:24:51.940 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
13:24:51.940 [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.
0s105ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.940 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.940 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.940 [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...
13:24:51.940 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.940 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.941 [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...
13:24:51.943 [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
13:24:51.949 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:51.949 [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
13:24:51.954 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:51.954 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:24:51.954 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:51.954 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:51.955 [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...
13:24:51.955 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:51.955 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:51.955 [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...
13:24:52.012 [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
13:24:52.016 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.016 [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
13:24:52.020 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.020 [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.
0s65ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.020 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.020 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.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/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml...
13:24:52.021 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.021 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.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/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml...
13:24:52.023 [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
13:24:52.026 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.026 [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
13:24:52.029 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.029 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.029 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.029 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.029 [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...
13:24:52.029 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.029 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.029 [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...
13:24:52.032 [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
13:24:52.035 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.035 [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
13:24:52.038 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.038 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.038 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.038 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.038 [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...
13:24:52.039 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.039 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.039 [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...
13:24:52.043 [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
13:24:52.046 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.046 [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
13:24:52.049 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.049 [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...13:24:52.049 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.049 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.049 [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...
13:24:52.049 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.049 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.049 [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...
13:24:52.052 [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
13:24:52.114 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.114 [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
13:24:52.116 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.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/002005c0-0001-0009-0000-000000000000.exml.
0s67ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.116 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.116 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.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/00700680-0000-01d3-0000-000000000000.exml...
13:24:52.117 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.117 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.117 [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...
13:24:52.119 [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
13:24:52.122 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.122 [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
13:24:52.125 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.125 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.125 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.125 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.125 [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...
13:24:52.125 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.126 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.126 [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...
13:24:52.128 [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
13:24:52.133 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.133 [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
13:24:52.135 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.135 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.135 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.135 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.136 [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...
13:24:52.136 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.136 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.136 [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...
13:24:52.138 [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
13:24:52.143 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:52.143 [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
13:24:52.148 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:52.148 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.148 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.148 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.148 [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...
13:24:52.149 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.149 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.149 [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...
13:24:52.151 [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
13:24:52.214 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.214 [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
13:24:52.217 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.217 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.217 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.217 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.217 [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...
13:24:52.217 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.217 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.217 [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...
13:24:52.220 [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
13:24:52.223 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.223 [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
13:24:52.225 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.225 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.225 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.225 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.226 [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...
13:24:52.226 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.226 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.226 [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...
13:24:52.228 [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
13:24:52.231 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.231 [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
13:24:52.234 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.234 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.234 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.234 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.234 [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...
13:24:52.234 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.235 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.235 [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...
13:24:52.237 [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
13:24:52.312 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
13:24:52.312 [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
13:24:52.327 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
13:24:52.327 [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.
0s93ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.327 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:52.328 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:52.328 [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...
13:24:52.328 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.328 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.328 [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...
13:24:52.330 [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
13:24:52.333 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.333 [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
13:24:52.336 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.336 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.336 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.336 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.336 [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...
13:24:52.336 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.336 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.336 [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...
13:24:52.338 [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
13:24:52.343 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:24:52.343 [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
13:24:52.346 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.346 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.346 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.346 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.346 [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...
13:24:52.346 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.346 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.346 [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...
13:24:52.350 [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
13:24:52.353 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.353 [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
13:24:52.355 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.355 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.355 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.355 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.356 [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...
13:24:52.356 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.356 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.356 [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...
13:24:52.413 [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
13:24:52.416 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.416 [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
13:24:52.419 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.419 [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.
0s63ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.419 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.419 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.419 [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/ (4 sec, 4 sec total)
13:24:52.419 [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...
13:24:52.419 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.419 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.419 [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...
13:24:52.422 [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
13:24:52.425 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.425 [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
13:24:52.427 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.427 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.427 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.427 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.428 [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...
13:24:52.428 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.428 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.428 [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...
13:24:52.431 [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
13:24:52.527 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
13:24:52.527 [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
13:24:52.626 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:24:52.626 [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.
0s198ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.626 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.626 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.626 [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...
13:24:52.627 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.627 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.627 [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...
13:24:52.629 [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
13:24:52.637 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
13:24:52.637 [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
13:24:52.644 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:52.644 [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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.644 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.644 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.644 [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...
13:24:52.645 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.646 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.646 [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...
13:24:52.649 [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
13:24:52.714 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.714 [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
13:24:52.716 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.716 [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.
0s72ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.716 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.716 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.717 [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...
13:24:52.717 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.717 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.717 [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...
13:24:52.719 [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
13:24:52.722 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.722 [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
13:24:52.728 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.728 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.728 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.728 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.728 [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...
13:24:52.728 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.729 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.729 [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...
13:24:52.731 [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
13:24:52.738 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:52.738 [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
13:24:52.742 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:52.742 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.742 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.742 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.743 [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...
13:24:52.743 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.743 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.743 [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...
13:24:52.745 [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
13:24:52.748 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.749 [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
13:24:52.751 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.751 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.751 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.751 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.751 [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...
13:24:52.751 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.752 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.752 [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...
13:24:52.754 [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
13:24:52.814 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.814 [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
13:24:52.817 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.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-0251-0000-000000000000.exml.
0s66ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.817 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.817 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.817 [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...
13:24:52.817 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.818 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.818 [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...
13:24:52.822 [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
13:24:52.826 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.826 [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
13:24:52.829 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.829 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.829 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.829 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.830 [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...
13:24:52.830 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.830 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.830 [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...
13:24:52.833 [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
13:24:52.846 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
13:24:52.847 [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
13:24:52.915 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:52.916 [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.
0s87ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.916 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.916 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.916 [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...
13:24:52.916 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.916 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.916 [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...
13:24:52.919 [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
13:24:52.923 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:52.923 [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
13:24:52.926 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:52.926 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.926 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.926 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.927 [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...
13:24:52.927 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.927 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.927 [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...
13:24:52.930 [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
13:24:52.940 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
13:24:52.940 [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
13:24:52.951 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:52.951 [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.
0s24ms [pure insertion]
marking any relevant derived attributes for update...13:24:52.951 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:52.951 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:52.952 [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...
13:24:52.952 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:52.952 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:52.952 [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...
13:24:52.955 [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
13:24:53.114 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
13:24:53.114 [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
13:24:53.154 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
13:24:53.154 [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.
0s202ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.154 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.154 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.155 [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...
13:24:53.155 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.155 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.155 [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...
13:24:53.214 [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
13:24:53.220 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.220 [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
13:24:53.223 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.223 [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.
0s68ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.223 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.223 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.224 [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...
13:24:53.224 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.224 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.224 [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...
13:24:53.227 [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
13:24:53.231 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.231 [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
13:24:53.234 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.234 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.234 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.234 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.235 [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...
13:24:53.235 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.235 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.235 [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...
13:24:53.238 [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
13:24:53.242 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.242 [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
13:24:53.245 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.245 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.245 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:53.246 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:53.246 [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...
13:24:53.246 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.246 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.246 [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...
13:24:53.250 [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
13:24:53.317 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.317 [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
13:24:53.320 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.320 [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.
0s74ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.320 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.320 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.320 [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...
13:24:53.320 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.321 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.321 [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...
13:24:53.324 [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
13:24:53.331 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:24:53.331 [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
13:24:53.337 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:53.337 [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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.337 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.337 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.337 [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...
13:24:53.337 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.338 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.338 [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...
13:24:53.341 [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
13:24:53.418 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
13:24:53.418 [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
13:24:53.425 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:53.425 [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.
0s88ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.425 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.425 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.426 [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...
13:24:53.426 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.426 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.426 [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...
13:24:53.428 [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
13:24:53.431 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.432 [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
13:24:53.434 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.434 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.434 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:53.435 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:53.435 [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...
13:24:53.435 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.435 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.435 [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...
13:24:53.438 [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
13:24:53.446 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:53.446 [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
13:24:53.451 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:53.451 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.451 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.451 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.451 [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...
13:24:53.451 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.451 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.451 [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...
13:24:53.454 [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
13:24:53.513 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.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/753fc9f9-c136-449c-949c-4fa467511d99.exml
13:24:53.515 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.515 [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.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.515 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.515 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.516 [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...
13:24:53.516 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.516 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.516 [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...
13:24:53.518 [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
13:24:53.522 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.522 [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
13:24:53.524 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.524 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.524 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.524 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.525 [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...
13:24:53.525 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.525 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.525 [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...
13:24:53.529 [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
13:24:53.532 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.532 [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
13:24:53.535 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.535 [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...13:24:53.535 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.535 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.536 [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...
13:24:53.536 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.536 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.536 [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...
13:24:53.539 [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
13:24:53.543 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
13:24:53.543 [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
13:24:53.547 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.547 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.547 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.547 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.547 [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...
13:24:53.547 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.547 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.547 [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...
13:24:53.550 [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
13:24:53.615 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:53.615 [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
13:24:53.620 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:53.620 [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.
0s73ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.620 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.620 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.620 [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...
13:24:53.621 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.621 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.621 [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...
13:24:53.623 [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
13:24:53.626 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.626 [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
13:24:53.629 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.629 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.629 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.629 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.630 [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...
13:24:53.630 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.630 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.630 [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...
13:24:53.632 [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
13:24:53.646 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
13:24:53.646 [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
13:24:53.712 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:53.712 [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.
0s82ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.712 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.712 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.713 [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...
13:24:53.713 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.713 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.713 [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...
13:24:53.716 [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
13:24:53.719 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.719 [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
13:24:53.721 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.721 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.721 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.721 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.722 [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...
13:24:53.722 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.722 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.722 [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...
13:24:53.725 [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
13:24:53.728 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.728 [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
13:24:53.731 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.731 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.731 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.731 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.731 [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...
13:24:53.731 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.731 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.731 [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...
13:24:53.766 [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
13:24:53.770 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.770 [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
13:24:53.813 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.813 [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.
0s82ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.813 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.813 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.814 [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...
13:24:53.814 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.814 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.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/00700680-0000-01b8-0000-000000000000.exml...
13:24:53.816 [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
13:24:53.820 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.820 [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
13:24:53.822 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.822 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.822 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.822 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.823 [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...
13:24:53.823 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.823 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.823 [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...
13:24:53.826 [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
13:24:53.829 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.829 [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
13:24:53.832 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.832 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.832 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.832 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.833 [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...
13:24:53.833 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.833 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.833 [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...
13:24:53.837 [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
13:24:53.845 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
13:24:53.846 [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
13:24:53.853 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:53.853 [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.
0s20ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.853 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.853 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.853 [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...
13:24:53.853 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.854 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.854 [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...
13:24:53.913 [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
13:24:53.919 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.919 [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
13:24:53.922 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.922 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.922 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.922 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.922 [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...
13:24:53.922 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.922 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.922 [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...
13:24:53.925 [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
13:24:53.928 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.928 [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
13:24:53.931 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.931 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.931 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.931 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.931 [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...
13:24:53.931 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.931 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.931 [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...
13:24:53.934 [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
13:24:53.937 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:53.937 [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
13:24:53.940 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:53.940 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:53.940 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:53.940 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:53.940 [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...
13:24:53.940 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:53.941 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:53.941 [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...
13:24:53.943 [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
13:24:54.014 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
13:24:54.014 [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
13:24:54.023 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:24:54.023 [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.
0s83ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.023 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.023 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.024 [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...
13:24:54.024 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.024 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.024 [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...
13:24:54.027 [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
13:24:54.032 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.032 [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
13:24:54.034 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.035 [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...13:24:54.035 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.035 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.035 [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...
13:24:54.035 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.035 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.035 [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...
13:24:54.038 [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
13:24:54.041 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.041 [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
13:24:54.043 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.043 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.043 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.043 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.044 [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...
13:24:54.044 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.044 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.044 [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...
13:24:54.046 [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
13:24:54.049 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.049 [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
13:24:54.052 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.052 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.052 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.052 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.052 [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...
13:24:54.052 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.053 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.053 [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...
13:24:54.113 [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
13:24:54.119 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:54.119 [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
13:24:54.121 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.121 [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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.121 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.121 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.122 [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...
13:24:54.122 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.122 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.122 [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...
13:24:54.124 [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
13:24:54.127 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.127 [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
13:24:54.129 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.129 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.129 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:54.130 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:54.131 [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...
13:24:54.131 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.131 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.131 [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...
13:24:54.133 [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
13:24:54.243 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec)
13:24:54.243 [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
13:24:54.356 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec)
13:24:54.356 [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.
0s226ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.356 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.356 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.357 [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...
13:24:54.357 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.357 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.357 [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...
13:24:54.414 [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
13:24:54.430 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
13:24:54.430 [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
13:24:54.442 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:24:54.442 [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.
0s86ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.442 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.442 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.443 [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...
13:24:54.443 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.443 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.443 [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...
13:24:54.445 [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
13:24:54.451 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.451 [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
13:24:54.453 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.453 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.453 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.453 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.454 [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...
13:24:54.454 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.454 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.454 [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...
13:24:54.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/Standard.DataType/00000004-0000-000f-0000-000000000000.exml
13:24:54.517 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:24:54.517 [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
13:24:54.519 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.519 [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.
0s65ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.519 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:54.520 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:54.520 [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...
13:24:54.520 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.520 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.520 [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...
13:24:54.523 [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
13:24:54.526 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.526 [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
13:24:54.529 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.529 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.529 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.529 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.529 [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...
13:24:54.529 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.529 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.529 [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...
13:24:54.532 [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
13:24:54.536 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.536 [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
13:24:54.540 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.540 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.540 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.540 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.540 [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...
13:24:54.540 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.540 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.540 [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...
13:24:54.543 [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
13:24:54.549 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:54.549 [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
13:24:54.553 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:54.553 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.553 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.553 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.554 [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...
13:24:54.554 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.554 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.554 [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...
13:24:54.556 [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
13:24:54.614 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.614 [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
13:24:54.617 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.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/89927bbf-c2f9-11de-8ac8-001302895b2b.exml.
0s63ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.617 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.617 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.618 [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...
13:24:54.618 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.618 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.618 [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...
13:24:54.622 [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
13:24:54.625 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.625 [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
13:24:54.628 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.628 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.628 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.628 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.628 [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...
13:24:54.628 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.629 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.629 [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...
13:24:54.631 [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
13:24:54.635 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.635 [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
13:24:54.637 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.637 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.637 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.637 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.638 [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...
13:24:54.638 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.638 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.638 [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...
13:24:54.641 [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
13:24:54.644 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.644 [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
13:24:54.646 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.646 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.646 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.646 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.647 [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...
13:24:54.647 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.647 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.647 [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...
13:24:54.651 [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
13:24:54.715 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.715 [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
13:24:54.717 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.717 [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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.717 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.717 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.718 [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...
13:24:54.718 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.718 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.718 [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...
13:24:54.720 [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
13:24:54.724 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.724 [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
13:24:54.726 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.726 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.726 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.726 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.726 [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...
13:24:54.726 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.727 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.727 [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...
13:24:54.729 [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
13:24:54.732 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.732 [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
13:24:54.735 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.735 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.735 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.735 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.736 [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...
13:24:54.736 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.736 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.736 [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...
13:24:54.740 [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
13:24:54.743 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.743 [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
13:24:54.745 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.745 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.745 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.745 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.746 [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...
13:24:54.746 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.746 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.746 [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...
13:24:54.748 [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
13:24:54.751 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.751 [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
13:24:54.754 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.754 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.754 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.754 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.754 [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...
13:24:54.754 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.754 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.754 [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...
13:24:54.757 [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
13:24:54.814 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.814 [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
13:24:54.816 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.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/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml.
0s62ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.816 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:54.817 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:54.817 [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...
13:24:54.817 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.817 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.817 [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...
13:24:54.822 [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
13:24:54.828 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:54.828 [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
13:24:54.833 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:54.834 [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...13:24:54.834 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.834 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.834 [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...
13:24:54.834 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.834 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.834 [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...
13:24:54.837 [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
13:24:54.843 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:54.843 [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
13:24:54.850 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:54.850 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.850 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.850 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.851 [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...
13:24:54.851 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.851 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.851 [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...
13:24:54.912 [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
13:24:54.918 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:24:54.918 [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
13:24:54.922 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:54.922 [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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.922 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.922 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.923 [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...
13:24:54.923 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.923 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.923 [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...
13:24:54.926 [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
13:24:54.929 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.929 [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
13:24:54.932 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.932 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.932 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.932 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.933 [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...
13:24:54.933 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.933 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.933 [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...
13:24:54.937 [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
13:24:54.941 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.941 [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
13:24:54.944 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.944 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.944 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.944 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:54.945 [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...
13:24:54.945 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:54.945 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:54.945 [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...
13:24:54.948 [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
13:24:54.952 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:54.952 [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
13:24:54.955 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:54.955 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:54.955 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:54.955 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.012 [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...
13:24:55.012 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.012 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.012 [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...
13:24:55.016 [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
13:24:55.021 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:55.021 [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
13:24:55.024 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.024 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.024 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.024 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.025 [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...
13:24:55.025 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.027 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.027 [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...
13:24:55.030 [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
13:24:55.037 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:24:55.037 [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
13:24:55.043 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:55.043 [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.
0s18ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.043 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.043 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.044 [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...
13:24:55.044 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.044 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.044 [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...
13:24:55.047 [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
13:24:55.144 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
13:24:55.144 [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
13:24:55.243 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
13:24:55.243 [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.
0s199ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.243 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.243 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.244 [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...
13:24:55.244 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.244 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.244 [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...
13:24:55.247 [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
13:24:55.251 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:55.251 [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
13:24:55.253 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.253 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.253 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.253 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.254 [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...
13:24:55.254 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.254 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.254 [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...
13:24:55.312 [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
13:24:55.316 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:55.316 [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
13:24:55.319 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.319 [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.
0s65ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.319 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.320 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.320 [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...
13:24:55.320 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.320 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.320 [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...
13:24:55.323 [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
13:24:55.328 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:55.328 [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
13:24:55.332 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.332 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.332 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:55.333 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:55.333 [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...
13:24:55.333 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.333 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.333 [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...
13:24:55.336 [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
13:24:55.340 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:55.340 [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
13:24:55.343 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.344 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.344 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.344 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.344 [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...
13:24:55.344 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.344 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.344 [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...
13:24:55.348 [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
13:24:55.352 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:55.352 [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
13:24:55.356 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.356 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.356 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.356 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.356 [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...
13:24:55.356 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.357 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.357 [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...
13:24:55.414 [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
13:24:55.423 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:24:55.423 [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
13:24:55.426 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.426 [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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.426 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:55.427 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:55.427 [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...
13:24:55.427 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.427 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.427 [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...
13:24:55.430 [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
13:24:55.434 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:55.435 [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
13:24:55.437 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.437 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.438 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.438 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.438 [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...
13:24:55.438 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.438 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.438 [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...
13:24:55.441 [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
13:24:55.445 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:55.445 [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
13:24:55.449 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.449 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.449 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.449 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.449 [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...
13:24:55.449 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.449 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.450 [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...
13:24:55.453 [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
13:24:55.519 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:55.519 [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
13:24:55.525 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:55.525 [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.
0s76ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.525 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.525 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.525 [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...
13:24:55.525 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.526 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.526 [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...
13:24:55.528 [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
13:24:55.532 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:55.532 [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
13:24:55.535 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.535 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.535 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:55.536 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:55.536 [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...
13:24:55.536 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.536 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.536 [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...
13:24:55.540 [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
13:24:55.544 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:55.544 [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
13:24:55.547 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.547 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.547 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.547 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.548 [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...
13:24:55.548 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.548 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.548 [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...
13:24:55.614 [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
13:24:55.621 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
13:24:55.621 [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
13:24:55.625 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.625 [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.
0s77ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.625 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.625 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.625 [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...
13:24:55.625 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.625 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.625 [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...
13:24:55.629 [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
13:24:55.633 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:55.633 [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
13:24:55.637 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.637 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.637 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.637 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.637 [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...
13:24:55.638 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.638 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.638 [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...
13:24:55.641 [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
13:24:55.645 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:55.645 [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
13:24:55.649 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.649 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.649 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.649 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.650 [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...
13:24:55.650 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.650 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.650 [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...
13:24:55.652 [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
13:24:55.812 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
13:24:55.812 [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
13:24:55.913 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:24:55.913 [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.
0s263ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.913 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.913 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.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/00700680-0000-01d9-0000-000000000000.exml...
13:24:55.914 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.914 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.914 [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...
13:24:55.916 [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
13:24:55.919 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:55.919 [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
13:24:55.922 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.922 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.922 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.922 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.923 [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...
13:24:55.923 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.923 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.923 [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...
13:24:55.925 [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
13:24:55.930 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:55.930 [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
13:24:55.935 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:55.935 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:55.935 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:55.935 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:55.936 [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...
13:24:55.936 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:55.936 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:55.936 [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...
13:24:55.938 [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
13:24:56.015 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
13:24:56.015 [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
13:24:56.033 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
13:24:56.033 [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.
0s97ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.033 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.033 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.034 [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...
13:24:56.034 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.034 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.034 [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...
13:24:56.037 [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
13:24:56.040 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.040 [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
13:24:56.043 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.043 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.043 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.043 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.043 [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...
13:24:56.043 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.043 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.043 [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...
13:24:56.047 [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
13:24:56.050 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.050 [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
13:24:56.053 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.053 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.053 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.053 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.053 [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...
13:24:56.053 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.053 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.053 [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...
13:24:56.113 [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
13:24:56.116 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.116 [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
13:24:56.118 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.118 [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.
0s65ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.118 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.118 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.119 [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...
13:24:56.119 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.119 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.119 [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...
13:24:56.122 [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
13:24:56.125 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.125 [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
13:24:56.128 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.128 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.128 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.128 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.128 [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...
13:24:56.128 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.129 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.129 [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...
13:24:56.133 [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
13:24:56.138 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:56.138 [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
13:24:56.143 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:56.143 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.143 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.143 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.143 [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...
13:24:56.143 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.143 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.143 [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...
13:24:56.146 [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
13:24:56.149 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.150 [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
13:24:56.152 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.152 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.152 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.152 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.153 [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...
13:24:56.153 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.153 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.153 [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...
13:24:56.214 [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
13:24:56.222 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:56.222 [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
13:24:56.226 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:56.226 [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.
0s73ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.226 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.226 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.227 [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...
13:24:56.227 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.227 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.227 [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...
13:24:56.229 [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
13:24:56.235 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:56.235 [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
13:24:56.240 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:56.240 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.240 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.240 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.241 [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...
13:24:56.241 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.241 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.241 [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...
13:24:56.243 [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
13:24:56.248 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.248 [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
13:24:56.313 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.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/01ec12fc-0000-0a37-0000-000000000000.exml.
0s72ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.313 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.313 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.314 [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...
13:24:56.314 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.314 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.314 [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...
13:24:56.316 [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
13:24:56.322 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
13:24:56.322 [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
13:24:56.325 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.325 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.325 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.325 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.326 [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...
13:24:56.326 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.326 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.326 [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...
13:24:56.329 [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
13:24:56.332 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.332 [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
13:24:56.336 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.336 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.336 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.336 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.337 [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...
13:24:56.337 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.337 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.337 [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...
13:24:56.340 [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
13:24:56.344 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.344 [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
13:24:56.347 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.347 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.347 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.347 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.348 [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...
13:24:56.348 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.348 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.348 [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...
13:24:56.351 [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
13:24:56.355 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.355 [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
13:24:56.414 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.414 [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.
0s66ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.414 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.414 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.414 [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/ (3 sec, 8 sec total)
13:24:56.415 [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...
13:24:56.415 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.415 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.415 [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...
13:24:56.418 [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
13:24:56.421 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.421 [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
13:24:56.425 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.425 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.425 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.425 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.426 [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...
13:24:56.426 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.426 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.426 [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...
13:24:56.428 [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
13:24:56.434 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
13:24:56.434 [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
13:24:56.438 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.438 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.438 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.438 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.438 [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...
13:24:56.438 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.438 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.438 [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...
13:24:56.441 [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
13:24:56.444 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.444 [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
13:24:56.447 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.447 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.447 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.447 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.448 [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...
13:24:56.448 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.448 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.448 [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...
13:24:56.450 [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
13:24:56.539 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.539 [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
13:24:56.541 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.541 [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.
0s93ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.541 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:56.542 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:56.542 [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...
13:24:56.542 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.544 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.544 [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...
13:24:56.547 [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
13:24:56.554 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:24:56.554 [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
13:24:56.558 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:56.558 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.558 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.558 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.559 [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...
13:24:56.559 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.559 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.559 [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...
13:24:56.561 [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
13:24:56.614 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:24:56.614 [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
13:24:56.617 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.617 [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.
0s58ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.617 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.617 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.617 [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...
13:24:56.617 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.617 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.617 [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...
13:24:56.620 [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
13:24:56.623 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.623 [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
13:24:56.626 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.626 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.626 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.626 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.627 [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...
13:24:56.627 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.627 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.627 [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...
13:24:56.629 [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
13:24:56.633 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.633 [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
13:24:56.635 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.636 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.636 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.636 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.636 [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...
13:24:56.636 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.636 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.636 [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...
13:24:56.639 [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
13:24:56.647 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:56.647 [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
13:24:56.653 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:56.653 [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.
0s17ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.653 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.653 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.654 [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...
13:24:56.654 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.654 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.654 [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...
13:24:56.714 [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
13:24:56.718 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.718 [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
13:24:56.720 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.720 [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.
0s66ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.720 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.720 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.721 [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...
13:24:56.721 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.721 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.721 [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...
13:24:56.723 [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
13:24:56.727 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.727 [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
13:24:56.730 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.730 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.730 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.730 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.731 [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...
13:24:56.731 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.731 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.731 [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...
13:24:56.734 [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
13:24:56.747 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
13:24:56.747 [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
13:24:56.813 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:24:56.814 [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.
0s83ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.814 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.814 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.814 [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...
13:24:56.814 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.814 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.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/37d0688a-c308-11de-8ac8-001302895b2b.exml...
13:24:56.817 [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
13:24:56.823 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.823 [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
13:24:56.825 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.825 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.825 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:56.826 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:56.826 [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...
13:24:56.826 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.826 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.826 [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...
13:24:56.828 [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
13:24:56.834 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
13:24:56.834 [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
13:24:56.839 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:56.839 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.839 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.839 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.840 [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...
13:24:56.840 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.840 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.840 [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...
13:24:56.843 [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
13:24:56.846 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.846 [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
13:24:56.913 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.914 [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.
0s74ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.914 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.914 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.914 [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...
13:24:56.914 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.914 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.914 [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...
13:24:56.917 [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
13:24:56.920 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.920 [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
13:24:56.923 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.923 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.923 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.924 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.924 [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...
13:24:56.924 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.924 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.924 [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...
13:24:56.926 [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
13:24:56.930 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.930 [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
13:24:56.933 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.933 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.933 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.933 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.933 [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...
13:24:56.933 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.933 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.933 [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...
13:24:56.936 [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
13:24:56.940 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.940 [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
13:24:56.944 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.944 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.944 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.944 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.945 [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...
13:24:56.945 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.945 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.945 [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...
13:24:56.947 [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
13:24:56.951 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:56.951 [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
13:24:56.953 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:56.953 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:56.953 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:56.953 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:56.954 [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...
13:24:56.954 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:56.954 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:56.954 [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...
13:24:57.014 [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
13:24:57.017 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.017 [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
13:24:57.020 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.020 [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.
0s66ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.020 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.020 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.020 [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...
13:24:57.020 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.021 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.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/1abd18db-c2fd-11de-8ac8-001302895b2b.exml...
13:24:57.023 [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
13:24:57.027 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.027 [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
13:24:57.031 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.031 [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...13:24:57.031 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.031 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.032 [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...
13:24:57.032 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.032 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.032 [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...
13:24:57.034 [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
13:24:57.038 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.038 [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
13:24:57.040 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.040 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.040 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.040 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.041 [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...
13:24:57.041 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.041 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.041 [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...
13:24:57.044 [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
13:24:57.148 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
13:24:57.148 [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
13:24:57.250 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:24:57.250 [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.
0s209ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.250 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.250 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.251 [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...
13:24:57.251 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.251 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.251 [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...
13:24:57.313 [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
13:24:57.320 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.320 [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
13:24:57.323 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.323 [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.
0s72ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.323 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.323 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.324 [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...
13:24:57.324 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.324 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.324 [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...
13:24:57.327 [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
13:24:57.331 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.331 [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
13:24:57.335 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.335 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.335 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.335 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.335 [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...
13:24:57.335 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.335 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.335 [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...
13:24:57.339 [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
13:24:57.346 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:24:57.346 [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
13:24:57.349 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.349 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.349 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.349 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.350 [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...
13:24:57.350 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.350 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.350 [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...
13:24:57.415 [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
13:24:57.420 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.420 [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
13:24:57.423 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.423 [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.
0s73ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.424 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:57.424 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:57.424 [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...
13:24:57.425 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.425 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.425 [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...
13:24:57.428 [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
13:24:57.451 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
13:24:57.451 [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
13:24:57.522 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:24:57.522 [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.
0s98ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.522 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:57.523 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:57.523 [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...
13:24:57.523 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.523 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.523 [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...
13:24:57.526 [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
13:24:57.535 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:57.535 [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
13:24:57.541 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:57.542 [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.
0s19ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.542 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.542 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.542 [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...
13:24:57.542 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.542 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.542 [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...
13:24:57.547 [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
13:24:57.552 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.552 [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
13:24:57.614 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.614 [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.
0s72ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.614 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.614 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.615 [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...
13:24:57.615 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.615 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.615 [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...
13:24:57.618 [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
13:24:57.622 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.622 [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
13:24:57.625 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.626 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.626 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.626 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.626 [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...
13:24:57.626 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.627 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.627 [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...
13:24:57.630 [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
13:24:57.635 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.635 [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
13:24:57.639 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.639 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.639 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.639 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.640 [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...
13:24:57.640 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.640 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.640 [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...
13:24:57.645 [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
13:24:57.656 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
13:24:57.656 [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
13:24:57.720 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:57.720 [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.
0s80ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.720 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.720 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.721 [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...
13:24:57.721 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.721 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.721 [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...
13:24:57.724 [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
13:24:57.738 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
13:24:57.738 [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
13:24:57.747 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:57.747 [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.
0s26ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.747 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.747 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.748 [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...
13:24:57.748 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.748 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.748 [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...
13:24:57.751 [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
13:24:57.756 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.756 [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
13:24:57.814 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.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/ee97796b-de99-11de-905b-001302895b2b.exml.
0s66ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.814 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:57.815 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:57.815 [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...
13:24:57.815 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.815 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.815 [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...
13:24:57.819 [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
13:24:57.825 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.825 [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
13:24:57.828 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.828 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.828 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.828 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.829 [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...
13:24:57.829 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.829 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.829 [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...
13:24:57.832 [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
13:24:57.836 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.836 [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
13:24:57.838 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.838 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.838 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.838 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.839 [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...
13:24:57.839 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.839 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.839 [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...
13:24:57.841 [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
13:24:57.845 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.845 [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
13:24:57.848 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.848 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.848 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.848 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.848 [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...
13:24:57.848 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.849 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.849 [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...
13:24:57.912 [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
13:24:57.921 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
13:24:57.921 [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
13:24:57.921 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.921 [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.
0s73ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.921 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.921 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.922 [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...
13:24:57.922 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.922 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.922 [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...
13:24:57.924 [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
13:24:57.928 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.928 [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
13:24:57.930 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.931 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.931 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.931 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.931 [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...
13:24:57.931 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.931 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.931 [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...
13:24:57.934 [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
13:24:57.938 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.938 [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
13:24:57.941 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.941 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:57.941 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.941 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.941 [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...
13:24:57.941 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.941 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.941 [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...
13:24:57.944 [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
13:24:57.950 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:57.950 [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
13:24:57.952 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:57.953 [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...13:24:57.953 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:57.953 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:57.953 [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...
13:24:57.953 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:57.953 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:57.953 [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...
13:24:58.013 [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
13:24:58.017 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.017 [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
13:24:58.020 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.020 [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.
0s67ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.020 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.020 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.020 [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...
13:24:58.021 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.021 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml...
13:24:58.023 [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
13:24:58.027 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.027 [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
13:24:58.030 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.030 [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...13:24:58.030 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.030 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.031 [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...
13:24:58.031 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.031 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.031 [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...
13:24:58.034 [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
13:24:58.039 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:58.039 [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
13:24:58.042 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.042 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.042 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.042 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.043 [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...
13:24:58.043 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.043 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.043 [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...
13:24:58.045 [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
13:24:58.049 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.049 [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
13:24:58.051 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.052 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.052 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.052 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.052 [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...
13:24:58.052 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.052 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.052 [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...
13:24:58.055 [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
13:24:58.115 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.115 [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
13:24:58.118 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.118 [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.
0s66ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.118 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.118 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.119 [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...
13:24:58.119 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.119 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.119 [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...
13:24:58.122 [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
13:24:58.127 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.127 [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
13:24:58.130 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.130 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.130 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.130 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.130 [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...
13:24:58.130 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.130 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.130 [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...
13:24:58.133 [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
13:24:58.136 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.136 [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
13:24:58.139 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.139 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.139 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.139 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.139 [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...
13:24:58.139 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.139 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.139 [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...
13:24:58.142 [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
13:24:58.146 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.146 [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
13:24:58.148 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.148 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.148 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.148 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.149 [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...
13:24:58.149 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.149 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.149 [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...
13:24:58.151 [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
13:24:58.217 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.217 [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
13:24:58.219 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.219 [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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.219 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.219 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.220 [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...
13:24:58.220 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.220 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.220 [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...
13:24:58.222 [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
13:24:58.234 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
13:24:58.234 [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
13:24:58.246 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:24:58.246 [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.
0s26ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.246 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.246 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.246 [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...
13:24:58.247 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.247 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.247 [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...
13:24:58.249 [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
13:24:58.312 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.312 [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
13:24:58.315 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.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/0bd72298-5d08-11df-a996-001302895b2b.exml.
0s69ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.315 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.315 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.316 [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...
13:24:58.316 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.316 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.316 [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...
13:24:58.318 [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
13:24:58.325 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
13:24:58.325 [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
13:24:58.331 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.331 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.331 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.331 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.332 [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...
13:24:58.332 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.333 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.334 [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...
13:24:58.336 [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
13:24:58.339 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.339 [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
13:24:58.341 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.341 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.341 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:58.342 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:58.342 [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...
13:24:58.342 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.342 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.342 [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...
13:24:58.344 [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
13:24:58.348 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.348 [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
13:24:58.350 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.350 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.350 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.350 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.351 [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...
13:24:58.351 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.351 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.351 [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...
13:24:58.354 [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
13:24:58.418 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:58.418 [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
13:24:58.425 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:58.425 [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.
0s74ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.425 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.425 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.426 [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...
13:24:58.426 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.426 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.426 [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...
13:24:58.428 [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
13:24:58.440 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec)
13:24:58.440 [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
13:24:58.450 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:24:58.450 [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.
0s24ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.450 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.450 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.451 [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...
13:24:58.451 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.451 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.451 [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...
13:24:58.513 [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
13:24:58.519 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:58.519 [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
13:24:58.522 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.522 [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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.522 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.522 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.522 [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...
13:24:58.522 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.523 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.523 [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...
13:24:58.525 [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
13:24:58.529 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.529 [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
13:24:58.532 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.532 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.532 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.532 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.533 [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...
13:24:58.533 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.533 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.533 [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...
13:24:58.536 [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
13:24:58.546 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.546 [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
13:24:58.548 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.548 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.548 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:58.549 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:58.549 [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...
13:24:58.549 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.549 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.549 [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...
13:24:58.552 [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
13:24:58.555 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.555 [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
13:24:58.612 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.612 [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.
0s63ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.612 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.612 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.613 [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...
13:24:58.613 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.613 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.613 [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...
13:24:58.615 [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
13:24:58.621 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:58.621 [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
13:24:58.626 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:58.626 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.626 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.626 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.627 [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...
13:24:58.627 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.627 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.627 [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...
13:24:58.631 [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
13:24:58.635 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.635 [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
13:24:58.637 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.638 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.638 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.638 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.638 [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...
13:24:58.638 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.638 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.638 [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...
13:24:58.640 [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
13:24:58.647 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:58.647 [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
13:24:58.652 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:58.652 [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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.652 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.652 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.652 [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...
13:24:58.652 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.652 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.652 [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...
13:24:58.714 [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
13:24:58.722 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:24:58.722 [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
13:24:58.727 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:24:58.727 [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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.727 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.727 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.728 [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...
13:24:58.728 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.728 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.728 [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...
13:24:58.731 [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
13:24:58.735 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.735 [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
13:24:58.737 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.737 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.737 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.737 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.738 [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...
13:24:58.738 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.738 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.738 [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...
13:24:58.741 [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
13:24:58.746 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.746 [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
13:24:58.748 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.748 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.748 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.748 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.749 [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...
13:24:58.749 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.749 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.749 [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...
13:24:58.751 [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
13:24:58.821 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
13:24:58.821 [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
13:24:58.836 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:24:58.836 [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.
0s87ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.836 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.836 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.836 [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...
13:24:58.836 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.837 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.837 [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...
13:24:58.839 [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
13:24:58.843 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:58.843 [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
13:24:58.846 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.846 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.846 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.846 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.846 [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...
13:24:58.846 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.847 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.847 [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...
13:24:58.849 [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
13:24:58.853 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.853 [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
13:24:58.914 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.914 [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.
0s68ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.914 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.914 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.915 [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...
13:24:58.915 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.917 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.917 [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...
13:24:58.919 [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
13:24:58.923 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.923 [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
13:24:58.925 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.925 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.925 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.925 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.926 [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...
13:24:58.926 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.926 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.926 [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...
13:24:58.928 [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
13:24:58.931 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.932 [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
13:24:58.934 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.934 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.934 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.934 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.935 [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...
13:24:58.935 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.935 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.935 [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...
13:24:58.938 [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
13:24:58.941 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:58.941 [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
13:24:58.944 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:58.944 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...13:24:58.944 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:58.944 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:58.945 [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...
13:24:58.945 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:58.946 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:58.947 [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...
13:24:58.949 [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
13:24:59.018 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
13:24:59.018 [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
13:24:59.026 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:24:59.026 [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.
0s81ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.026 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.026 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.026 [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...
13:24:59.026 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.027 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.027 [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...
13:24:59.029 [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
13:24:59.033 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:24:59.033 [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
13:24:59.037 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:59.038 [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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.038 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.038 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.038 [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...
13:24:59.038 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.038 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.038 [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...
13:24:59.041 [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
13:24:59.044 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:59.044 [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
13:24:59.046 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:59.046 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.046 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.046 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.047 [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...
13:24:59.047 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.047 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.047 [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...
13:24:59.050 [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
13:24:59.128 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
13:24:59.128 [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
13:24:59.146 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
13:24:59.146 [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.
0s99ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.146 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.146 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.147 [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...
13:24:59.147 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.149 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.149 [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...
13:24:59.151 [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
13:24:59.214 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:59.214 [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
13:24:59.217 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:59.217 [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.
0s70ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.217 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.217 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.218 [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...
13:24:59.218 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.218 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.218 [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...
13:24:59.220 [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
13:24:59.355 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
13:24:59.355 [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
13:24:59.518 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:24:59.518 [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.
0s300ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.518 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:59.519 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:59.519 [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...
13:24:59.519 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.519 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.519 [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...
13:24:59.524 [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
13:24:59.529 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:59.529 [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
13:24:59.532 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:59.532 [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...13:24:59.532 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.532 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.533 [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...
13:24:59.533 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.533 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.533 [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...
13:24:59.536 [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
13:24:59.540 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:59.540 [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
13:24:59.543 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:59.543 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.543 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:24:59.544 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:24:59.544 [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...
13:24:59.544 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.544 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.544 [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...
13:24:59.548 [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
13:24:59.614 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:59.614 [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
13:24:59.619 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:59.619 [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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.619 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.619 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.620 [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...
13:24:59.620 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.620 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.620 [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...
13:24:59.623 [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
13:24:59.628 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:59.628 [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
13:24:59.631 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:59.631 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.631 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.631 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.631 [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...
13:24:59.631 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.632 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.632 [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...
13:24:59.635 [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
13:24:59.639 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:59.639 [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
13:24:59.642 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:59.642 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.642 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.642 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.643 [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...
13:24:59.643 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.643 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.643 [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...
13:24:59.646 [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
13:24:59.730 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
13:24:59.730 [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
13:24:59.746 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:24:59.746 [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.
0s103ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.746 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.746 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.746 [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...
13:24:59.746 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.747 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.747 [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...
13:24:59.750 [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
13:24:59.823 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
13:24:59.823 [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
13:24:59.836 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:24:59.836 [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.
0s90ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.836 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.836 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.836 [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...
13:24:59.836 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.837 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.837 [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...
13:24:59.840 [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
13:24:59.844 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:59.844 [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
13:24:59.849 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:59.849 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.849 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.849 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.850 [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...
13:24:59.850 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.850 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.850 [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...
13:24:59.913 [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
13:24:59.918 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:24:59.918 [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
13:24:59.921 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:24:59.921 [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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.921 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.921 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.922 [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...
13:24:59.922 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.922 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.922 [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...
13:24:59.925 [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
13:24:59.941 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
13:24:59.941 [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
13:24:59.954 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:24:59.954 [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.
0s32ms [pure insertion]
marking any relevant derived attributes for update...13:24:59.954 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:24:59.954 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:24:59.955 [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...
13:24:59.955 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:24:59.955 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:24:59.955 [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...
13:25:00.014 [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
13:25:00.026 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
13:25:00.026 [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
13:25:00.038 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:25:00.038 [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...13:25:00.038 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.038 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.038 [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...
13:25:00.038 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.039 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.039 [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...
13:25:00.042 [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
13:25:00.050 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:25:00.050 [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
13:25:00.053 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.053 [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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.053 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.053 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.054 [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...
13:25:00.054 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.054 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.054 [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...
13:25:00.114 [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
13:25:00.119 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:25:00.119 [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
13:25:00.122 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.122 [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.
0s68ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.122 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.123 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.123 [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...
13:25:00.123 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.123 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.123 [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...
13:25:00.126 [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
13:25:00.133 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:00.133 [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
13:25:00.136 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.136 [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.
0s13ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.136 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.136 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.137 [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...
13:25:00.137 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.137 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.137 [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...
13:25:00.140 [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
13:25:00.144 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:00.144 [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
13:25:00.148 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.148 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.148 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.148 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.148 [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...
13:25:00.148 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.148 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.148 [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...
13:25:00.152 [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
13:25:00.218 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
13:25:00.218 [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
13:25:00.222 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.222 [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.
0s74ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.222 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.222 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.223 [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...
13:25:00.223 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.225 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.225 [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...
13:25:00.228 [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
13:25:00.414 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec)
13:25:00.414 [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
13:25:00.544 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec)
13:25:00.544 [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.
0s321ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.544 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.544 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.545 [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...
13:25:00.545 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.547 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.547 [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...
13:25:00.612 [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
13:25:00.616 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:00.616 [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
13:25:00.621 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.621 [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.
0s76ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.621 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.621 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.621 [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...
13:25:00.621 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.621 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.621 [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...
13:25:00.624 [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
13:25:00.628 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:00.628 [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
13:25:00.631 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.631 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.631 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.631 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.631 [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...
13:25:00.631 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.631 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.631 [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...
13:25:00.634 [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
13:25:00.642 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:25:00.642 [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
13:25:00.647 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:25:00.647 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.647 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.647 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.647 [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/ (4 sec, 12 sec total)
13:25:00.648 [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...
13:25:00.648 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.648 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.648 [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...
13:25:00.650 [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
13:25:00.654 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:00.654 [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
13:25:00.713 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.713 [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.
0s65ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.713 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:25:00.714 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:25:00.714 [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...
13:25:00.714 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.714 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.714 [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...
13:25:00.717 [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
13:25:00.721 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:00.721 [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
13:25:00.724 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.724 [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...13:25:00.724 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.724 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.724 [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...
13:25:00.724 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.724 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.724 [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...
13:25:00.729 [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
13:25:00.733 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:00.733 [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
13:25:00.735 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.735 [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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.735 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.735 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.736 [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...
13:25:00.736 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.736 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.736 [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...
13:25:00.738 [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
13:25:00.742 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:00.742 [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
13:25:00.744 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.744 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.744 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:25:00.745 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:25:00.745 [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...
13:25:00.745 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.746 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.746 [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...
13:25:00.748 [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
13:25:00.830 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
13:25:00.830 [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
13:25:00.843 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:25:00.843 [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.
0s98ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.843 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.843 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.844 [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...
13:25:00.844 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.844 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.844 [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...
13:25:00.846 [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
13:25:00.913 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:00.913 [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
13:25:00.915 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.915 [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.
0s71ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.915 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.915 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.916 [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...
13:25:00.916 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.916 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.916 [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...
13:25:00.918 [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
13:25:00.922 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:00.922 [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
13:25:00.924 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.924 [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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.924 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.924 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.925 [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...
13:25:00.925 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.925 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.925 [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...
13:25:00.927 [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
13:25:00.932 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec)
13:25:00.932 [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
13:25:00.935 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:00.935 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.935 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.935 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.935 [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...
13:25:00.935 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:00.935 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:00.935 [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...
13:25:00.938 [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
13:25:00.946 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:25:00.946 [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
13:25:00.951 [pool-156-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:25:00.951 [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.
0s16ms [pure insertion]
marking any relevant derived attributes for update...13:25:00.951 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:00.951 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:00.951 [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, 12 sec total)
13:25:00.951 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:00.951 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:01.036 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/1119 proxy references (0 sec total)
13:25:03.156 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs
13:25:03.156 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~2.205s
attempting to resolve any uninitialized derived attributes...
13:25:03.156 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:03.156 [pool-156-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:03.156 [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...
13:25:03.156 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
2s205ms [proxy update]
13:25:03.156 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:03.160 [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		~15s
validating changes...
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-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/72ada667-0b7f-4421-bd69-9b037642ed87.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.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/435869cb-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-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/01ec141c-0000-12f2-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml
validating file UPDATED for /data/fragments/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.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.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/0054070c-0000-005d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-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.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.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/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.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/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-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/34ef5bd6-d7e4-11e2-b93f-0027103f347c.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/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.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.PropertyType/00080cf0-0000-00cf-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/00540a84-0000-0005-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/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.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/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-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/859f8b76-5acc-4a9c-a5eb-973467388b13.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.MetaclassReference/00bc27b8-0000-08c8-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/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.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-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.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.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/Standard.DataType/00000004-0000-0009-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.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/01ec12fc-0000-0251-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.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/c2e23680-96f0-11de-a322-001fe2c988b8.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/00540a84-0000-0003-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/01ec141c-0000-12f7-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/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-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/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/120a35e7-c2fd-11de-8ac8-001302895b2b.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.Package/00000004-0000-0004-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.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/01ec2468-0000-0ac6-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/00700680-0000-01c3-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-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/00700680-0000-0202-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/00700680-0000-01d1-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/1b1ba62d-205e-11df-948e-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/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.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/8ed6276e-5821-11df-be59-001302895b2b.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.MetaclassReference/00bc27b8-0000-02a9-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/946458b2-daf1-44b8-887b-12a0d9e5c2f6.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/aa99ee06-c495-11de-ada1-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-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/8e76c95f-5821-11df-be59-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.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-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/61222898-ff82-4681-a82f-a8f14c479dd1.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.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/3254be34-c7d8-4018-8a68-5de65c30b773.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/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.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/01ec2468-0000-0acb-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.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/770df309-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.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/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/00700680-0000-01d9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-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/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-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/86eada10-32d9-11e0-91f3-0027103f347c.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/e884c108-f73e-11e1-8cf3-002564c97630.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.ModuleComponent/00000000-0000-2710-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml
validating file UPDATED for /data/fragments/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/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.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/Standard.DataType/00000004-0000-000d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.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/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/37d0688a-c308-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.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/00700680-0000-01ba-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.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/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/d5bccf8e-79b3-48df-8c79-09200aa52d19.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/Standard.DataType/00000004-0000-000b-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/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.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/89326f2e-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-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/00000000-0000-9c46-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-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/e4c6c55f-c2fc-11de-8ac8-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/01ec12fc-0000-0224-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-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/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/0bd72298-5d08-11df-a996-001302895b2b.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/01280500-0000-0b37-0000-000000000000.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.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.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/eb8f06b7-de86-11de-905b-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.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml
validating file UPDATED for /data/fragments/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/c6a579b6-5d0d-11df-a996-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/4e477e48-35b4-11df-9280-001302895b2b.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/679a9417-8f06-4255-a409-1e1f7136e418.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/002005c0-0001-0011-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.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.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/01ec1ac4-0000-2eff-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.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/00bc470c-0000-0018-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/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-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/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.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/00000000-0000-9c49-0000-000000000000.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.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml
changed resource size: 619
relevant graph size: 619
validated changes... true
13:25:05.845 [pool-156-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 17 s 773 ms
13:25:05.850 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:25:05.850 [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
13:25:05.854 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:05.854 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:25:05.990 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:25:05.990 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16723463451190069156/test_zoo[LevelDB GreyCat]
13:25:05.990 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:25:06.127 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:25:06.129 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:06.129 [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
13:25:06.334 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:06.334 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:06.436 [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
13:25:06.437 [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
13:25:06.439 [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
13:25:06.532 [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
13:25:06.535 [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
13:25:06.535 [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
13:25:06.536 [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
13:25:06.537 [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
13:25:06.537 [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
13:25:06.537 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:25:06.537 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:25:06.537 [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
13:25:06.538 [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
13:25:06.539 [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
13:25:06.539 [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
13:25:06.540 [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
13:25:06.540 [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
13:25:06.543 [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
13:25:06.543 [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
13:25:06.544 [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
13:25:06.544 [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
13:25:06.546 [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
13:25:06.546 [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
13:25:06.546 [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
13:25:06.546 [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
13:25:06.547 [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
13:25:06.547 [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
13:25:06.548 [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
13:25:06.548 [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
13:25:06.549 [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
13:25:06.549 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:25:06.550 [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
13:25:06.550 [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
13:25:06.550 [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
13:25:06.550 [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
13:25:06.552 [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
13:25:06.552 [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
13:25:06.553 [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
13:25:06.553 [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
13:25:06.554 [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
13:25:06.554 [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
13:25:06.555 [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
13:25:06.557 [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
13:25:06.616 [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
13:25:06.616 [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
13:25:06.616 [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
13:25:06.616 [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
13:25:06.616 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.617 [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
13:25:06.618 [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
13:25:06.618 [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
13:25:06.618 [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
13:25:06.618 [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
13:25:06.618 [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
13:25:06.618 [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
13:25:06.618 [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
13:25:06.618 [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
13:25:06.618 [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
13:25:06.618 [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
13:25:06.618 [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
13:25:06.619 [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
13:25:06.619 [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
13:25:06.619 [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
13:25:06.619 [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[]
13:25:06.619 [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
13:25:06.619 [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
13:25:06.620 [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
13:25:06.620 [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
13:25:06.620 [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
13:25:06.620 [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
13:25:06.620 [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
13:25:06.620 [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
13:25:06.620 [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
13:25:06.620 [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
13:25:06.620 [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[]
13:25:06.620 [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
13:25:06.620 [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
13:25:06.620 [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
13:25:06.620 [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
13:25:06.620 [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
13:25:06.620 [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
13:25:06.620 [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
13:25:06.620 [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
13:25:06.629 [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
13:25:06.644 [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
13:25:06.658 [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
13:25:06.726 [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
13:25:06.728 [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
13:25:06.738 [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
13:25:06.773 [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
13:25:06.785 [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
13:25:06.827 [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
13:25:06.835 [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
13:25:07.053 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 184 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:25:07.053 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:25:07.137 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:25:07.137 [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!
13:25:07.137 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:07.137 [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
13:25:07.137 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:25:07.247 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit17347978935462110882/:org.eclipse.hawk.localfolder.LocalFolder:false
13:25:07.248 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:07.248 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:07.252 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:07.256 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:07.256 [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@7fd6e636 (id: _ba16239e-181e-4b9f-bc5b-0bb2ee973450, anyAttribute: null) (name: null) (isClosed: false, isExecutable: false, processType: None)' is not legal. (file:/tmp/junit17347978935462110882/v0-B.2.0.bpmn, -1, -1)
13:25:07.918 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting all contents of file: /v0-B.2.0.bpmn...
0s1ms [pure insertion]
marking any relevant derived attributes for update...13:25:07.918 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:25:07.920 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:25:07.920 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:07.920 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:07.922 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:25:07.922 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:25:07.922 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:07.922 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:07.924 [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...
13:25:07.924 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
13:25:07.924 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:07.924 [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
13:25:07.924 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 676 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit17347978935462110882/v0-B.2.0.bpmn
13:25:07.925 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:07.928 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:07.928 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:07.928 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:08.234 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:25:08.238 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:08.238 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:08.238 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /v0-B.2.0.bpmn...
13:25:08.243 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:25:08.244 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.ParticipantBandKind
13:25:08.245 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.di.MessageVisibleKind
13:25:08.316 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.ProcessType
13:25:08.323 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.MultiInstanceBehavior
13:25:08.327 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.GatewayDirection
13:25:08.446 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.AssociationDirection
13:25:08.529 [pool-158-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.bpmn2.EventBasedGatewayType
13:25:08.546 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec)
13:25:08.546 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
13:25:10.053 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~1 sec)
13:25:10.053 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /v0-B.2.0.bpmn.
1s819ms [pure insertion]
marking any relevant derived attributes for update...13:25:10.053 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:10.053 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:10.053 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:10.053 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:10.138 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total)
13:25:10.322 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs
13:25:10.322 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.269s
attempting to resolve any uninitialized derived attributes...
13:25:10.322 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:10.322 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:10.322 [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...
13:25:10.322 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s269ms [proxy update]
13:25:10.322 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:10.323 [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
13:25:10.538 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 613 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit17347978935462110882/v0-B.2.0.bpmn
13:25:10.539 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:10.542 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:10.543 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:10.543 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:10.825 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:25:10.825 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:10.829 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store
13:25:10.918 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:231 u:106 d:228 ratio: 0.553921568627451
13:25:10.918 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:25:10.918 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:25:10.919 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
13:25:12.752 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.833s
13:25:13.136 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:25:13.318 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1020 NODES AND 1020 M->MM REFERENCES! (took ~2135sec)
13:25:13.318 [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
13:25:14.715 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1481 REFERENCES! (took ~1 sec)
13:25:14.715 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s890ms [pure insertion]
marking any relevant derived attributes for update...13:25:14.715 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:14.715 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:14.715 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:14.715 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:14.744 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/214 proxy references (0 sec total)
13:25:14.846 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 214 refs
13:25:14.846 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.131s
attempting to resolve any uninitialized derived attributes...
13:25:14.846 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:14.846 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:14.846 [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...
13:25:14.846 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s131ms [proxy update]
13:25:14.846 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:14.846 [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		~4s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1020
relevant graph size: 1020
validated changes... true
13:25:15.033 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 494 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit17347978935462110882/v0-B.2.0.bpmn
13:25:15.034 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:15.038 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:15.038 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:15.038 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:15.215 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:25:15.215 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:15.219 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1020 (1020) nodes in store
13:25:15.247 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:350 u:240 d:235 ratio: 0.8088235294117647
13:25:15.247 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:25:15.247 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:25:15.247 [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
13:25:16.829 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.582s
13:25:17.330 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:25:17.521 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2137sec)
13:25:17.521 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
13:25:17.528 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9467321480466710725/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit9467321480466710725/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]
13:25:17.820 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16544729139517075764/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit16544729139517075764/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]
13:25:18.121 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit2887150038572641917/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit2887150038572641917/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]
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:25:19.521 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~2 sec)
13:25:19.521 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
4s306ms [pure insertion]
marking any relevant derived attributes for update...13:25:19.521 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:25:19.522 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:25:19.522 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:19.522 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:19.554 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/320 proxy references (0 sec total)
13:25:19.727 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 320 refs
13:25:19.727 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.205s
attempting to resolve any uninitialized derived attributes...
13:25:19.727 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:19.727 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:19.728 [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...
13:25:19.728 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s206ms [proxy update]
13:25:19.728 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:19.728 [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		~4s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1125
relevant graph size: 1125
validated changes... true
13:25:19.855 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 820 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit17347978935462110882/v0-B.2.0.bpmn
13:25:19.856 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:19.914 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:19.915 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:19.915 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:20.028 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:25:20.028 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:20.032 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store
13:25:20.118 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:257 u:403 d:253 ratio: 0.8115555555555556
13:25:20.118 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:25:20.118 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:25:20.118 [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
13:25:21.845 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.727s
13:25:22.243 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:25:22.415 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1125 NODES AND 1125 M->MM REFERENCES! (took ~2133sec)
13:25:22.415 [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
13:25:24.320 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1586 REFERENCES! (took ~1 sec)
13:25:24.320 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
4s292ms [pure insertion]
marking any relevant derived attributes for update...13:25:24.320 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:24.320 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:24.320 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:24.320 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:24.351 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
13:25:24.517 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
13:25:24.517 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.197s
attempting to resolve any uninitialized derived attributes...
13:25:24.517 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:24.517 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:24.517 [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...
13:25:24.517 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s197ms [proxy update]
13:25:24.517 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:24.517 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /v0-B.2.0.bpmn
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1125
d elems		1125
time		~4s
validating changes...
changed resource size: 1125
relevant graph size: 1125
validated changes... true
13:25:24.637 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 4 s 781 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit17347978935462110882/v0-B.2.0.bpmn
13:25:24.637 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:24.641 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:24.641 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:24.641 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:24.747 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:25:24.747 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:24.750 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1125 (1125) nodes in store
13:25:24.829 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:253 u:617 d:243 ratio: 0.9893333333333333
13:25:24.829 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:25:24.829 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:25:24.829 [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
13:25:25.938 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.109s
13:25:26.176 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:25:26.323 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
13:25:26.323 [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
13:25:28.131 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~1 sec)
13:25:28.131 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s384ms [pure insertion]
marking any relevant derived attributes for update...13:25:28.131 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:28.131 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:28.131 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:28.131 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:28.221 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
13:25:28.417 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
13:25:28.417 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.286s
attempting to resolve any uninitialized derived attributes...
13:25:28.417 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:28.417 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:28.417 [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...
13:25:28.417 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s286ms [proxy update]
13:25:28.417 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:28.417 [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		~3s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
13:25:28.530 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 893 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit17347978935462110882/v0-B.2.0.bpmn
13:25:28.531 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:28.534 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:28.534 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:28.534 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:28.639 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:25:28.639 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:28.642 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
13:25:28.727 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:249 u:312 d:237 ratio: 0.7080745341614907
13:25:28.727 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:25:28.727 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:25:28.728 [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
13:25:29.930 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.202s
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:25:30.169 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:25:30.319 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
13:25:30.319 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /v0-B.2.0.bpmn
13:25:31.951 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~1 sec)
13:25:31.951 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s313ms [pure insertion]
marking any relevant derived attributes for update...13:25:31.951 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:31.951 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:31.951 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:31.951 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:32.039 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:25:32.241 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
13:25:32.241 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.29s
attempting to resolve any uninitialized derived attributes...
13:25:32.241 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:32.241 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:32.241 [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...
13:25:32.241 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s290ms [proxy update]
13:25:32.241 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:32.241 [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		~3s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
13:25:32.414 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 883 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit17347978935462110882/v0-B.2.0.bpmn
13:25:32.415 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:32.418 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:32.418 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:32.418 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:32.521 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:25:32.521 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:32.524 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
13:25:32.549 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:247 u:321 d:240 ratio: 0.7169476486246673
13:25:32.549 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:25:32.549 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:25:32.549 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /v0-B.2.0.bpmn
13:25:33.573 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.024s
13:25:33.788 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:25:33.924 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1127 NODES AND 1127 M->MM REFERENCES! (took ~2136sec)
13:25:33.924 [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
13:25:35.641 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1588 REFERENCES! (took ~1 sec)
13:25:35.641 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s120ms [pure insertion]
marking any relevant derived attributes for update...13:25:35.641 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:35.641 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:35.641 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:35.641 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:35.725 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/321 proxy references (0 sec total)
13:25:35.846 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 1 proxy ref lists left after resolving 320 refs
13:25:35.846 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.205s
attempting to resolve any uninitialized derived attributes...
13:25:35.846 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:35.846 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:35.846 [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...
13:25:35.846 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s205ms [proxy update]
13:25:35.846 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:35.846 [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		~3s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1127
relevant graph size: 1127
validated changes... true
13:25:35.954 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 539 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit17347978935462110882/v0-B.2.0.bpmn
13:25:35.954 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:36.014 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:36.049 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:36.049 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:36.128 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /v0-B.2.0.bpmn...
13:25:36.128 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:36.131 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 1127 (1127) nodes in store
13:25:36.154 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:259 u:383 d:253 ratio: 0.7941437444543035
13:25:36.212 [pool-158-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:25:36.212 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /v0-B.2.0.bpmn...
13:25:36.212 [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
13:25:37.330 [pool-158-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 1.118s
13:25:37.498 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /v0-B.2.0.bpmn
13:25:37.619 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1129 NODES AND 1129 M->MM REFERENCES! (took ~2140sec)
13:25:37.619 [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
13:25:39.435 [pool-158-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1590 REFERENCES! (took ~1 sec)
13:25:39.435 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /v0-B.2.0.bpmn.
3s307ms [pure insertion]
marking any relevant derived attributes for update...13:25:39.435 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:39.435 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:39.435 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:39.435 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:39.523 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/322 proxy references (0 sec total)
13:25:39.662 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 322 refs
13:25:39.662 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.227s
attempting to resolve any uninitialized derived attributes...
13:25:39.662 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:39.662 [pool-158-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:39.662 [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...
13:25:39.662 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s227ms [proxy update]
13:25:39.662 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:39.662 [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		~3s
validating changes...
validating file UPDATED for /v0-B.2.0.bpmn
changed resource size: 1129
relevant graph size: 1129
validated changes... true
13:25:39.835 [pool-158-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 881 ms
13:25:39.835 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:25:39.835 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit17347978935462110882/:org.eclipse.hawk.localfolder.LocalFolder:false
13:25:39.837 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:39.837 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:25:39.918 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:25:39.918 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9160944346953285078/test_bpmn[LevelDB GreyCat]
13:25:39.918 [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
13:25:40.235 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:25:40.236 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:40.236 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:25:40.236 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:40.236 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:40.239 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:25:40.239 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:25:40.239 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:25:40.239 [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!
13:25:40.239 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:40.240 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
13:25:40.240 [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
13:25:40.240 [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
13:25:40.246 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:40.246 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:40.255 [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
13:25:40.255 [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
13:25:40.255 [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
13:25:40.255 [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
13:25:40.255 [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
13:25:40.255 [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
13:25:40.255 [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
13:25:40.255 [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
13:25:40.255 [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
13:25:40.257 [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
13:25:40.257 [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
13:25:40.257 [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
13:25:40.257 [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
13:25:40.257 [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
13:25:40.257 [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
13:25:40.257 [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
13:25:40.257 [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
13:25:40.257 [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
13:25:40.257 [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
13:25:40.257 [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
13:25:40.257 [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
13:25:40.257 [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
13:25:40.258 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:25:40.258 [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
13:25:40.258 [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
13:25:40.259 [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
13:25:40.259 [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
13:25:40.259 [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
13:25:40.259 [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
13:25:40.259 [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
13:25:40.259 [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
13:25:40.260 [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
13:25:40.260 [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[]
13:25:40.260 [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
13:25:40.313 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:25:40.313 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:25:40.423 [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
13:25:40.424 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:40.424 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:40.426 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:40.430 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:40.430 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:40.432 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:25:40.437 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:40.438 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:40.438 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:25:40.440 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:25:40.444 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:40.444 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:25:40.453 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:25:40.453 [pool-160-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...13:25:40.453 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:25:40.454 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:25:40.455 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:25:40.455 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:40.455 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:40.455 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:25:40.457 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:25:40.460 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:40.460 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:25:40.517 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:25:40.517 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s62ms [pure insertion]
marking any relevant derived attributes for update...13:25:40.517 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:40.517 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:40.518 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:25:40.518 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:40.518 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:40.518 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:25:40.521 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:25:40.523 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:40.523 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:25:40.533 [pool-160-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:25:40.533 [pool-160-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...13:25:40.533 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:40.533 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:40.533 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:40.533 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:40.533 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:25:40.545 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:25:40.545 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.012s
attempting to resolve any uninitialized derived attributes...
13:25:40.545 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:40.545 [pool-160-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:40.545 [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...
13:25:40.545 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
13:25:40.545 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:40.545 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /subfolder/subfolder/grandchild.model
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
changed resource size: 9
relevant graph size: 9
validated changes... true
13:25:40.546 [pool-160-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 122 ms
13:25:40.618 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:25:40.618 [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
13:25:40.619 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:40.619 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:25:40.667 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:25:40.667 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4619003451256553323/test_instanceCountsAllOf[LevelDB GreyCat]
13:25:40.667 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:25:40.861 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:25:40.862 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:40.862 [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
13:25:40.862 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:40.862 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:40.864 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:25:40.864 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:25:40.864 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:25:40.865 [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!
13:25:40.865 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:25:40.865 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:40.865 [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
13:25:40.865 [pool-162-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
13:25:40.914 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:40.914 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:40.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
13:25:40.920 [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
13:25:40.920 [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
13:25:40.921 [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
13:25:40.921 [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
13:25:40.921 [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
13:25:40.921 [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
13:25:40.922 [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
13:25:40.922 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.923 [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
13:25:40.924 [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
13:25:40.924 [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
13:25:40.924 [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
13:25:40.924 [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
13:25:40.924 [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
13:25:40.924 [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
13:25:40.924 [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
13:25:40.925 [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[]
13:25:40.925 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore
13:25:40.929 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:25:40.929 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:25:41.033 [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
13:25:41.034 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:41.034 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:41.036 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:41.040 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:41.040 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:41.041 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:25:41.047 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:41.047 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:41.047 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:25:41.049 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:25:41.052 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:41.052 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:25:41.060 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:25:41.060 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s19ms [pure insertion]
marking any relevant derived attributes for update...13:25:41.060 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:25:41.061 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:25:41.062 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:25:41.062 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:41.062 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:41.062 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:25:41.064 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:25:41.067 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:41.067 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:25:41.073 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:25:41.073 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:25:41.073 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:41.073 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:41.074 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:25:41.074 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:41.074 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:41.074 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:25:41.114 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:25:41.117 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:41.117 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:25:41.125 [pool-162-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:25:41.125 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s51ms [pure insertion]
marking any relevant derived attributes for update...13:25:41.125 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:41.125 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:41.125 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:41.125 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:41.125 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:25:41.136 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:25:41.136 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.011s
attempting to resolve any uninitialized derived attributes...
13:25:41.136 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:41.136 [pool-162-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:41.136 [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...
13:25:41.136 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s11ms [proxy update]
13:25:41.136 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:41.137 [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
13:25:41.137 [pool-162-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 103 ms
13:25:41.147 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:25:41.147 [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
13:25:41.149 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:41.149 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:25:41.217 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:25:41.218 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3527629188692896101/test_listFiles[LevelDB GreyCat]
13:25:41.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:25:41.436 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:25:41.438 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:41.438 [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
13:25:41.438 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:41.438 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:41.440 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:25:41.440 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:25:41.440 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:25:41.440 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:25:41.440 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:25:41.440 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:41.440 [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
13:25:41.441 [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
13:25:41.444 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:41.444 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:41.449 [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
13:25:41.449 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:25:41.449 [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
13:25:41.450 [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
13:25:41.450 [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
13:25:41.450 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:25:41.450 [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
13:25:41.450 [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
13:25:41.450 [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
13:25:41.451 [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
13:25:41.451 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:25:41.451 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:25:41.451 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:25:41.451 [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
13:25:41.451 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:25:41.451 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:25:41.451 [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
13:25:41.451 [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
13:25:41.451 [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
13:25:41.451 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:25:41.451 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:25:41.452 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
13:25:41.452 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:25:41.452 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:25:41.453 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:25:41.453 [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
13:25:41.453 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:25:41.453 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:25:41.454 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:25:41.454 [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
13:25:41.454 [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
13:25:41.454 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:25:41.455 [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
13:25:41.455 [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
13:25:41.459 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:25:41.459 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:25:41.570 [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
13:25:41.572 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:41.572 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:41.574 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:41.578 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:41.578 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:41.579 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:25:41.584 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:41.584 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:41.585 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:25:41.587 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:25:41.590 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:41.590 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:25:41.620 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:25:41.620 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s41ms [pure insertion]
marking any relevant derived attributes for update...13:25:41.620 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:25:41.621 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:25:41.622 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:25:41.622 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:41.622 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:41.622 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:25:41.624 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:25:41.627 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:41.627 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:25:41.634 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:25:41.634 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:25:41.634 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:41.634 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:41.635 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:25:41.635 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:41.635 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:41.635 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:25:41.637 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:25:41.640 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:41.640 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:25:41.648 [pool-164-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:25:41.648 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:25:41.649 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:41.649 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:41.649 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:41.649 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:41.649 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:25:41.713 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:25:41.713 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.064s
attempting to resolve any uninitialized derived attributes...
13:25:41.713 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:41.713 [pool-164-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:41.713 [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...
13:25:41.713 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s64ms [proxy update]
13:25:41.713 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:41.713 [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 /root.model
validating file UPDATED for /subfolder/subfolder/grandchild.model
validating file UPDATED for /subfolder/child.model
changed resource size: 9
relevant graph size: 9
validated changes... true
13:25:41.714 [pool-164-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 142 ms
13:25:41.718 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:41.719 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12990620534376682842/test_instanceCounts[LevelDB GreyCat]
13:25:41.721 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:41.721 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12990620534376682842/test_instanceCounts[LevelDB GreyCat]
13:25:41.723 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:41.723 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12990620534376682842/test_instanceCounts[LevelDB GreyCat]
13:25:41.726 [pool-164-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:41.726 [pool-164-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12990620534376682842/test_instanceCounts[LevelDB GreyCat]
13:25:41.731 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:25:41.731 [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
13:25:41.732 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:41.732 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:25:41.812 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:25:41.812 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12990620534376682842/test_instanceCounts[LevelDB GreyCat]
13:25:41.812 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:25:42.038 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:25:42.039 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:42.039 [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
13:25:42.039 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:42.039 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:42.041 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:25:42.041 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:25:42.041 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:25:42.042 [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!
13:25:42.042 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:25:42.042 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:42.042 [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
13:25:42.043 [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
13:25:42.045 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:42.045 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:42.051 [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
13:25:42.051 [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
13:25:42.051 [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
13:25:42.051 [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
13:25:42.051 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:25:42.051 [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
13:25:42.052 [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
13:25:42.053 [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
13:25:42.054 [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
13:25:42.054 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:25:42.054 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
13:25:42.054 [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
13:25:42.054 [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
13:25:42.055 [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
13:25:42.055 [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
13:25:42.055 [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
13:25:42.055 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:25:42.055 [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
13:25:42.055 [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
13:25:42.055 [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
13:25:42.055 [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
13:25:42.055 [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
13:25:42.055 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:25:42.055 [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
13:25:42.056 [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
13:25:42.056 [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
13:25:42.056 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
13:25:42.056 [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
13:25:42.056 [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[]
13:25:42.057 [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
13:25:42.057 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:25:42.057 [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
13:25:42.057 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:25:42.057 [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
13:25:42.060 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:25:42.060 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:25:42.163 [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
13:25:42.165 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:42.165 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:42.167 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:42.171 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:42.171 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:42.172 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:25:42.216 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:42.216 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:42.216 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:25:42.219 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:25:42.222 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:42.222 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:25:42.230 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:25:42.230 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s58ms [pure insertion]
marking any relevant derived attributes for update...13:25:42.230 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:25:42.232 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:25:42.233 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:25:42.233 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:42.233 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:42.233 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:25:42.235 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:25:42.237 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:42.237 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:25:42.244 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:25:42.244 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:25:42.244 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:42.244 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:42.245 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:25:42.245 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:42.245 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:42.245 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:25:42.247 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:25:42.250 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:42.250 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:25:42.312 [pool-166-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:25:42.312 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s67ms [pure insertion]
marking any relevant derived attributes for update...13:25:42.312 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:42.312 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:42.312 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:42.312 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:42.313 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:25:42.324 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:25:42.324 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.012s
attempting to resolve any uninitialized derived attributes...
13:25:42.324 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:42.324 [pool-166-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:42.324 [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...
13:25:42.324 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
13:25:42.324 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:42.325 [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
13:25:42.326 [pool-166-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 161 ms
13:25:42.329 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:42.329 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13139601647961888776/test_reverseRefs[LevelDB GreyCat]
13:25:42.333 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:42.333 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13139601647961888776/test_reverseRefs[LevelDB GreyCat]
13:25:42.337 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:42.337 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13139601647961888776/test_reverseRefs[LevelDB GreyCat]
13:25:42.341 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:42.341 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13139601647961888776/test_reverseRefs[LevelDB GreyCat]
13:25:42.347 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:42.347 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13139601647961888776/test_reverseRefs[LevelDB GreyCat]
13:25:42.350 [pool-166-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:42.350 [pool-166-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit13139601647961888776/test_reverseRefs[LevelDB GreyCat]
13:25:42.354 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:25:42.354 [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
13:25:42.356 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:42.356 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:25:42.445 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:25:42.445 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13139601647961888776/test_reverseRefs[LevelDB GreyCat]
13:25:42.445 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:25:42.650 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:25:42.651 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:42.651 [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
13:25:42.651 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:42.651 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:42.653 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:25:42.653 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:25:42.653 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:25:42.653 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:25:42.654 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:25:42.654 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:42.654 [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
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:25:42.654 [pool-168-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
13:25:42.657 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:42.657 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:42.714 [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
13:25:42.714 [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
13:25:42.714 [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
13:25:42.714 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:25:42.714 [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
13:25:42.715 [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
13:25:42.715 [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
13:25:42.715 [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
13:25:42.716 [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
13:25:42.716 [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
13:25:42.716 [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
13:25:42.716 [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
13:25:42.716 [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
13:25:42.716 [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
13:25:42.716 [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
13:25:42.716 [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
13:25:42.716 [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
13:25:42.717 [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[]
13:25:42.717 [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
13:25:42.717 [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
13:25:42.717 [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
13:25:42.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
13:25:42.717 [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
13:25:42.718 [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
13:25:42.718 [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
13:25:42.718 [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
13:25:42.718 [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
13:25:42.718 [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
13:25:42.718 [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
13:25:42.718 [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
13:25:42.718 [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
13:25:42.718 [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
13:25:42.718 [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
13:25:42.719 [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
13:25:42.723 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
13:25:42.723 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:25:42.818 [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
13:25:42.819 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:42.819 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:42.821 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:42.824 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:42.824 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:42.826 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
13:25:42.831 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:42.831 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:42.831 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
13:25:42.833 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
13:25:42.836 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:42.836 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
13:25:42.844 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
13:25:42.844 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s18ms [pure insertion]
marking any relevant derived attributes for update...13:25:42.844 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:25:42.845 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:25:42.846 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /root.model...
13:25:42.846 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:42.846 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:42.846 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /root.model...
13:25:42.849 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /root.model
13:25:42.851 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:42.851 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /root.model
13:25:42.857 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:25:42.857 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /root.model.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:25:42.857 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:42.857 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:42.858 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
13:25:42.858 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:42.912 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:42.912 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
13:25:42.915 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
13:25:42.917 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:25:42.917 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
13:25:42.926 [pool-168-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:25:42.926 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s68ms [pure insertion]
marking any relevant derived attributes for update...13:25:42.926 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:42.926 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:42.926 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:42.926 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:42.926 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
13:25:42.937 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
13:25:42.937 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.011s
attempting to resolve any uninitialized derived attributes...
13:25:42.937 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:42.937 [pool-168-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:42.937 [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...
13:25:42.937 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
13:25:42.938 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:42.938 [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 /root.model
validating file UPDATED for /subfolder/child.model
changed resource size: 9
relevant graph size: 9
validated changes... true
13:25:42.939 [pool-168-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 120 ms
13:25:42.943 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:42.943 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1153719454641135961/test_forwardRefs[LevelDB GreyCat]
13:25:42.948 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:42.948 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1153719454641135961/test_forwardRefs[LevelDB GreyCat]
13:25:42.952 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:42.952 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1153719454641135961/test_forwardRefs[LevelDB GreyCat]
13:25:42.955 [pool-168-thread-1] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:42.955 [pool-168-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1153719454641135961/test_forwardRefs[LevelDB GreyCat]
13:25:43.016 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:25:43.016 [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
13:25:43.017 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:43.017 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:25:43.072 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:25:43.072 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1153719454641135961/test_forwardRefs[LevelDB GreyCat]
13:25:43.072 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:25:43.206 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:25:43.208 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:43.208 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:25:43.208 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:43.208 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:43.210 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:25:43.210 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:25:43.210 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:25:43.210 [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!
13:25:43.210 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:43.210 [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
13:25:43.211 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
13:25:43.212 [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
13:25:43.237 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:43.237 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:43.248 [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
13:25:43.248 [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
13:25:43.248 [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
13:25:43.248 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
13:25:43.252 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
13:25:43.253 [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
13:25:43.255 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
13:25:43.256 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
13:25:43.321 [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
13:25:43.339 [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
13:25:43.344 [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
13:25:43.351 [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
13:25:43.355 [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
13:25:43.355 [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
13:25:43.355 [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
13:25:43.356 [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
13:25:43.359 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:25:43.360 [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
13:25:43.360 [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
13:25:43.360 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:25:43.360 [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
13:25:43.360 [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[]
13:25:43.360 [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
13:25:43.360 [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
13:25:43.360 [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
13:25:43.360 [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
13:25:43.360 [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
13:25:43.361 [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
13:25:43.361 [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
13:25:43.361 [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
13:25:43.362 [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
13:25:43.362 [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
13:25:43.362 [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
13:25:43.362 [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
13:25:43.362 [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
13:25:43.362 [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
13:25:43.362 [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
13:25:43.363 [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
13:25:43.363 [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
13:25:43.365 [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
13:25:43.365 [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
13:25:43.366 [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
13:25:43.367 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:25:43.367 [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
13:25:43.369 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:25:43.416 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
13:25:43.417 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:25:43.518 [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
13:25:43.519 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:43.519 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:43.534 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:43.538 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:43.538 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:43.733 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:25:43.740 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:43.741 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:43.741 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:25:43.745 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:25:44.423 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
13:25:44.423 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:25:44.938 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
13:25:44.938 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
1s205ms [pure insertion]
marking any relevant derived attributes for update...13:25:44.938 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:25:44.939 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:25:44.940 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:44.940 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:44.958 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:25:44.958 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.018s
attempting to resolve any uninitialized derived attributes...
13:25:44.958 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:44.958 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:44.958 [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...
13:25:44.958 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s18ms [proxy update]
13:25:44.958 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:44.958 [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
13:25:45.447 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 928 ms
13:25:45.558 [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
13:25:45.560 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:45.560 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:45.625 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:45.627 [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/
13:25:45.627 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:45.627 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:45.639 [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...
13:25:45.639 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:45.640 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:45.640 [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...
13:25:45.643 [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
13:25:45.644 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:25:45.644 [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
13:25:45.646 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:45.646 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:25:45.646 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:45.646 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:45.732 [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...
13:25:45.732 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:45.732 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:45.732 [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...
13:25:45.736 [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
13:25:46.252 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
13:25:46.252 [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
13:25:46.452 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
13:25:46.452 [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.
0s720ms [pure insertion]
marking any relevant derived attributes for update...13:25:46.452 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:46.452 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:46.519 [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...
13:25:46.519 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:46.519 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:46.519 [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...
13:25:46.522 [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
13:25:46.526 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:25:46.526 [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
13:25:46.549 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:25:46.549 [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.
0s30ms [pure insertion]
marking any relevant derived attributes for update...13:25:46.549 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:46.549 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:46.612 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:25:46.612 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:46.612 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:46.612 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:25:46.615 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:25:46.617 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
13:25:46.617 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:25:46.624 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:46.624 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s12ms [pure insertion]
marking any relevant derived attributes for update...13:25:46.624 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:46.624 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:46.639 [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...
13:25:46.639 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:46.639 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:46.639 [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...
13:25:46.641 [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
13:25:46.815 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
13:25:46.815 [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
13:25:46.843 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
13:25:46.843 [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.
0s204ms [pure insertion]
marking any relevant derived attributes for update...13:25:46.843 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:46.843 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:46.850 [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...
13:25:46.850 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:46.850 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:46.850 [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...
13:25:46.853 [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
13:25:46.853 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:25:46.853 [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
13:25:46.855 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:46.856 [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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:25:46.856 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:46.856 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:46.921 [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...
13:25:46.921 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:46.924 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:46.924 [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...
13:25:46.927 [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
13:25:46.928 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:25:46.928 [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
13:25:46.931 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:46.931 [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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...13:25:46.931 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:46.931 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:47.021 [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...
13:25:47.021 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:47.021 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:47.021 [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...
13:25:47.024 [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
13:25:47.530 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9467321480466710725/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit9467321480466710725/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]
13:25:47.641 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
13:25:47.641 [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
13:25:47.822 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16544729139517075764/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit16544729139517075764/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]
13:25:48.123 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit2887150038572641917/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit2887150038572641917/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]
13:25:48.216 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
13:25:48.216 [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.
1s195ms [pure insertion]
marking any relevant derived attributes for update...13:25:48.216 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:48.216 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:48.223 [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...
13:25:48.223 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:48.223 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:48.223 [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...
13:25:48.225 [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
13:25:48.226 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:25:48.226 [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
13:25:48.228 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:48.228 [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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:25:48.228 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:25:48.229 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:25:48.236 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:25:48.236 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:48.236 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:48.236 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:25:48.239 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:25:48.241 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:48.241 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:25:48.242 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:48.242 [pool-170-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...13:25:48.242 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:48.242 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:48.248 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:25:48.248 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:48.248 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:48.249 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:25:48.251 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:25:48.256 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:48.256 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:25:48.256 [pool-170-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:48.256 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:25:48.256 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:48.256 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:48.256 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:48.256 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:48.335 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
13:25:48.763 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
13:25:48.763 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.507s
attempting to resolve any uninitialized derived attributes...
13:25:48.763 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:48.763 [pool-170-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:48.763 [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...
13:25:48.763 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s507ms [proxy update]
13:25:48.763 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:48.764 [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/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
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/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.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/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
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:25:49.261 [pool-170-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 701 ms
13:25:49.261 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9908084031164518565/test_allContents[LevelDB GreyCat]
13:25:49.264 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9908084031164518565/test_allContents[LevelDB GreyCat]
13:25:49.330 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9908084031164518565/test_allContents[LevelDB GreyCat]
13:25:49.331 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9908084031164518565/test_allContents[LevelDB GreyCat]
13:25:49.333 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9908084031164518565/test_allContents[LevelDB GreyCat]
13:25:49.438 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9908084031164518565/test_allContents[LevelDB GreyCat]
13:25:49.440 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9908084031164518565/test_allContents[LevelDB GreyCat]
13:25:49.442 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:25:49.442 [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
13:25:49.444 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:49.444 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:25:49.538 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:25:49.539 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9908084031164518565/test_allContents[LevelDB GreyCat]
13:25:49.539 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:25:49.998 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:25:50.013 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:50.013 [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
13:25:50.013 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:50.013 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:50.015 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:25:50.015 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:25:50.015 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:25:50.016 [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!
13:25:50.016 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:50.016 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:25:50.016 [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
13:25:50.017 [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
13:25:50.042 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:50.042 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:50.121 [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
13:25:50.122 [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
13:25:50.122 [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
13:25:50.122 [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
13:25:50.122 [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
13:25:50.122 [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
13:25:50.122 [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
13:25:50.122 [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
13:25:50.122 [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
13:25:50.122 [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
13:25:50.122 [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
13:25:50.123 [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
13:25:50.123 [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
13:25:50.123 [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
13:25:50.123 [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
13:25:50.123 [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
13:25:50.123 [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
13:25:50.123 [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
13:25:50.123 [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
13:25:50.123 [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[]
13:25:50.124 [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
13:25:50.124 [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
13:25:50.124 [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
13:25:50.124 [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
13:25:50.125 [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
13:25:50.125 [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
13:25:50.125 [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
13:25:50.125 [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
13:25:50.125 [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
13:25:50.126 [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
13:25:50.126 [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
13:25:50.126 [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
13:25:50.127 [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
13:25:50.128 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
13:25:50.128 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
13:25:50.133 [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
13:25:50.134 [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
13:25:50.139 [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
13:25:50.150 [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
13:25:50.151 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
13:25:50.154 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
13:25:50.155 [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
13:25:50.159 [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
13:25:50.159 [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
13:25:50.159 [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
13:25:50.224 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
13:25:50.224 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:25:50.337 [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
13:25:50.339 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:50.339 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:50.535 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:50.539 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:50.539 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:50.924 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:25:50.935 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:50.935 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:50.935 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:25:50.942 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:25:51.540 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
13:25:51.540 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:25:52.033 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
13:25:52.033 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
1s109ms [pure insertion]
marking any relevant derived attributes for update...13:25:52.033 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:25:52.035 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:25:52.035 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:52.035 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:52.051 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:25:52.051 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.016s
attempting to resolve any uninitialized derived attributes...
13:25:52.051 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:52.051 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:52.051 [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...
13:25:52.051 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s16ms [proxy update]
13:25:52.051 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:52.051 [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
13:25:52.534 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 195 ms
13:25:52.659 [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
13:25:52.661 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:52.661 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:52.715 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:52.716 [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/
13:25:52.716 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:52.716 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:52.724 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:25:52.724 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:52.724 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:52.724 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:25:52.726 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:25:52.729 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:52.729 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:25:52.729 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:52.729 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:25:52.729 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:52.729 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:52.741 [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...
13:25:52.741 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:52.741 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:52.741 [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...
13:25:52.743 [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
13:25:52.843 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
13:25:52.843 [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
13:25:52.922 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
13:25:52.922 [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.
0s181ms [pure insertion]
marking any relevant derived attributes for update...13:25:52.922 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:52.922 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:52.929 [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...
13:25:52.929 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:52.929 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:52.929 [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...
13:25:52.931 [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
13:25:52.932 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:25:52.932 [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
13:25:52.934 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:52.934 [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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:25:52.934 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:52.934 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:52.941 [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...
13:25:52.941 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:52.943 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:52.943 [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...
13:25:52.945 [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
13:25:52.945 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:25:52.945 [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
13:25:52.947 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:52.947 [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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:25:52.947 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:52.947 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:52.953 [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...
13:25:52.953 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:52.954 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:52.954 [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...
13:25:52.956 [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
13:25:52.956 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:25:52.956 [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
13:25:53.012 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:53.012 [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.
0s59ms [pure insertion]
marking any relevant derived attributes for update...13:25:53.012 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:53.012 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:53.019 [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...
13:25:53.019 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:53.019 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:53.019 [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...
13:25:53.022 [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
13:25:53.025 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:25:53.025 [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
13:25:53.045 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:25:53.046 [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.
0s27ms [pure insertion]
marking any relevant derived attributes for update...13:25:53.046 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:53.046 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:53.052 [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...
13:25:53.052 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:53.052 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:53.052 [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...
13:25:53.055 [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
13:25:53.056 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:25:53.056 [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
13:25:53.058 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:53.058 [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...13:25:53.058 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:53.058 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:53.115 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:25:53.116 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:53.118 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:53.118 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:25:53.120 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:25:53.123 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:53.123 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:25:53.123 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:53.123 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:25:53.123 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:53.123 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:53.141 [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...
13:25:53.141 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:53.141 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:53.141 [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...
13:25:53.147 [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
13:25:53.546 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
13:25:53.546 [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
13:25:53.746 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
13:25:53.746 [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.
0s605ms [pure insertion]
marking any relevant derived attributes for update...13:25:53.746 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:53.746 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:53.754 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:25:53.754 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:53.754 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:53.754 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:25:53.815 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:25:53.819 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
13:25:53.819 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:25:53.829 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:53.829 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s75ms [pure insertion]
marking any relevant derived attributes for update...13:25:53.829 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:53.829 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:53.850 [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...
13:25:53.850 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:53.850 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:53.850 [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...
13:25:53.853 [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
13:25:54.441 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
13:25:54.441 [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
13:25:54.754 [pool-172-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
13:25:54.754 [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.
0s904ms [pure insertion]
marking any relevant derived attributes for update...13:25:54.754 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:54.754 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:54.754 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:54.754 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:54.816 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
13:25:55.255 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
13:25:55.256 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.502s
attempting to resolve any uninitialized derived attributes...
13:25:55.256 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:55.256 [pool-172-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:55.256 [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...
13:25:55.256 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s502ms [proxy update]
13:25:55.256 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:55.256 [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		~2s
validating changes...
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.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 /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.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
13:25:55.884 [pool-172-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 3 s 223 ms
13:25:55.885 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:55.885 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15245204255083063648/test_subtreeTraversalScoping[LevelDB GreyCat]
13:25:55.887 [main] DEBUG o.e.h.e.e.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
13:25:55.887 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15245204255083063648/test_subtreeTraversalScoping[LevelDB GreyCat]
13:25:55.889 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:25:55.889 [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
13:25:55.913 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:55.913 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:25:55.995 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:25:55.996 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15245204255083063648/test_subtreeTraversalScoping[LevelDB GreyCat]
13:25:55.996 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:25:56.079 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:25:56.081 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:56.081 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
13:25:56.081 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:56.081 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:56.083 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:25:56.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:25:56.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:25:56.083 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
13:25:56.083 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:56.083 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
13:25:56.084 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
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
13:25:56.084 [pool-174-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
13:25:56.113 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:25:56.113 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:25:56.123 [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
13:25:56.123 [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
13:25:56.123 [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
13:25:56.123 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
13:25:56.127 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
13:25:56.128 [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
13:25:56.132 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
13:25:56.132 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
13:25:56.132 [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
13:25:56.134 [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
13:25:56.147 [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
13:25:56.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
13:25:56.283 [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
13:25:56.283 [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
13:25:56.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
13:25:56.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
13:25:56.283 [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
13:25:56.283 [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
13:25:56.283 [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
13:25:56.284 [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
13:25:56.285 [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[]
13:25:56.285 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:25:56.285 [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
13:25:56.285 [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
13:25:56.312 [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
13:25:56.313 [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
13:25:56.313 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:25:56.313 [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
13:25:56.313 [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
13:25:56.313 [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
13:25:56.314 [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
13:25:56.314 [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
13:25:56.314 [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
13:25:56.314 [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
13:25:56.314 [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
13:25:56.314 [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
13:25:56.314 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:25:56.314 [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
13:25:56.314 [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
13:25:56.314 [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
13:25:56.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
13:25:56.315 [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
13:25:56.315 [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
13:25:56.315 [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
13:25:56.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
13:25:56.329 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
13:25:56.330 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:25:56.426 [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
13:25:56.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:56.428 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:56.440 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:56.443 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:56.443 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:56.521 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:25:56.527 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:56.527 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:56.527 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:25:56.531 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:25:57.020 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
13:25:57.020 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:25:57.333 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
13:25:57.333 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s812ms [pure insertion]
marking any relevant derived attributes for update...13:25:57.333 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:25:57.335 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:25:57.335 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:57.335 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:57.351 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:25:57.351 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.016s
attempting to resolve any uninitialized derived attributes...
13:25:57.351 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:57.351 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:57.351 [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...
13:25:57.351 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s16ms [proxy update]
13:25:57.351 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:57.352 [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		~0s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:25:57.661 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 233 ms
13:25:57.756 [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
13:25:57.758 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:25:57.758 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:25:57.776 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:25:57.778 [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/
13:25:57.778 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:25:57.778 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:25:57.785 [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...
13:25:57.785 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:57.785 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:57.785 [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...
13:25:57.788 [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
13:25:57.788 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:25:57.788 [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
13:25:57.791 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:57.791 [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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:25:57.791 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:57.791 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:57.797 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:25:57.797 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:57.797 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:57.797 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:25:57.813 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:25:57.816 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:57.816 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:25:57.816 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:57.816 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s19ms [pure insertion]
marking any relevant derived attributes for update...13:25:57.816 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:57.816 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:57.822 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:25:57.822 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:57.822 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:57.822 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:25:57.825 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:25:57.829 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:25:57.829 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:25:57.829 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:57.829 [pool-174-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...13:25:57.829 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:57.829 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:57.835 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:25:57.835 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:57.837 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:57.837 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:25:57.840 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:25:57.842 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
13:25:57.842 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:25:57.850 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:57.850 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s15ms [pure insertion]
marking any relevant derived attributes for update...13:25:57.850 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:57.850 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:57.857 [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...
13:25:57.857 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:57.857 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:57.857 [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...
13:25:57.860 [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
13:25:57.860 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:25:57.860 [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
13:25:57.914 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:57.914 [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.
0s57ms [pure insertion]
marking any relevant derived attributes for update...13:25:57.914 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:57.914 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:57.921 [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...
13:25:57.921 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:57.921 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:57.921 [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...
13:25:57.924 [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
13:25:57.925 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:25:57.925 [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
13:25:57.927 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:57.927 [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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...13:25:57.927 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:57.927 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:57.937 [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...
13:25:57.937 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:57.937 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:57.937 [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...
13:25:57.939 [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
13:25:58.038 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
13:25:58.038 [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
13:25:58.118 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
13:25:58.118 [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.
0s181ms [pure insertion]
marking any relevant derived attributes for update...13:25:58.118 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:58.118 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:58.134 [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...
13:25:58.134 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:58.136 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:58.136 [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...
13:25:58.138 [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
13:25:58.534 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
13:25:58.534 [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
13:25:58.658 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
13:25:58.658 [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.
0s524ms [pure insertion]
marking any relevant derived attributes for update...13:25:58.658 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:58.658 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:58.673 [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...
13:25:58.673 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:58.673 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:58.673 [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...
13:25:58.712 [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
13:25:59.034 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
13:25:59.034 [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
13:25:59.271 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
13:25:59.271 [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.
0s598ms [pure insertion]
marking any relevant derived attributes for update...13:25:59.271 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:59.271 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:59.278 [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...
13:25:59.278 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:59.278 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:59.278 [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...
13:25:59.281 [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
13:25:59.284 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:25:59.284 [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
13:25:59.325 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:25:59.325 [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.
0s47ms [pure insertion]
marking any relevant derived attributes for update...13:25:59.325 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:59.325 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:59.331 [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...
13:25:59.332 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:25:59.332 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:25:59.332 [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...
13:25:59.334 [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
13:25:59.335 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:25:59.335 [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
13:25:59.339 [pool-174-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:25:59.339 [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...13:25:59.339 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:25:59.339 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:25:59.339 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:25:59.339 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:25:59.415 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
13:25:59.665 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
13:25:59.665 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.326s
attempting to resolve any uninitialized derived attributes...
13:25:59.665 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:25:59.665 [pool-174-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:25:59.665 [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...
13:25:59.665 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s326ms [proxy update]
13:25:59.665 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:25:59.666 [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		~1s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/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
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:26:00.049 [pool-174-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 291 ms
13:26:00.050 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11882265293368115065/test_getAllOf[LevelDB GreyCat]
13:26:00.054 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11882265293368115065/test_getAllOf[LevelDB GreyCat]
13:26:00.132 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11882265293368115065/test_getAllOf[LevelDB GreyCat]
13:26:00.135 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11882265293368115065/test_getAllOf[LevelDB GreyCat]
13:26:00.157 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11882265293368115065/test_getAllOf[LevelDB GreyCat]
13:26:00.158 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType...
13:26:00.158 [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);
13:26:00.160 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType
13:26:00.223 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
13:26:01.638 [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)
13:26:01.638 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 1.478s
13:26:01.638 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType.
13:26:01.640 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:01.640 [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
13:26:01.642 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:01.642 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:01.823 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:01.823 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11882265293368115065/test_getAllOf[LevelDB GreyCat]
13:26:01.823 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:01.912 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:01.913 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:01.913 [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
13:26:01.913 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:01.913 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:01.915 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:26:01.916 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:01.916 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:01.916 [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!
13:26:01.916 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:01.916 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
13:26:01.916 [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
13:26:01.917 [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
13:26:01.938 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:01.938 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:01.949 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
13:26:02.013 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
13:26:02.014 [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
13:26:02.014 [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
13:26:02.014 [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
13:26:02.014 [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
13:26:02.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
13:26:02.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
13:26:02.015 [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
13:26:02.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
13:26:02.015 [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
13:26:02.015 [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
13:26:02.016 [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
13:26:02.016 [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
13:26:02.016 [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
13:26:02.016 [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
13:26:02.016 [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
13:26:02.016 [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
13:26:02.017 [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
13:26:02.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
13:26:02.017 [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
13:26:02.018 [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
13:26:02.018 [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
13:26:02.018 [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
13:26:02.019 [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
13:26:02.019 [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
13:26:02.019 [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
13:26:02.020 [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
13:26:02.020 [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
13:26:02.020 [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
13:26:02.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
13:26:02.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
13:26:02.020 [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
13:26:02.021 [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
13:26:02.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[]
13:26:02.021 [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
13:26:02.021 [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
13:26:02.021 [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
13:26:02.021 [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
13:26:02.022 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
13:26:02.022 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
13:26:02.028 [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
13:26:02.028 [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
13:26:02.034 [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
13:26:02.040 [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
13:26:02.056 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
13:26:02.056 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:02.169 [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
13:26:02.170 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:02.171 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:02.219 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:02.223 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:02.223 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:02.253 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:26:02.259 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:02.259 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:02.259 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:26:02.314 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:26:02.820 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
13:26:02.820 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:26:03.064 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
13:26:03.064 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s811ms [pure insertion]
marking any relevant derived attributes for update...13:26:03.064 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:26:03.066 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:26:03.066 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:03.066 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:03.086 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:26:03.086 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.02s
attempting to resolve any uninitialized derived attributes...
13:26:03.086 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:03.086 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:03.086 [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...
13:26:03.086 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s20ms [proxy update]
13:26:03.086 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:03.086 [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		~0s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:26:03.333 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 1 s 162 ms
13:26:03.395 [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
13:26:03.396 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:03.396 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:03.413 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:03.415 [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/
13:26:03.415 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:03.415 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:03.421 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:26:03.421 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:03.421 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:03.421 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:26:03.423 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:26:03.426 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:26:03.426 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:26:03.426 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:03.426 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:26:03.426 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:03.426 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:03.441 [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...
13:26:03.441 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:03.441 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:03.441 [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...
13:26:03.444 [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
13:26:03.915 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
13:26:03.915 [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
13:26:04.040 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
13:26:04.040 [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.
0s599ms [pure insertion]
marking any relevant derived attributes for update...13:26:04.040 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:04.040 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:04.053 [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...
13:26:04.054 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:04.054 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:04.054 [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...
13:26:04.058 [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
13:26:04.149 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
13:26:04.149 [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
13:26:04.227 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
13:26:04.227 [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.
0s174ms [pure insertion]
marking any relevant derived attributes for update...13:26:04.227 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:04.228 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:04.234 [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...
13:26:04.234 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:04.236 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:04.236 [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...
13:26:04.238 [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
13:26:04.239 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:26:04.239 [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
13:26:04.241 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:04.241 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:26:04.241 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:04.241 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:04.247 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:26:04.247 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:04.247 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:04.247 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:26:04.249 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:26:04.252 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:26:04.252 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:26:04.252 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:04.252 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:26:04.252 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:04.252 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:04.318 [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...
13:26:04.318 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:04.318 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:04.318 [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...
13:26:04.320 [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
13:26:04.712 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
13:26:04.712 [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
13:26:04.956 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
13:26:04.956 [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.
0s638ms [pure insertion]
marking any relevant derived attributes for update...13:26:04.956 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:04.956 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:04.963 [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...
13:26:04.963 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:04.963 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:04.963 [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...
13:26:04.965 [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
13:26:04.966 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:26:04.966 [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
13:26:04.968 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:04.968 [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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:26:04.968 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:04.968 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:04.974 [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...
13:26:04.974 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:04.975 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:04.975 [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...
13:26:04.977 [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
13:26:04.978 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:26:04.978 [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
13:26:05.015 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:05.015 [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.
0s41ms [pure insertion]
marking any relevant derived attributes for update...13:26:05.015 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:05.015 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:05.021 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:26:05.021 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:05.021 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:05.021 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:26:05.023 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:26:05.026 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
13:26:05.026 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:26:05.032 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:05.032 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:26:05.032 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:05.032 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:05.038 [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...
13:26:05.038 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:05.038 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:05.038 [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...
13:26:05.040 [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
13:26:05.043 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:26:05.043 [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
13:26:05.113 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:26:05.113 [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.
0s75ms [pure insertion]
marking any relevant derived attributes for update...13:26:05.113 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:05.113 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:05.119 [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...
13:26:05.119 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:05.119 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:05.119 [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...
13:26:05.121 [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
13:26:05.122 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:26:05.122 [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
13:26:05.126 [pool-176-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:05.126 [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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...13:26:05.126 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:05.126 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:05.126 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:05.126 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:05.152 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
13:26:05.625 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
13:26:05.625 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.499s
attempting to resolve any uninitialized derived attributes...
13:26:05.625 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:05.625 [pool-176-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:05.625 [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...
13:26:05.625 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s499ms [proxy update]
13:26:05.625 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:05.626 [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		~2s
validating changes...
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/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
changed resource size: 5353
relevant graph size: 5353
validated changes... true
13:26:05.967 [pool-176-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 571 ms
13:26:05.967 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2409378199941172262/test_getFiles[LevelDB GreyCat]
13:26:05.969 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2409378199941172262/test_getFiles[LevelDB GreyCat]
13:26:05.970 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:05.971 [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
13:26:05.972 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:05.972 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:06.080 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:06.080 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2409378199941172262/test_getFiles[LevelDB GreyCat]
13:26:06.080 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:06.199 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:06.200 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:06.200 [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
13:26:06.200 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:06.200 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:06.202 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:26:06.202 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:06.202 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:06.202 [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!
13:26:06.203 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:06.203 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
13:26:06.203 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
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
13:26:06.203 [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
13:26:06.230 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:06.230 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:06.241 [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
13:26:06.241 [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
13:26:06.241 [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
13:26:06.241 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
13:26:06.242 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
13:26:06.246 [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
13:26:06.254 [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
13:26:06.313 [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
13:26:06.315 [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
13:26:06.316 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
13:26:06.317 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
13:26:06.319 [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
13:26:06.325 [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
13:26:06.325 [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
13:26:06.325 [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
13:26:06.325 [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
13:26:06.325 [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
13:26:06.325 [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
13:26:06.325 [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
13:26:06.325 [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
13:26:06.325 [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
13:26:06.325 [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
13:26:06.325 [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
13:26:06.325 [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
13:26:06.326 [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
13:26:06.326 [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
13:26:06.326 [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
13:26:06.326 [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
13:26:06.326 [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
13:26:06.326 [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
13:26:06.326 [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
13:26:06.326 [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
13:26:06.327 [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
13:26:06.327 [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
13:26:06.327 [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
13:26:06.328 [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
13:26:06.328 [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
13:26:06.328 [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
13:26:06.329 [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[]
13:26:06.329 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
13:26:06.329 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:26:06.330 [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
13:26:06.330 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:26:06.330 [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
13:26:06.331 [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
13:26:06.343 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
13:26:06.343 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:06.474 [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
13:26:06.475 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:06.475 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:06.489 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:06.494 [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/
13:26:06.494 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:06.494 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:06.507 [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...
13:26:06.514 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:06.514 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:06.514 [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...
13:26:06.518 [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
13:26:06.939 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
13:26:06.939 [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
13:26:07.049 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
13:26:07.049 [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.
0s542ms [pure insertion]
marking any relevant derived attributes for update...13:26:07.049 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:26:07.051 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:26:07.059 [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...
13:26:07.059 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:07.060 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:07.060 [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...
13:26:07.112 [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
13:26:07.151 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
13:26:07.151 [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
13:26:07.169 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
13:26:07.169 [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.
0s110ms [pure insertion]
marking any relevant derived attributes for update...13:26:07.169 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:07.169 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:07.215 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:26:07.215 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:07.215 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:07.215 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
13:26:07.217 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:26:07.220 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:26:07.220 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
13:26:07.220 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:07.220 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:26:07.220 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:07.220 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:07.226 [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...
13:26:07.226 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:07.226 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:07.226 [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...
13:26:07.229 [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
13:26:07.232 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
13:26:07.232 [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
13:26:07.253 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
13:26:07.253 [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.
0s27ms [pure insertion]
marking any relevant derived attributes for update...13:26:07.253 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:07.253 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:07.315 [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...
13:26:07.315 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:07.315 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:07.315 [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...
13:26:07.317 [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
13:26:07.318 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:26:07.318 [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
13:26:07.320 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:07.320 [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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:26:07.320 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:07.320 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:07.326 [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...
13:26:07.326 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:07.326 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:07.326 [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...
13:26:07.328 [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
13:26:07.329 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:26:07.329 [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
13:26:07.331 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:07.331 [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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:26:07.331 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:07.331 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:07.337 [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...
13:26:07.337 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:07.337 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:07.337 [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...
13:26:07.339 [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
13:26:07.339 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:26:07.339 [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
13:26:07.341 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:07.341 [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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:26:07.341 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:07.342 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:07.413 [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...
13:26:07.413 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:07.414 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:07.414 [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...
13:26:07.416 [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
13:26:07.719 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
13:26:07.720 [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
13:26:07.936 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
13:26:07.936 [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.
0s523ms [pure insertion]
marking any relevant derived attributes for update...13:26:07.936 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:07.936 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:07.943 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:26:07.943 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:07.943 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:07.943 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
13:26:07.945 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:26:07.947 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
13:26:07.947 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
13:26:07.947 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:07.947 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s4ms [pure insertion]
marking any relevant derived attributes for update...13:26:07.947 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:07.947 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:07.953 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /set0.xmi...
13:26:07.953 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:07.953 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:07.953 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /set0.xmi...
13:26:07.955 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /set0.xmi
13:26:07.957 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
13:26:07.957 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /set0.xmi
13:26:07.963 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:07.964 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /set0.xmi.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:26:07.964 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:07.964 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:08.012 [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...
13:26:08.012 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:08.012 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:08.012 [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...
13:26:08.014 [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
13:26:08.015 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
13:26:08.015 [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
13:26:08.017 [pool-178-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:08.017 [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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...13:26:08.017 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:08.017 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:08.017 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:08.017 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:08.038 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
13:26:08.250 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
13:26:08.250 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.233s
attempting to resolve any uninitialized derived attributes...
13:26:08.250 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:08.250 [pool-178-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:08.250 [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...
13:26:08.250 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s233ms [proxy update]
13:26:08.250 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:08.251 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
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
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~1s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.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/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /set0.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
13:26:08.727 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 2 s 252 ms
13:26:08.727 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16870428470764864138/test_getAllOfCountsSubtypes[LevelDB GreyCat]
13:26:08.728 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot...
13:26:08.729 [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);
13:26:08.730 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot
13:26:08.736 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
13:26:08.749 [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)
13:26:08.749 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.019s
13:26:08.749 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot.
13:26:08.750 [main] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16870428470764864138/test_getAllOfCountsSubtypes[LevelDB GreyCat]
13:26:08.751 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot...
13:26:08.751 [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);
13:26:08.752 [main] INFO  o.e.h.g.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot
13:26:08.757 [main] DEBUG o.e.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
13:26:08.818 [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)
13:26:08.818 [main] INFO  o.e.h.g.updater.GraphModelInserter - Finished adding derived feature in 0.066s
13:26:08.818 [main] INFO  o.e.h.c.r.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot.
13:26:08.823 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:08.827 [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
13:26:08.827 [pool-178-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms
13:26:08.827 [pool-178-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16870428470764864138/test_getAllOfCountsSubtypes[LevelDB GreyCat]
13:26:08.828 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:08.828 [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
13:26:08.830 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:08.830 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:08.887 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:08.887 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16870428470764864138/test_getAllOfCountsSubtypes[LevelDB GreyCat]
13:26:08.887 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:08.982 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:08.983 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:08.983 [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
13:26:08.983 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:08.983 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:08.985 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:26:08.985 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:08.985 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:09.012 [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!
13:26:09.012 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:09.012 [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
13:26:09.013 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
13:26:09.013 [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
13:26:09.015 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:09.015 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:09.163 [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
13:26:09.164 [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
13:26:09.164 [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
13:26:09.164 [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
13:26:09.164 [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
13:26:09.164 [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
13:26:09.164 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
13:26:09.164 [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
13:26:09.164 [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
13:26:09.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:26:09.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
13:26:09.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:26:09.165 [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
13:26:09.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:26:09.165 [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[]
13:26:09.165 [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
13:26:09.165 [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
13:26:09.165 [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
13:26:09.165 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
13:26:09.166 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:26:09.166 [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
13:26:09.166 [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
13:26:09.166 [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
13:26:09.166 [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
13:26:09.166 [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
13:26:09.166 [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
13:26:09.166 [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
13:26:09.166 [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
13:26:09.166 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
13:26:09.166 [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
13:26:09.167 [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
13:26:09.167 [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
13:26:09.169 [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
13:26:09.174 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:26:09.174 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:09.174 [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
13:26:09.177 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:09.177 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:09.181 [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
13:26:09.181 [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
13:26:09.181 [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
13:26:09.181 [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
13:26:09.181 [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
13:26:09.181 [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[]
13:26:09.181 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.212 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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[]
13:26:09.213 [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
13:26:09.213 [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
13:26:09.213 [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
13:26:09.217 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:26:09.217 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:09.217 [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
13:26:09.218 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:09.218 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:09.222 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:26:09.223 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:26:09.223 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:09.332 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit4381501278466328116/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:09.334 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:09.334 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:09.335 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:09.338 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:09.338 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:09.339 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:26:09.344 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:09.344 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:09.344 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:26:09.347 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:26:09.350 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:26:09.350 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:26:09.351 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:26:09.351 [pool-180-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...13:26:09.351 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:09.352 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:09.352 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:09.352 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:09.352 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:26:09.352 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:26:09.352 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:09.352 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:09.352 [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...
13:26:09.352 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:26:09.353 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:09.353 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /tree.model
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~0s
validating changes...
changed resource size: 2
relevant graph size: 2
validated changes... true
13:26:09.353 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 19 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit4381501278466328116/tree.model
13:26:09.353 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:09.354 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:09.355 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:09.355 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:09.355 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:26:09.355 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:09.356 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:26:09.356 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
13:26:09.356 [pool-180-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:26:09.356 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model...
13:26:09.356 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
13:26:09.358 [pool-180-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s
13:26:09.361 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:26:09.363 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
13:26:09.363 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:26:09.363 [pool-180-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
13:26:09.363 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model.
0s8ms [pure insertion]
marking any relevant derived attributes for update...13:26:09.363 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:09.363 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:09.363 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:09.363 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:09.363 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:26:09.363 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:26:09.363 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:09.363 [pool-180-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:09.363 [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...
13:26:09.363 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:26:09.363 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:09.363 [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
13:26:09.412 [pool-180-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 59 ms
13:26:09.412 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:09.413 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit4381501278466328116/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:09.414 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:09.414 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:09.501 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:09.502 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12656863105645795143/test_addChild[LevelDB GreyCat]
13:26:09.502 [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
13:26:09.869 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:09.870 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:09.870 [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
13:26:09.870 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:09.870 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:09.873 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:26:09.873 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:09.873 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:09.873 [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!
13:26:09.873 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:09.874 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:26:09.874 [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
13:26:09.874 [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
13:26:09.877 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:09.877 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:09.913 [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
13:26:09.913 [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
13:26:09.913 [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
13:26:09.913 [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
13:26:09.913 [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
13:26:09.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
13:26:09.913 [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
13:26:09.913 [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
13:26:09.913 [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
13:26:09.913 [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
13:26:09.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
13:26:09.914 [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
13:26:09.914 [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
13:26:09.914 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:26:09.914 [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
13:26:09.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
13:26:09.914 [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
13:26:09.914 [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[]
13:26:09.914 [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
13:26:09.916 [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
13:26:09.916 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
13:26:09.916 [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
13:26:09.916 [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
13:26:09.916 [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
13:26:09.916 [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
13:26:09.916 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
13:26:09.916 [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
13:26:09.916 [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
13:26:09.916 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
13:26:09.916 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
13:26:09.916 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:26:09.916 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:26:09.916 [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
13:26:09.920 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:26:09.920 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:09.920 [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
13:26:09.922 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:09.922 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:09.925 [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
13:26:09.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
13:26:09.925 [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
13:26:09.925 [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
13:26:09.925 [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
13:26:09.925 [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
13:26:09.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
13:26:09.925 [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
13:26:09.925 [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
13:26:09.925 [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
13:26:09.925 [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
13:26:09.925 [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
13:26:09.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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.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
13:26:09.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
13:26:09.926 [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
13:26:09.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
13:26:09.926 [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
13:26:09.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
13:26:09.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
13:26:09.926 [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
13:26:09.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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.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
13:26:09.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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.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[]
13:26:09.926 [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
13:26:09.926 [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
13:26:09.926 [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
13:26:09.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
13:26:09.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[]
13:26:09.926 [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
13:26:09.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
13:26:09.926 [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
13:26:09.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
13:26:09.926 [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
13:26:09.929 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:26:09.929 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:09.929 [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
13:26:09.929 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:09.929 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:09.932 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:26:09.933 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:26:09.933 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:10.137 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit9059595827697913942/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:10.139 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:10.139 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:10.139 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:10.139 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:10.139 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:10.140 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:10.140 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:10.143 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:26:10.144 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
13:26:10.144 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:10.144 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:10.145 [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...
13:26:10.145 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
13:26:10.147 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:10.147 [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
13:26:10.147 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 8 ms
13:26:10.147 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:10.148 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:10.150 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:10.150 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:10.151 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:26:10.153 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:10.153 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:10.153 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:26:10.213 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:26:10.217 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:26:10.217 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:26:10.217 [pool-182-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:26:10.217 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s66ms [pure insertion]
marking any relevant derived attributes for update...13:26:10.217 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:10.217 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:10.217 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:10.217 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:10.217 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:26:10.217 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:26:10.217 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:10.217 [pool-182-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:10.217 [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...
13:26:10.217 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:26:10.218 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:10.218 [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
13:26:10.218 [pool-182-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 71 ms
13:26:10.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:10.218 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit9059595827697913942/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:10.220 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:10.220 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:10.346 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:10.346 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6026680246297695052/test_addModel[LevelDB GreyCat]
13:26:10.346 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:10.462 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:10.464 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:10.464 [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
13:26:10.464 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:10.464 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:10.467 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:26:10.467 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:10.467 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:10.467 [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!
13:26:10.467 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:10.467 [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...
changed resource size: 0
relevant graph size: 0
validated changes... true
13:26:10.468 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
13:26:10.468 [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
13:26:10.471 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:10.471 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:10.476 [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
13:26:10.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
13:26:10.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
13:26:10.477 [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
13:26:10.477 [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
13:26:10.477 [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
13:26:10.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
13:26:10.477 [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
13:26:10.477 [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
13:26:10.477 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:26:10.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
13:26:10.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
13:26:10.477 [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
13:26:10.478 [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
13:26:10.478 [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
13:26:10.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
13:26:10.479 [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
13:26:10.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[]
13:26:10.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
13:26:10.480 [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
13:26:10.480 [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
13:26:10.481 [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
13:26:10.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
13:26:10.481 [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
13:26:10.481 [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
13:26:10.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
13:26:10.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
13:26:10.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
13:26:10.482 [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
13:26:10.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
13:26:10.482 [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
13:26:10.482 [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
13:26:10.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
13:26:10.486 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:26:10.486 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:10.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
13:26:10.489 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:10.489 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:10.512 [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[]
13:26:10.512 [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
13:26:10.512 [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
13:26:10.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[]
13:26:10.512 [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
13:26:10.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
13:26:10.512 [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
13:26:10.512 [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
13:26:10.512 [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
13:26:10.512 [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
13:26:10.512 [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
13:26:10.512 [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
13:26:10.512 [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
13:26:10.512 [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
13:26:10.512 [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
13:26:10.513 [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
13:26:10.513 [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
13:26:10.513 [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
13:26:10.513 [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
13:26:10.513 [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
13:26:10.513 [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
13:26:10.513 [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
13:26:10.513 [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
13:26:10.513 [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
13:26:10.513 [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
13:26:10.513 [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
13:26:10.513 [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
13:26:10.513 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.514 [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
13:26:10.515 [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
13:26:10.519 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:26:10.519 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:10.519 [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
13:26:10.520 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:10.520 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:10.523 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:26:10.525 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:26:10.525 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:10.637 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit1545331484507675070/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:10.638 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:10.638 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:10.639 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:10.642 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:10.642 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:10.643 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:26:10.648 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:10.649 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:10.649 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:26:10.651 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:26:10.656 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:26:10.656 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:26:10.657 [pool-184-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:26:10.657 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:26:10.657 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:26:10.659 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:26:10.659 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:10.659 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:10.659 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:26:10.659 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:26:10.659 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:10.659 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:10.659 [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...
13:26:10.659 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:26:10.660 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:10.660 [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
13:26:10.660 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 22 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit1545331484507675070/tree.model
13:26:10.660 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:10.661 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:10.662 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:10.662 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:10.662 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:26:10.662 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:10.663 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:26:10.663 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:26:10.663 [pool-184-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:26:10.663 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
13:26:10.663 [pool-184-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:26:10.713 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed transactional update on file: /tree.model.
0s51ms [pure insertion]
marking any relevant derived attributes for update...13:26:10.713 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:10.714 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:10.714 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:10.714 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:10.714 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:26:10.714 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:26:10.714 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:10.714 [pool-184-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:10.714 [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...
13:26:10.714 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:26:10.714 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:10.714 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /tree.model
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1
d elems		0
time		~0s
validating changes...
changed resource size: 2
relevant graph size: 2
validated changes... true
13:26:10.714 [pool-184-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 54 ms
13:26:10.716 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:10.716 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit1545331484507675070/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:10.717 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:10.717 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:10.816 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:10.816 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15084947043651719788/test_renameRoot[LevelDB GreyCat]
13:26:10.817 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:10.956 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:10.957 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:10.957 [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
13:26:10.957 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:10.957 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:10.959 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:26:10.959 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:10.959 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:10.959 [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!
13:26:10.959 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:10.960 [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
13:26:10.960 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:26:10.960 [pool-186-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
13:26:10.962 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:10.962 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:10.965 [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
13:26:10.965 [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
13:26:10.965 [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
13:26:10.965 [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
13:26:10.965 [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
13:26:10.965 [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
13:26:10.965 [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
13:26:10.965 [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
13:26:10.965 [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
13:26:10.965 [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
13:26:10.965 [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
13:26:10.966 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
13:26:10.966 [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
13:26:10.966 [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
13:26:10.966 [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
13:26:10.966 [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
13:26:11.012 [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
13:26:11.012 [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
13:26:11.013 [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
13:26:11.013 [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
13:26:11.013 [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
13:26:11.013 [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
13:26:11.013 [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
13:26:11.013 [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
13:26:11.013 [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
13:26:11.013 [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
13:26:11.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
13:26:11.013 [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
13:26:11.014 [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
13:26:11.014 [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
13:26:11.014 [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
13:26:11.015 [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
13:26:11.015 [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
13:26:11.017 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:26:11.017 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:11.017 [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
13:26:11.019 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:11.019 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.022 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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[]
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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[]
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.023 [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
13:26:11.026 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:26:11.026 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:11.026 [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
13:26:11.027 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:11.027 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:11.029 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:26:11.030 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:26:11.030 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:11.143 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8488549880756499481/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:11.145 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:11.145 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:11.146 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:11.149 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:11.149 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:11.150 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:26:11.154 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:11.155 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:11.155 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:26:11.157 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:26:11.161 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:26:11.161 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:26:11.161 [pool-186-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:26:11.161 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:26:11.161 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:11.162 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:11.162 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:11.162 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:11.162 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:26:11.162 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:26:11.162 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:11.162 [pool-186-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:11.162 [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...
13:26:11.162 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:26:11.163 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:11.163 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /tree.model
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		2
d elems		0
time		~0s
validating changes...
changed resource size: 2
relevant graph size: 2
validated changes... true
13:26:11.163 [pool-186-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 18 ms
property: eContainer not found in metamodel for type: Tree
13:26:11.165 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:11.165 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit8488549880756499481/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:11.166 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:11.166 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:11.216 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:11.216 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17134158175320379114/test_eContainer[LevelDB GreyCat]
13:26:11.216 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:11.301 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:11.303 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:11.303 [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
13:26:11.303 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:11.303 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:11.305 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:26:11.305 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:11.305 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:11.305 [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!
13:26:11.305 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:11.306 [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
13:26:11.306 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:26:11.306 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store
13:26:11.308 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:11.308 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:11.311 [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
13:26:11.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
13:26:11.311 [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
13:26:11.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
13:26:11.311 [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
13:26:11.311 [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
13:26:11.311 [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
13:26:11.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
13:26:11.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
13:26:11.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
13:26:11.312 [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
13:26:11.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
13:26:11.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[]
13:26:11.313 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:26:11.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
13:26:11.313 [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
13:26:11.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
13:26:11.313 [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
13:26:11.313 [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
13:26:11.313 [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
13:26:11.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
13:26:11.313 [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
13:26:11.313 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
13:26:11.313 [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
13:26:11.313 [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
13:26:11.314 [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
13:26:11.314 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:26:11.314 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
13:26:11.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
13:26:11.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
13:26:11.314 [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
13:26:11.314 [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
13:26:11.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
13:26:11.318 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:26:11.318 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:11.318 [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
13:26:11.320 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:11.320 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:11.322 [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
13:26:11.322 [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
13:26:11.322 [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
13:26:11.322 [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
13:26:11.322 [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
13:26:11.322 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
13:26:11.322 [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
13:26:11.322 [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
13:26:11.322 [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
13:26:11.322 [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
13:26:11.322 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:26:11.322 [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
13:26:11.322 [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
13:26:11.322 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
13:26:11.323 [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
13:26:11.323 [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
13:26:11.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
13:26:11.323 [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
13:26:11.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
13:26:11.323 [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
13:26:11.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
13:26:11.323 [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
13:26:11.323 [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
13:26:11.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
13:26:11.323 [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
13:26:11.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName
13:26:11.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
13:26:11.323 [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
13:26:11.323 [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
13:26:11.323 [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[]
13:26:11.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
13:26:11.323 [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
13:26:11.323 [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
13:26:11.323 [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
13:26:11.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
13:26:11.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
13:26:11.323 [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
13:26:11.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
13:26:11.323 [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
13:26:11.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
13:26:11.323 [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
13:26:11.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:26:11.323 [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
13:26:11.323 [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
13:26:11.323 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
13:26:11.324 [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
13:26:11.324 [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
13:26:11.324 [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
13:26:11.324 [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
13:26:11.324 [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
13:26:11.324 [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
13:26:11.324 [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
13:26:11.324 [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
13:26:11.324 [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
13:26:11.324 [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
13:26:11.324 [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
13:26:11.324 [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
13:26:11.324 [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
13:26:11.324 [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
13:26:11.326 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:26:11.326 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:11.326 [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
13:26:11.327 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:11.327 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:11.329 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:26:11.330 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:26:11.330 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:11.378 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit5544537948593279611/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:11.379 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:11.380 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:11.381 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:11.383 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:11.383 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:11.384 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:26:11.389 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:11.389 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:11.389 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:26:11.392 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:26:11.395 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:26:11.395 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:26:11.396 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:26:11.396 [pool-188-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...13:26:11.396 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:11.397 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:11.397 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:11.397 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:11.397 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:26:11.397 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:26:11.397 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:11.397 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:11.397 [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...
13:26:11.397 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:26:11.397 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:11.398 [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
13:26:11.398 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 18 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit5544537948593279611/tree.model
13:26:11.398 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:11.399 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:11.399 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:11.400 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:11.400 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:26:11.400 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:11.400 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:26:11.400 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0
13:26:11.400 [pool-188-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:26:11.400 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /tree.model...
13:26:11.400 [pool-188-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
13:26:11.402 [pool-188-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s
13:26:11.412 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:26:11.414 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
13:26:11.414 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:26:11.414 [pool-188-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
13:26:11.414 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /tree.model.
0s14ms [pure insertion]
marking any relevant derived attributes for update...13:26:11.414 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:11.414 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:11.414 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:11.414 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:11.414 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:26:11.414 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:26:11.414 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:11.414 [pool-188-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:11.414 [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...
13:26:11.414 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:26:11.414 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:11.414 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /tree.model
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		1
d elems		2
time		~0s
validating changes...
changed resource size: 1
relevant graph size: 1
validated changes... true
13:26:11.415 [pool-188-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 17 ms
13:26:11.415 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:11.415 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit5544537948593279611/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:11.416 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:11.416 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:11.499 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:11.499 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4058516791437337014/test_removeChild[LevelDB GreyCat]
13:26:11.499 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:11.584 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:11.585 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:11.585 [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
13:26:11.585 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:11.585 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:11.587 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:26:11.587 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:11.587 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:11.587 [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!
13:26:11.588 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:11.588 [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
13:26:11.588 [main] INFO  o.e.h.c.r.CompositeStateListener - Adding metamodel(s)...
13:26:11.588 [pool-190-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
13:26:11.590 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:11.590 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:11.593 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.594 [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
13:26:11.595 [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
13:26:11.595 [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
13:26:11.595 [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
13:26:11.595 [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
13:26:11.596 [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
13:26:11.596 [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
13:26:11.596 [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
13:26:11.596 [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
13:26:11.597 [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
13:26:11.597 [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
13:26:11.597 [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
13:26:11.597 [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
13:26:11.597 [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
13:26:11.597 [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[]
13:26:11.597 [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
13:26:11.597 [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
13:26:11.597 [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
13:26:11.600 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
13:26:11.600 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:11.600 [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
13:26:11.602 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:11.602 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:11.604 [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
13:26:11.604 [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
13:26:11.604 [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
13:26:11.604 [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
13:26:11.604 [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
13:26:11.604 [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
13:26:11.604 [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
13:26:11.604 [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
13:26:11.604 [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
13:26:11.604 [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
13:26:11.604 [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[]
13:26:11.604 [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
13:26:11.604 [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
13:26:11.604 [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
13:26:11.605 [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
13:26:11.605 [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
13:26:11.605 [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
13:26:11.605 [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
13:26:11.605 [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
13:26:11.605 [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
13:26:11.605 [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[]
13:26:11.605 [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
13:26:11.605 [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
13:26:11.605 [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
13:26:11.605 [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
13:26:11.605 [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
13:26:11.605 [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
13:26:11.605 [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
13:26:11.605 [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
13:26:11.605 [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
13:26:11.606 [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
13:26:11.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
13:26:11.606 [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
13:26:11.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
13:26:11.606 [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
13:26:11.606 [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
13:26:11.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
13:26:11.606 [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
13:26:11.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
13:26:11.606 [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
13:26:11.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
13:26:11.606 [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
13:26:11.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
13:26:11.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
13:26:11.606 [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
13:26:11.606 [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
13:26:11.606 [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
13:26:11.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
13:26:11.606 [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
13:26:11.606 [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
13:26:11.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
13:26:11.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
13:26:11.606 [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
13:26:11.606 [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
13:26:11.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
13:26:11.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
13:26:11.606 [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
13:26:11.606 [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
13:26:11.606 [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
13:26:11.612 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
13:26:11.612 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:11.612 [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
13:26:11.613 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:11.613 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:11.616 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
13:26:11.617 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
13:26:11.617 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:11.674 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit11809428208089994540/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:11.676 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:11.676 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:11.677 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:11.680 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:11.680 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:11.680 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:26:11.685 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:11.685 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:11.685 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /tree.model...
13:26:11.688 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /tree.model
13:26:11.691 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
13:26:11.691 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /tree.model
13:26:11.691 [pool-190-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
13:26:11.691 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /tree.model.
0s11ms [pure insertion]
marking any relevant derived attributes for update...13:26:11.691 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:26:11.693 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:26:11.693 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:11.693 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:11.693 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:26:11.693 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:26:11.693 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:11.693 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:11.693 [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...
13:26:11.693 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:26:11.693 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:11.693 [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
13:26:11.694 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 18 ms
Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit11809428208089994540/tree.model
13:26:11.694 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:11.695 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:11.695 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:11.695 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /tree.model...
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 2 (2) nodes in store
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
13:26:11.696 [pool-190-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
13:26:11.696 [pool-190-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - transactional update called
13:26:11.696 [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...13:26:11.696 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:11.696 [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...
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:26:11.696 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:11.696 [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
13:26:11.697 [pool-190-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms
13:26:11.698 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:11.698 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit11809428208089994540/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:11.699 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:11.699 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:11.791 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:11.791 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5759598530473772794/test_renameChild[LevelDB GreyCat]
13:26:11.791 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:12.212 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:12.213 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:12.213 [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
13:26:12.526 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:12.527 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:12.652 [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
13:26:12.717 [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
13:26:12.717 [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
13:26:12.721 [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
13:26:12.722 [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
13:26:12.722 [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
13:26:12.724 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:12.725 [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
13:26:12.726 [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
13:26:12.727 [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
13:26:12.729 [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
13:26:12.729 [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
13:26:12.730 [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
13:26:12.731 [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
13:26:12.731 [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
13:26:12.731 [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[]
13:26:12.731 [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
13:26:12.731 [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
13:26:12.731 [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
13:26:12.731 [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
13:26:12.731 [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
13:26:12.732 [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
13:26:12.732 [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
13:26:12.733 [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
13:26:12.733 [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
13:26:12.734 [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
13:26:12.734 [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
13:26:12.734 [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
13:26:12.734 [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
13:26:12.734 [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
13:26:12.734 [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
13:26:12.735 [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
13:26:12.735 [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
13:26:12.735 [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
13:26:12.736 [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
13:26:12.736 [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
13:26:12.736 [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
13:26:12.737 [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
13:26:12.737 [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
13:26:12.737 [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
13:26:12.737 [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
13:26:12.738 [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
13:26:12.738 [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
13:26:12.739 [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
13:26:12.739 [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
13:26:12.813 [main] 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
13:26:12.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::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:26:13.116 [main] 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
13:26:13.224 [main] 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
13:26:13.226 [main] 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
13:26:13.226 [main] 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
13:26:13.523 [main] 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
13:26:13.545 [main] 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
13:26:13.643 [main] 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
13:26:13.651 [main] 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
13:26:13.728 [main] 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
13:26:13.760 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
13:26:13.831 [main] 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
13:26:13.917 [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
13:26:13.917 [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
13:26:13.918 [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
13:26:13.918 [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
13:26:13.920 [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
13:26:13.922 [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
13:26:13.922 [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
13:26:13.925 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:13.926 [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
13:26:13.926 [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
13:26:13.928 [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
13:26:13.929 [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
13:26:13.930 [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
13:26:13.932 [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
13:26:13.934 [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
13:26:13.934 [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
13:26:13.934 [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
13:26:13.934 [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
13:26:13.934 [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
13:26:13.934 [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
13:26:13.934 [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
13:26:13.934 [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
13:26:13.935 [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
13:26:13.938 [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
13:26:13.939 [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
13:26:13.940 [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
13:26:13.941 [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
13:26:13.941 [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
13:26:13.941 [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
13:26:13.941 [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
13:26:13.941 [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
13:26:13.941 [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
13:26:13.941 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.942 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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[]
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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[]
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.943 [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
13:26:13.944 [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
13:26:13.944 [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
13:26:13.945 [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
13:26:13.945 [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
13:26:13.949 [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
13:26:14.027 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
13:26:14.027 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:14.039 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:14.039 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:26:14.039 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:14.040 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:14.040 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:26:14.137 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:14.142 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:14.142 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:14.143 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:14.147 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:14.147 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:14.149 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:26:14.154 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:14.154 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:14.154 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:26:14.216 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:26:14.232 [pool-192-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind
13:26:14.334 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:26:14.334 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:26:14.340 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:26:14.340 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s192ms [pure insertion]
marking any relevant derived attributes for update...13:26:14.341 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:14.342 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:14.346 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:26:14.346 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:14.346 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:14.346 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:26:14.348 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:26:14.534 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:26:14.534 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:26:14.546 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:26:14.546 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s200ms [pure insertion]
marking any relevant derived attributes for update...13:26:14.546 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:14.546 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:14.550 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:26:14.550 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:14.551 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:14.551 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:26:14.612 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:26:14.729 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:26:14.729 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:26:14.746 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:26:14.746 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s196ms [pure insertion]
marking any relevant derived attributes for update...13:26:14.746 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:14.746 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:14.826 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:26:14.826 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:14.826 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:14.826 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:26:14.829 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:26:14.930 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:26:14.930 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:26:14.944 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:26:14.944 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s118ms [pure insertion]
marking any relevant derived attributes for update...13:26:14.944 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:14.944 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:14.945 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:14.945 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:14.952 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:26:14.953 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:26:14.953 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
13:26:14.953 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:14.953 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:14.953 [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...
13:26:14.953 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
13:26:14.953 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:14.953 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:14.953 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 810 ms
13:26:14.953 [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
13:26:14.956 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:14.956 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:15.025 [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
13:26:15.025 [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
13:26:15.027 [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
13:26:15.028 [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
13:26:15.029 [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
13:26:15.029 [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
13:26:15.030 [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
13:26:15.030 [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
13:26:15.035 [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)
13:26:15.036 [main] INFO  o.e.h.c.r.CompositeStateListener - Added metamodel(s).
13:26:15.176 [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/junit4387210057887079869/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:15.178 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:15.178 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:15.178 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:15.179 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:15.179 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:15.179 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:15.179 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:15.212 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:26:15.212 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:26:15.212 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.033s
attempting to resolve any uninitialized derived attributes...
13:26:15.212 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:15.212 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:15.212 [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...
13:26:15.212 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s34ms [proxy update]
13:26:15.213 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:15.214 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:15.214 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:15.214 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:15.218 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
13:26:15.218 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:15.219 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:15.219 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
13:26:15.222 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
13:26:15.239 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
13:26:15.239 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
13:26:15.246 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
13:26:15.246 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s28ms [pure insertion]
marking any relevant derived attributes for update...13:26:15.246 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:15.246 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:15.246 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:15.246 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:15.248 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
13:26:15.249 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
13:26:15.249 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
13:26:15.249 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:15.249 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:15.249 [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...
13:26:15.249 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
13:26:15.249 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:15.249 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:15.249 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 71 ms
13:26:15.316 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:15.317 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:15.318 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:15.318 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:15.322 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
13:26:15.322 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:15.322 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store
13:26:15.332 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
13:26:15.332 [pool-192-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:26:15.332 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /model.uml...
13:26:15.332 [pool-192-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml
13:26:15.413 [pool-192-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.081s
13:26:15.419 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
13:26:15.432 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
13:26:15.432 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
13:26:15.438 [pool-192-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
13:26:15.438 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /model.uml.
0s116ms [pure insertion]
marking any relevant derived attributes for update...13:26:15.438 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:15.438 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:15.438 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:15.438 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:15.440 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
13:26:15.441 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
13:26:15.441 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
13:26:15.441 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:15.441 [pool-192-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:15.441 [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...
13:26:15.441 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
13:26:15.441 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:15.441 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:15.441 [pool-192-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 125 ms
13:26:15.444 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:15.444 [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/junit4387210057887079869/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:15.446 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:15.446 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:15.632 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:15.633 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15184924186796840043/test_upgradeModelProfileVersion[LevelDB GreyCat]
13:26:15.633 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:15.838 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:15.839 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:15.839 [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
13:26:15.861 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:15.861 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
WARNING: DOUBLE UNMARK 4
WARNING: DOUBLE UNMARK 2
WARNING: DOUBLE UNMARK 1
WARNING: DOUBLE UNMARK 0
13:26:16.052 [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
13:26:16.052 [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
13:26:16.113 [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
13:26:16.113 [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
13:26:16.114 [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
13:26:16.116 [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
13:26:16.120 [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
13:26:16.120 [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
13:26:16.121 [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
13:26:16.122 [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
13:26:16.122 [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
13:26:16.122 [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[]
13:26:16.122 [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
13:26:16.122 [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
13:26:16.122 [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
13:26:16.122 [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
13:26:16.122 [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
13:26:16.123 [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
13:26:16.123 [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
13:26:16.124 [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
13:26:16.124 [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
13:26:16.125 [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
13:26:16.125 [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
13:26:16.126 [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
13:26:16.126 [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
13:26:16.126 [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
13:26:16.126 [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
13:26:16.126 [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
13:26:16.126 [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
13:26:16.127 [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
13:26:16.159 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
13:26:16.159 [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
13:26:16.159 [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
13:26:16.160 [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
13:26:16.160 [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
13:26:16.160 [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
13:26:16.160 [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
13:26:16.161 [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
13:26:16.161 [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
13:26:16.212 [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
13:26:16.212 [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
13:26:16.215 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:16.215 [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
13:26:16.216 [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
13:26:16.216 [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
13:26:16.218 [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
13:26:16.220 [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
13:26:16.220 [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
13:26:16.314 [main] 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
13:26:16.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::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
13:26:16.443 [main] 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
13:26:16.517 [main] 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
13:26:16.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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
13:26:16.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::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
13:26:16.538 [main] 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
13:26:16.560 [main] 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
13:26:16.646 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
13:26:16.654 [main] 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
13:26:16.722 [main] 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
13:26:16.821 [main] 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
13:26:16.914 [main] 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
13:26:17.226 [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
13:26:17.226 [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
13:26:17.228 [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
13:26:17.229 [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
13:26:17.231 [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
13:26:17.232 [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
13:26:17.233 [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
13:26:17.235 [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
13:26:17.235 [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
13:26:17.236 [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
13:26:17.236 [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
13:26:17.236 [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
13:26:17.240 [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
13:26:17.242 [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
13:26:17.313 [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
13:26:17.314 [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
13:26:17.315 [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
13:26:17.316 [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
13:26:17.316 [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
13:26:17.316 [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
13:26:17.316 [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
13:26:17.316 [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
13:26:17.316 [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
13:26:17.316 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.319 [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
13:26:17.320 [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
13:26:17.320 [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
13:26:17.320 [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
13:26:17.320 [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
13:26:17.320 [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
13:26:17.320 [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
13:26:17.320 [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
13:26:17.320 [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
13:26:17.320 [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
13:26:17.320 [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
13:26:17.320 [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
13:26:17.320 [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
13:26:17.320 [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
13:26:17.320 [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
13:26:17.320 [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[]
13:26:17.320 [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
13:26:17.320 [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
13:26:17.321 [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
13:26:17.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
13:26:17.321 [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
13:26:17.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String
13:26:17.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
13:26:17.321 [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
13:26:17.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal
13:26:17.321 [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
13:26:17.321 [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[]
13:26:17.321 [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
13:26:17.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
13:26:17.321 [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
13:26:17.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
13:26:17.321 [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
13:26:17.321 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
13:26:17.322 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:17.322 [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
13:26:17.323 [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
13:26:17.324 [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
13:26:17.350 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
13:26:17.350 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:17.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:17.420 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:26:17.420 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:17.421 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:17.421 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:26:17.443 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:17.448 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:17.448 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:17.448 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:17.452 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:17.452 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:17.512 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:26:17.518 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:17.518 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:17.518 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:26:17.523 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:26:17.531 [pool-118-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit9467321480466710725/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit9467321480466710725/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]
13:26:17.626 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:26:17.626 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:26:17.635 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:26:17.635 [pool-194-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...13:26:17.635 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:17.636 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:17.639 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:26:17.639 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:17.639 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:17.639 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:26:17.641 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:26:17.747 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:26:17.747 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:26:17.820 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:26:17.820 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s181ms [pure insertion]
marking any relevant derived attributes for update...13:26:17.820 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:17.820 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:17.823 [pool-119-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit16544729139517075764/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit16544729139517075764/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]
13:26:17.838 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:26:17.838 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:17.838 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:17.838 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:26:17.841 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:26:17.932 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:26:17.932 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:26:17.941 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:26:17.942 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s104ms [pure insertion]
marking any relevant derived attributes for update...13:26:17.942 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:17.942 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:17.943 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:26:17.943 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:17.943 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:17.943 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:26:17.945 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:26:18.033 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:26:18.033 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:26:18.038 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:26:18.038 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s95ms [pure insertion]
marking any relevant derived attributes for update...13:26:18.038 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:18.038 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:18.039 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:18.039 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:18.046 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:26:18.046 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:26:18.046 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
13:26:18.046 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:18.046 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:18.046 [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...
13:26:18.046 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
13:26:18.046 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:18.046 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:18.046 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 598 ms
13:26:18.124 [pool-120-thread-1] ERROR o.e.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit2887150038572641917/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@4c060c8f failed
java.nio.file.NoSuchFileException: /tmp/junit2887150038572641917/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]
13:26:18.148 [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/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:18.149 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:18.149 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:18.151 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:18.152 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:18.152 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:18.154 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.profile.uml...
13:26:18.154 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:18.154 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:18.154 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.profile.uml...
13:26:18.156 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.profile.uml
13:26:18.638 [pool-194-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind
13:26:18.643 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
13:26:18.643 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.profile.uml
13:26:18.831 [pool-194-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
13:26:18.831 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.profile.uml.
0s677ms [pure insertion]
marking any relevant derived attributes for update...13:26:18.831 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:18.831 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:18.832 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:18.832 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:18.837 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/72 proxy references (0 sec total)
13:26:18.839 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs
13:26:18.839 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
13:26:18.839 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:18.839 [pool-194-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:18.839 [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...
13:26:18.839 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
13:26:18.839 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:18.839 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:18.839 [pool-194-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 690 ms
13:26:18.841 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:18.841 [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/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:18.843 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:18.843 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:19.061 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:19.062 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit693512121445485524/test_stereotypeAsModel[LevelDB GreyCat]
13:26:19.062 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:19.465 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:19.513 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:19.513 [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
13:26:19.534 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:19.534 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:19.716 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:19.716 [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
13:26:19.719 [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
13:26:19.720 [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
13:26:19.722 [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
13:26:19.727 [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
13:26:19.727 [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
13:26:19.728 [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
13:26:19.729 [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
13:26:19.729 [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
13:26:19.729 [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[]
13:26:19.729 [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
13:26:19.729 [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
13:26:19.729 [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
13:26:19.729 [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
13:26:19.729 [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
13:26:19.730 [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
13:26:19.730 [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
13:26:19.731 [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
13:26:19.731 [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
13:26:19.732 [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
13:26:19.732 [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
13:26:19.733 [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
13:26:19.733 [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
13:26:19.733 [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
13:26:19.733 [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
13:26:19.733 [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
13:26:19.733 [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
13:26:19.734 [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
13:26:19.734 [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
13:26:19.734 [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
13:26:19.734 [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
13:26:19.735 [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
13:26:19.735 [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
13:26:19.735 [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
13:26:19.735 [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
13:26:19.736 [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
13:26:19.736 [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
13:26:19.737 [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
13:26:19.737 [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
13:26:19.758 [main] 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
13:26:19.822 [main] 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
13:26:19.937 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
13:26:20.015 [main] 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
13:26:20.017 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
13:26:20.017 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
13:26:20.072 [main] 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
13:26:20.133 [main] 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
13:26:20.219 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
13:26:20.227 [main] 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
13:26:20.244 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
13:26:20.327 [main] 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
13:26:20.347 [main] 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
13:26:20.463 [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
13:26:20.512 [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
13:26:20.515 [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
13:26:20.515 [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
13:26:20.520 [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
13:26:20.521 [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
13:26:20.521 [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
13:26:20.522 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:20.522 [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
13:26:20.523 [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
13:26:20.523 [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
13:26:20.524 [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
13:26:20.528 [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
13:26:20.528 [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
13:26:20.530 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
13:26:20.530 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
13:26:20.530 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
13:26:20.530 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
13:26:20.530 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
13:26:20.530 [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
13:26:20.530 [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
13:26:20.531 [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
13:26:20.532 [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
13:26:20.532 [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
13:26:20.536 [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
13:26:20.537 [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
13:26:20.539 [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
13:26:20.539 [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
13:26:20.539 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.540 [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
13:26:20.541 [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
13:26:20.541 [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
13:26:20.541 [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
13:26:20.541 [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[]
13:26:20.541 [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
13:26:20.541 [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
13:26:20.542 [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
13:26:20.542 [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
13:26:20.542 [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
13:26:20.542 [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
13:26:20.542 [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
13:26:20.542 [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
13:26:20.542 [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
13:26:20.542 [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
13:26:20.542 [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[]
13:26:20.542 [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
13:26:20.542 [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
13:26:20.542 [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
13:26:20.542 [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
13:26:20.542 [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
13:26:20.542 [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
13:26:20.612 [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
13:26:20.612 [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
13:26:20.613 [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
13:26:20.615 [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
13:26:20.618 [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
13:26:20.619 [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
13:26:20.620 [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
13:26:20.620 [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
13:26:20.624 [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
13:26:20.626 [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
13:26:20.765 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
13:26:20.765 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:20.818 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:20.819 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:20.819 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:26:20.819 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:20.819 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:26:20.841 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:20.912 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:20.912 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:20.912 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:20.916 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:20.916 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:20.918 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:26:20.924 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:20.924 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:20.924 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:26:20.928 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:26:21.026 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:26:21.026 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:26:21.034 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:26:21.035 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s117ms [pure insertion]
marking any relevant derived attributes for update...13:26:21.035 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:21.036 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:21.053 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:26:21.053 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:21.053 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:21.053 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:26:21.112 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:26:21.144 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:26:21.144 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:26:21.156 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:26:21.156 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s103ms [pure insertion]
marking any relevant derived attributes for update...13:26:21.156 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:21.156 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:21.158 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:26:21.158 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:21.158 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:21.158 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:26:21.213 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:26:21.245 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:26:21.245 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:26:21.318 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:26:21.318 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s160ms [pure insertion]
marking any relevant derived attributes for update...13:26:21.318 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:21.318 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:21.320 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:26:21.320 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:21.320 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:21.320 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:26:21.322 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:26:21.421 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:26:21.421 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:26:21.434 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:26:21.434 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s114ms [pure insertion]
marking any relevant derived attributes for update...13:26:21.434 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:21.434 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:21.435 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:21.435 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:21.442 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:26:21.442 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:26:21.442 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
13:26:21.442 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:21.442 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:21.442 [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...
13:26:21.442 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
13:26:21.442 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:21.443 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:21.443 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 531 ms
13:26:21.565 [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
13:26:21.566 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:21.566 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:21.569 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:21.570 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:21.570 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:21.571 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
13:26:21.571 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:21.571 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:21.571 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
13:26:21.573 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml
13:26:21.635 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
13:26:21.635 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml
13:26:21.640 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:26:21.640 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s69ms [pure insertion]
marking any relevant derived attributes for update...13:26:21.640 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:21.640 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:21.642 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
13:26:21.642 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:21.642 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:21.642 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
13:26:21.644 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml
13:26:21.731 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
13:26:21.731 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml
13:26:21.741 [pool-196-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
13:26:21.741 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml.
0s99ms [pure insertion]
marking any relevant derived attributes for update...13:26:21.741 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:21.741 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:21.741 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:21.741 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:21.743 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
13:26:21.750 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs
13:26:21.750 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.009s
attempting to resolve any uninitialized derived attributes...
13:26:21.750 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:21.750 [pool-196-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:21.750 [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...
13:26:21.750 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s9ms [proxy update]
13:26:21.750 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:21.750 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:21.750 [pool-196-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 184 ms
13:26:21.751 [pool-196-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15128503794012214095/test_localfolderCrosslinks[LevelDB GreyCat]
13:26:21.812 [pool-196-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15128503794012214095/test_localfolderCrosslinks[LevelDB GreyCat]
13:26:21.815 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:21.815 [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
13:26:21.817 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:21.817 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:21.917 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:21.918 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15128503794012214095/test_localfolderCrosslinks[LevelDB GreyCat]
13:26:21.918 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:22.236 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:22.238 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:22.238 [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
13:26:22.316 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:22.316 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:22.433 [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
13:26:22.438 [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
13:26:22.438 [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
13:26:22.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
13:26:22.439 [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
13:26:22.439 [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
13:26:22.439 [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[]
13:26:22.439 [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
13:26:22.439 [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
13:26:22.439 [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
13:26:22.439 [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
13:26:22.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
13:26:22.440 [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
13:26:22.440 [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
13:26:22.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
13:26:22.441 [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
13:26:22.442 [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
13:26:22.442 [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
13:26:22.443 [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
13:26:22.443 [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
13:26:22.443 [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
13:26:22.443 [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
13:26:22.443 [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
13:26:22.443 [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
13:26:22.444 [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
13:26:22.444 [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
13:26:22.444 [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
13:26:22.444 [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
13:26:22.445 [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
13:26:22.445 [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
13:26:22.445 [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
13:26:22.445 [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
13:26:22.446 [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
13:26:22.446 [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
13:26:22.447 [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
13:26:22.447 [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
13:26:22.449 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:22.449 [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
13:26:22.450 [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
13:26:22.452 [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
13:26:22.453 [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
13:26:22.454 [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
13:26:22.454 [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
13:26:22.525 [main] 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
13:26:22.540 [main] 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
13:26:22.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
13:26:22.734 [main] 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
13:26:22.735 [main] 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
13:26:22.735 [main] 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
13:26:22.848 [main] 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
13:26:22.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::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
13:26:22.954 [main] 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
13:26:22.962 [main] 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
13:26:23.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
13:26:23.122 [main] 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
13:26:23.146 [main] 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
13:26:23.315 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:23.316 [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
13:26:23.320 [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
13:26:23.320 [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
13:26:23.321 [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
13:26:23.321 [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
13:26:23.321 [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
13:26:23.323 [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
13:26:23.326 [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
13:26:23.326 [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
13:26:23.326 [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
13:26:23.330 [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
13:26:23.330 [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
13:26:23.330 [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
13:26:23.331 [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
13:26:23.331 [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
13:26:23.331 [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
13:26:23.331 [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
13:26:23.331 [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
13:26:23.332 [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
13:26:23.332 [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
13:26:23.335 [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
13:26:23.336 [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
13:26:23.336 [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
13:26:23.337 [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
13:26:23.340 [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
13:26:23.342 [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
13:26:23.342 [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
13:26:23.346 [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
13:26:23.348 [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
13:26:23.349 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.350 [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
13:26:23.351 [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
13:26:23.351 [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
13:26:23.351 [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
13:26:23.351 [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
13:26:23.351 [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
13:26:23.351 [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
13:26:23.351 [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
13:26:23.351 [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
13:26:23.351 [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
13:26:23.351 [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
13:26:23.351 [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
13:26:23.351 [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
13:26:23.351 [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
13:26:23.351 [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
13:26:23.351 [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[]
13:26:23.351 [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
13:26:23.351 [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
13:26:23.352 [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
13:26:23.352 [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
13:26:23.352 [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
13:26:23.352 [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
13:26:23.352 [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
13:26:23.352 [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
13:26:23.352 [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
13:26:23.352 [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
13:26:23.352 [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[]
13:26:23.352 [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
13:26:23.352 [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
13:26:23.352 [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
13:26:23.352 [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
13:26:23.352 [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
13:26:23.352 [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
13:26:23.353 [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
13:26:23.353 [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
13:26:23.427 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
13:26:23.427 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:23.437 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:23.437 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:26:23.437 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:23.438 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:23.438 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:26:23.456 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:23.512 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:23.512 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:23.512 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:23.515 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:23.516 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:23.517 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:26:23.523 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:23.523 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:23.523 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:26:23.527 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:26:23.623 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:26:23.623 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:26:23.637 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:26:23.637 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s120ms [pure insertion]
marking any relevant derived attributes for update...13:26:23.637 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:26:23.639 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:26:23.642 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:26:23.642 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:23.642 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:23.642 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:26:23.644 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:26:23.739 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:26:23.739 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:26:23.747 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:26:23.747 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s105ms [pure insertion]
marking any relevant derived attributes for update...13:26:23.747 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:23.747 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:23.817 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:26:23.817 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:23.818 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:23.818 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:26:23.820 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:26:23.853 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:26:23.853 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:26:23.917 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:26:23.917 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s100ms [pure insertion]
marking any relevant derived attributes for update...13:26:23.917 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:23.917 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:23.918 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:26:23.919 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:23.919 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:23.919 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:26:23.921 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:26:23.954 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:26:23.954 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:26:24.013 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:26:24.013 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s95ms [pure insertion]
marking any relevant derived attributes for update...13:26:24.013 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:24.013 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:24.014 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:24.014 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:24.021 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:26:24.021 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:26:24.021 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
13:26:24.021 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:24.021 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:24.021 [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...
13:26:24.021 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
13:26:24.021 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:24.021 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:24.022 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 509 ms
13:26:24.071 [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/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:24.072 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:24.072 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:24.074 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:24.075 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:24.075 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:24.076 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
13:26:24.076 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:24.076 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:24.076 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
13:26:24.078 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
13:26:24.087 [pool-198-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind
13:26:24.089 [pool-198-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind
13:26:24.089 [pool-198-thread-1] WARN  o.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind
13:26:24.091 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
13:26:24.091 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
13:26:24.116 [pool-198-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
13:26:24.116 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s40ms [pure insertion]
marking any relevant derived attributes for update...13:26:24.116 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:24.116 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:24.116 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:24.116 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:24.119 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/23 proxy references (0 sec total)
13:26:24.121 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs
13:26:24.121 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.005s
attempting to resolve any uninitialized derived attributes...
13:26:24.121 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:24.121 [pool-198-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:24.121 [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...
13:26:24.121 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
13:26:24.121 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:24.122 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:24.122 [pool-198-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 50 ms
13:26:24.126 [pool-198-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9792410003379721569/test_zoo[LevelDB GreyCat]
13:26:24.129 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:24.129 [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/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:24.131 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:24.131 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:24.244 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:24.245 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9792410003379721569/test_zoo[LevelDB GreyCat]
13:26:24.245 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:24.526 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:24.527 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:24.527 [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
13:26:24.545 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:24.545 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:24.638 [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
13:26:24.639 [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
13:26:24.642 [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
13:26:24.646 [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
13:26:24.646 [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
13:26:24.646 [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
13:26:24.647 [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
13:26:24.651 [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
13:26:24.652 [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
13:26:24.652 [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
13:26:24.653 [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
13:26:24.654 [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
13:26:24.654 [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
13:26:24.654 [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[]
13:26:24.654 [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
13:26:24.654 [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
13:26:24.654 [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
13:26:24.654 [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
13:26:24.654 [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
13:26:24.655 [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
13:26:24.655 [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
13:26:24.656 [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
13:26:24.656 [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
13:26:24.657 [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
13:26:24.657 [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
13:26:24.657 [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
13:26:24.657 [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
13:26:24.657 [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
13:26:24.657 [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
13:26:24.658 [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
13:26:24.658 [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
13:26:24.659 [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
13:26:24.659 [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
13:26:24.659 [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
13:26:24.659 [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
13:26:24.660 [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
13:26:24.660 [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
13:26:24.660 [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
13:26:24.660 [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
13:26:24.661 [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
13:26:24.661 [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
13:26:24.712 [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
13:26:24.712 [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
13:26:24.733 [main] 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
13:26:24.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::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
13:26:24.861 [main] 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
13:26:24.940 [main] 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
13:26:24.941 [main] 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
13:26:24.941 [main] 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
13:26:24.960 [main] 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
13:26:24.981 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
13:26:25.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::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
13:26:25.035 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
13:26:25.051 [main] 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
13:26:25.152 [main] 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
13:26:25.219 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
13:26:25.353 [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
13:26:25.354 [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
13:26:25.356 [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
13:26:25.358 [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
13:26:25.360 [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
13:26:25.360 [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
13:26:25.361 [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
13:26:25.363 [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
13:26:25.363 [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
13:26:25.363 [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
13:26:25.365 [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
13:26:25.367 [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
13:26:25.368 [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
13:26:25.368 [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
13:26:25.370 [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
13:26:25.371 [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
13:26:25.371 [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
13:26:25.373 [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
13:26:25.373 [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
13:26:25.373 [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
13:26:25.373 [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
13:26:25.373 [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
13:26:25.373 [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
13:26:25.373 [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
13:26:25.412 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:25.413 [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
13:26:25.413 [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
13:26:25.416 [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
13:26:25.417 [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
13:26:25.417 [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
13:26:25.417 [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
13:26:25.417 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.418 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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[]
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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[]
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.419 [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
13:26:25.420 [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
13:26:25.420 [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
13:26:25.421 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:25.421 [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
13:26:25.421 [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
13:26:25.450 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:26:25.450 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:25.516 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:25.516 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:26:25.516 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:25.516 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:25.517 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:26:25.535 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:25.537 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:25.537 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:25.537 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:25.540 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:25.540 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:25.542 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:26:25.547 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:25.548 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:25.548 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:26:25.552 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:26:25.647 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:26:25.647 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:26:25.656 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:26:25.656 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s114ms [pure insertion]
marking any relevant derived attributes for update...13:26:25.656 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:25.657 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:25.724 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:26:25.724 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:25.724 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:25.724 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:26:25.727 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:26:25.815 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:26:25.815 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:26:25.827 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:26:25.827 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s103ms [pure insertion]
marking any relevant derived attributes for update...13:26:25.827 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:25.827 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:25.829 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:26:25.829 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:25.829 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:25.829 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:26:25.831 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:26:25.921 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:26:25.921 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:26:25.934 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:26:25.934 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s105ms [pure insertion]
marking any relevant derived attributes for update...13:26:25.934 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:25.934 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:25.937 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:26:25.937 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:25.937 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:25.937 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:26:25.939 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:26:26.024 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:26:26.024 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:26:26.029 [pool-200-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:26:26.029 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s92ms [pure insertion]
marking any relevant derived attributes for update...13:26:26.029 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:26.029 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:26.029 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:26.029 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:26.036 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:26:26.036 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:26:26.036 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
13:26:26.036 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:26.036 [pool-200-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:26.036 [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...
13:26:26.036 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
13:26:26.036 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:26.037 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:26.037 [pool-200-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 500 ms
13:26:26.041 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:26.041 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:26.043 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:26.043 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:26.192 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:26.193 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15260295582868631336/test_indexLibraries[LevelDB GreyCat]
13:26:26.193 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:26.551 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:26.553 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:26.553 [main] INFO  o.e.h.c.r.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory
13:26:26.569 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:26.569 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:26.724 [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
13:26:26.729 [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
13:26:26.729 [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
13:26:26.730 [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
13:26:26.730 [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
13:26:26.730 [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
13:26:26.730 [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[]
13:26:26.730 [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
13:26:26.730 [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
13:26:26.731 [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
13:26:26.731 [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
13:26:26.731 [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
13:26:26.732 [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
13:26:26.732 [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
13:26:26.733 [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
13:26:26.733 [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
13:26:26.734 [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
13:26:26.734 [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
13:26:26.734 [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
13:26:26.734 [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
13:26:26.734 [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
13:26:26.734 [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
13:26:26.735 [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
13:26:26.735 [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
13:26:26.735 [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
13:26:26.736 [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
13:26:26.736 [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
13:26:26.736 [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
13:26:26.736 [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
13:26:26.736 [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
13:26:26.736 [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
13:26:26.736 [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
13:26:26.737 [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
13:26:26.737 [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
13:26:26.738 [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
13:26:26.738 [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
13:26:26.741 [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
13:26:26.741 [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
13:26:26.745 [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
13:26:26.745 [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
13:26:26.820 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
13:26:26.835 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
13:26:26.953 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
13:26:27.142 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
13:26:27.143 [main] 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
13:26:27.143 [main] 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
13:26:27.212 [main] 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
13:26:27.234 [main] 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
13:26:27.269 [main] 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
13:26:27.317 [main] 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
13:26:27.334 [main] 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
13:26:27.421 [main] 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
13:26:27.444 [main] 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
13:26:27.535 [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
13:26:27.535 [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
13:26:27.536 [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
13:26:27.539 [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
13:26:27.542 [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
13:26:27.626 [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
13:26:27.626 [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
13:26:27.626 [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
13:26:27.626 [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
13:26:27.626 [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
13:26:27.626 [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
13:26:27.626 [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
13:26:27.628 [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
13:26:27.629 [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
13:26:27.630 [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
13:26:27.631 [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
13:26:27.632 [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
13:26:27.633 [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
13:26:27.637 [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
13:26:27.637 [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
13:26:27.637 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:27.638 [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
13:26:27.638 [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
13:26:27.638 [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
13:26:27.642 [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
13:26:27.642 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.644 [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
13:26:27.645 [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
13:26:27.645 [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
13:26:27.645 [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
13:26:27.645 [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
13:26:27.645 [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
13:26:27.645 [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
13:26:27.645 [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
13:26:27.645 [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
13:26:27.645 [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
13:26:27.645 [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
13:26:27.645 [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
13:26:27.645 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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[]
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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[]
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.646 [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
13:26:27.647 [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
13:26:27.647 [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
13:26:27.648 [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
13:26:27.649 [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
13:26:27.650 [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
13:26:27.652 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:27.652 [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
13:26:27.654 [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
13:26:27.654 [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
13:26:27.656 [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
13:26:27.727 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
13:26:27.727 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:27.813 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:27.813 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:26:27.813 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:27.813 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:27.813 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:26:27.831 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:27.832 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:27.832 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:27.832 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:27.836 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:27.836 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:27.837 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:26:27.842 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:27.842 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:27.842 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:26:27.846 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:26:27.935 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:26:27.935 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:26:27.943 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:26:27.943 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s106ms [pure insertion]
marking any relevant derived attributes for update...13:26:27.943 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:27.944 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:27.946 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:26:27.947 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:27.947 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:27.947 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:26:27.949 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:26:28.042 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:26:28.042 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:26:28.053 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:26:28.053 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s107ms [pure insertion]
marking any relevant derived attributes for update...13:26:28.053 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:28.053 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:28.113 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:26:28.113 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:28.113 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:28.113 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:26:28.115 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:26:28.142 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:26:28.142 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:26:28.147 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:26:28.147 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s34ms [pure insertion]
marking any relevant derived attributes for update...13:26:28.147 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:28.147 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:28.213 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:26:28.213 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:28.213 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:28.213 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:26:28.215 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:26:28.245 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:26:28.245 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:26:28.256 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:26:28.256 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s43ms [pure insertion]
marking any relevant derived attributes for update...13:26:28.256 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:28.256 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:28.257 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:28.257 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:28.317 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:26:28.317 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:26:28.317 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.06s
attempting to resolve any uninitialized derived attributes...
13:26:28.317 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:28.317 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:28.317 [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...
13:26:28.317 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s60ms [proxy update]
13:26:28.317 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:28.317 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:28.317 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 485 ms
13:26:28.318 [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
13:26:28.319 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:28.319 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:28.332 [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
13:26:28.332 [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
13:26:28.333 [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
13:26:28.334 [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
13:26:28.334 [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
13:26:28.334 [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
13:26:28.335 [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
13:26:28.335 [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
13:26:28.339 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
13:26:28.339 [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)
13:26:28.443 [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/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:28.444 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:28.444 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:28.444 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:28.445 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:28.445 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:28.445 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:28.445 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:28.446 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:26:28.446 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:26:28.446 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:26:28.446 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:28.446 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:28.446 [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...
13:26:28.446 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:26:28.446 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:28.448 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:28.448 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:28.448 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:28.452 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
13:26:28.452 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:28.452 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:28.452 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
13:26:28.454 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
13:26:28.466 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
13:26:28.466 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
13:26:28.516 [pool-202-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
13:26:28.516 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s64ms [pure insertion]
marking any relevant derived attributes for update...13:26:28.516 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:28.516 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:28.516 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:28.516 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:28.518 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
13:26:28.518 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
13:26:28.518 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:26:28.518 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:28.518 [pool-202-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:28.518 [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...
13:26:28.518 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
13:26:28.518 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:28.518 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:28.518 [pool-202-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 74 ms
13:26:28.524 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:28.524 [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/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false
13:26:28.525 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:28.525 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:28.666 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:28.667 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10305205490830617009/test_customProfileV4[LevelDB GreyCat]
13:26:28.667 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:29.046 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:29.047 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:29.047 [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
13:26:29.115 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:29.115 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:29.244 [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
13:26:29.248 [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
13:26:29.248 [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
13:26:29.249 [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
13:26:29.250 [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
13:26:29.250 [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
13:26:29.250 [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[]
13:26:29.250 [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
13:26:29.250 [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
13:26:29.250 [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
13:26:29.250 [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
13:26:29.250 [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
13:26:29.251 [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
13:26:29.251 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
13:26:29.252 [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
13:26:29.252 [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
13:26:29.253 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
13:26:29.253 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
13:26:29.253 [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
13:26:29.253 [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
13:26:29.253 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
13:26:29.253 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
13:26:29.254 [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
13:26:29.254 [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
13:26:29.254 [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
13:26:29.255 [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
13:26:29.255 [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
13:26:29.255 [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
13:26:29.256 [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
13:26:29.256 [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
13:26:29.256 [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
13:26:29.256 [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
13:26:29.257 [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
13:26:29.257 [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
13:26:29.257 [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
13:26:29.257 [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
13:26:29.332 [main] 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
13:26:29.347 [main] 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
13:26:29.448 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
13:26:29.539 [main] 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
13:26:29.540 [main] 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
13:26:29.540 [main] 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
13:26:29.559 [main] 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
13:26:29.580 [main] 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
13:26:29.614 [main] 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
13:26:29.622 [main] 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
13:26:29.637 [main] 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
13:26:29.669 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
13:26:29.753 [main] 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
13:26:29.835 [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
13:26:29.835 [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
13:26:29.838 [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
13:26:29.838 [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
13:26:29.838 [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
13:26:29.841 [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
13:26:29.841 [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
13:26:29.845 [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
13:26:29.845 [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
13:26:29.848 [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
13:26:29.848 [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
13:26:29.848 [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
13:26:29.848 [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
13:26:29.850 [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
13:26:29.856 [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
13:26:29.856 [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
13:26:29.856 [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
13:26:29.856 [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
13:26:29.856 [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
13:26:29.856 [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
13:26:29.856 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:29.857 [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
13:26:29.859 [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
13:26:29.961 [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
13:26:29.963 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:29.963 [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
13:26:29.966 [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
13:26:29.966 [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
13:26:29.968 [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
13:26:29.968 [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
13:26:29.971 [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
13:26:29.971 [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
13:26:29.972 [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
13:26:29.972 [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
13:26:29.973 [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
13:26:29.976 [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
13:26:29.977 [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
13:26:29.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
13:26:29.978 [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
13:26:29.979 [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
13:26:29.981 [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
13:26:29.981 [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
13:26:29.981 [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
13:26:29.981 [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
13:26:29.981 [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
13:26:29.981 [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
13:26:29.981 [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
13:26:29.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
13:26:29.981 [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
13:26:29.981 [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
13:26:29.981 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.982 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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[]
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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[]
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:29.983 [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
13:26:30.029 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
13:26:30.030 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:30.040 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:30.040 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:26:30.040 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:30.040 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:30.040 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:26:30.127 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:30.132 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:30.132 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:30.132 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:30.135 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:30.135 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:30.137 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:26:30.142 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:30.142 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:30.142 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:26:30.146 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:26:30.229 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:26:30.229 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:26:30.238 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:26:30.238 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s101ms [pure insertion]
marking any relevant derived attributes for update...13:26:30.238 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:30.239 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:30.242 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:26:30.242 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:30.242 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:30.242 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:26:30.244 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:26:30.337 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:26:30.337 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:26:30.348 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:26:30.348 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s106ms [pure insertion]
marking any relevant derived attributes for update...13:26:30.348 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:30.348 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:30.350 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:26:30.351 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:30.351 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:30.351 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:26:30.353 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:26:30.433 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:26:30.433 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:26:30.438 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:26:30.438 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s88ms [pure insertion]
marking any relevant derived attributes for update...13:26:30.438 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:30.438 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:30.452 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:26:30.452 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:30.452 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:30.452 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:26:30.455 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:26:30.540 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:26:30.540 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:26:30.551 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:26:30.551 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s99ms [pure insertion]
marking any relevant derived attributes for update...13:26:30.551 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:30.551 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:30.551 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:30.551 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:30.558 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:26:30.558 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:26:30.558 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
13:26:30.558 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:30.558 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:30.558 [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...
13:26:30.558 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
13:26:30.558 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:30.559 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:30.559 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 427 ms
13:26:30.559 [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
13:26:30.612 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:30.612 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:30.624 [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
13:26:30.624 [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
13:26:30.625 [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
13:26:30.626 [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
13:26:30.626 [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
13:26:30.627 [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
13:26:30.627 [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
13:26:30.628 [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
13:26:30.631 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
13:26:30.631 [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)
13:26:30.726 [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
13:26:30.728 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:30.728 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:30.728 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:30.729 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:30.729 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:30.729 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:30.729 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:30.729 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:26:30.729 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:26:30.729 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
13:26:30.729 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:30.729 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:30.729 [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...
13:26:30.729 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
13:26:30.729 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:30.731 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:30.732 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:30.732 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:30.735 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model.uml...
13:26:30.735 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:30.735 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:30.735 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model.uml...
13:26:30.738 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model.uml
13:26:30.752 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
13:26:30.752 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model.uml
13:26:30.756 [pool-204-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
13:26:30.756 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model.uml.
0s21ms [pure insertion]
marking any relevant derived attributes for update...13:26:30.756 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:30.756 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:30.757 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:30.757 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:30.758 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
13:26:30.759 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
13:26:30.759 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
13:26:30.759 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:30.759 [pool-204-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:30.759 [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...
13:26:30.759 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
13:26:30.759 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:30.759 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:30.759 [pool-204-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 31 ms
13:26:30.815 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:30.815 [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
13:26:30.816 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:30.816 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:30.892 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:30.912 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6274588455453608372/test_customProfileV5[LevelDB GreyCat]
13:26:30.912 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
13:26:31.443 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:31.445 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:31.445 [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
13:26:31.520 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:31.520 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:31.636 [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
13:26:31.636 [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
13:26:31.638 [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
13:26:31.638 [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
13:26:31.641 [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
13:26:31.644 [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
13:26:31.649 [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
13:26:31.649 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
13:26:31.650 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
13:26:31.650 [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
13:26:31.650 [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
13:26:31.650 [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[]
13:26:31.650 [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
13:26:31.650 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
13:26:31.651 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
13:26:31.651 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
13:26:31.651 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
13:26:31.652 [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
13:26:31.652 [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
13:26:31.654 [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
13:26:31.654 [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
13:26:31.655 [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
13:26:31.655 [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
13:26:31.656 [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
13:26:31.656 [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
13:26:31.656 [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
13:26:31.656 [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
13:26:31.657 [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
13:26:31.657 [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
13:26:31.658 [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
13:26:31.658 [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
13:26:31.658 [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
13:26:31.658 [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
13:26:31.660 [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
13:26:31.660 [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
13:26:31.660 [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
13:26:31.660 [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
13:26:31.661 [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
13:26:31.661 [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
13:26:31.713 [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
13:26:31.713 [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
13:26:31.713 [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
13:26:31.715 [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
13:26:31.718 [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
13:26:31.722 [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
13:26:31.722 [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
13:26:31.756 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
13:26:31.832 [main] 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
13:26:32.058 [main] 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
13:26:32.235 [main] 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
13:26:32.236 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
13:26:32.236 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
13:26:32.255 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
13:26:32.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
13:26:32.322 [main] 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
13:26:32.330 [main] 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
13:26:32.346 [main] 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
13:26:32.377 [main] 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
13:26:32.455 [main] 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
13:26:32.531 [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
13:26:32.531 [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
13:26:32.534 [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
13:26:32.534 [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
13:26:32.536 [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
13:26:32.538 [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
13:26:32.539 [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
13:26:32.541 [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
13:26:32.541 [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
13:26:32.544 [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
13:26:32.545 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:32.545 [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
13:26:32.547 [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
13:26:32.548 [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
13:26:32.551 [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
13:26:32.551 [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
13:26:32.553 [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
13:26:32.553 [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
13:26:32.554 [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
13:26:32.554 [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
13:26:32.554 [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
13:26:32.554 [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
13:26:32.554 [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
13:26:32.554 [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
13:26:32.558 [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
13:26:32.560 [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
13:26:32.613 [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
13:26:32.613 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:32.614 [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
13:26:32.616 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.619 [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
13:26:32.620 [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
13:26:32.620 [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
13:26:32.620 [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
13:26:32.620 [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
13:26:32.620 [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
13:26:32.620 [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
13:26:32.620 [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
13:26:32.620 [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
13:26:32.620 [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
13:26:32.620 [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
13:26:32.620 [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
13:26:32.694 [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
13:26:32.694 [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
13:26:32.694 [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
13:26:32.694 [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[]
13:26:32.694 [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
13:26:32.694 [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
13:26:32.695 [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
13:26:32.695 [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
13:26:32.695 [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
13:26:32.695 [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
13:26:32.695 [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
13:26:32.695 [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
13:26:32.695 [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
13:26:32.695 [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
13:26:32.695 [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[]
13:26:32.695 [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
13:26:32.695 [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
13:26:32.695 [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
13:26:32.695 [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
13:26:32.695 [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
13:26:32.695 [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
13:26:32.732 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
13:26:32.732 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:32.742 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:32.812 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:26:32.812 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:32.813 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:32.813 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:26:32.832 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:32.837 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:32.837 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:32.838 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:32.842 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:32.842 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:32.843 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:26:32.913 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:32.913 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:32.913 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:26:32.917 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:26:32.945 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:26:32.945 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:26:32.950 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:26:32.950 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s107ms [pure insertion]
marking any relevant derived attributes for update...13:26:32.950 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
13:26:32.952 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
13:26:32.954 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:26:32.954 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:32.954 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:32.954 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:26:32.956 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:26:33.045 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:26:33.045 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:26:33.056 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:26:33.056 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s102ms [pure insertion]
marking any relevant derived attributes for update...13:26:33.056 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:33.056 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:33.114 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:26:33.114 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:33.114 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:33.114 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:26:33.116 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:26:33.148 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:26:33.148 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:26:33.156 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:26:33.156 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s42ms [pure insertion]
marking any relevant derived attributes for update...13:26:33.156 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:33.156 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:33.224 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:26:33.224 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:33.224 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:33.224 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:26:33.227 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:26:33.313 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:26:33.313 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:26:33.324 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:26:33.324 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s100ms [pure insertion]
marking any relevant derived attributes for update...13:26:33.324 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:33.324 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:33.325 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:33.325 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:33.332 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:26:33.332 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:26:33.333 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
13:26:33.333 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:33.333 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:33.333 [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...
13:26:33.333 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
13:26:33.333 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:33.333 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:33.333 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 495 ms
13:26:33.333 [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
13:26:33.336 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:33.336 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:33.348 [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
13:26:33.348 [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
13:26:33.349 [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
13:26:33.350 [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
13:26:33.350 [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
13:26:33.351 [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
13:26:33.351 [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
13:26:33.352 [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
13:26:33.355 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
13:26:33.355 [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)
13:26:33.478 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit5860843995017612890/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:33.479 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:33.479 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:33.479 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:33.480 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:33.480 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:33.480 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:33.480 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:33.481 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:26:33.481 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:26:33.481 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
13:26:33.481 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:33.481 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:33.481 [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...
13:26:33.481 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
13:26:33.481 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:33.486 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:33.486 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:33.486 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:33.487 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /zoo/model.uml...
13:26:33.488 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:33.488 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:33.488 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /zoo/model.uml...
13:26:33.490 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /zoo/model.uml
13:26:33.520 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
13:26:33.520 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /zoo/model.uml
13:26:33.528 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
13:26:33.528 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /zoo/model.uml.
0s41ms [pure insertion]
marking any relevant derived attributes for update...13:26:33.528 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:33.528 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:33.529 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml...
13:26:33.529 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:33.529 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:33.529 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml...
13:26:33.531 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml
13:26:33.552 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
13:26:33.552 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml
13:26:33.613 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:26:33.613 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml.
0s84ms [pure insertion]
marking any relevant derived attributes for update...13:26:33.613 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:33.613 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:33.615 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml...
13:26:33.615 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:33.615 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:33.615 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml...
13:26:33.618 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml
13:26:33.853 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
13:26:33.853 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml
13:26:34.030 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
13:26:34.030 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml.
0s415ms [pure insertion]
marking any relevant derived attributes for update...13:26:34.030 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:34.030 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:34.031 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml...
13:26:34.031 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:34.031 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:34.031 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml...
13:26:34.034 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml
13:26:34.114 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
13:26:34.114 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml
13:26:34.125 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
13:26:34.125 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml.
0s94ms [pure insertion]
marking any relevant derived attributes for update...13:26:34.125 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:34.125 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:34.128 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
13:26:34.128 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:34.130 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:34.130 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml...
13:26:34.132 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
13:26:34.141 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
13:26:34.141 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
13:26:34.145 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
13:26:34.146 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml.
0s18ms [pure insertion]
marking any relevant derived attributes for update...13:26:34.146 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:34.146 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:34.146 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:34.146 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:34.152 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/109 proxy references (0 sec total)
13:26:34.212 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs
13:26:34.212 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.066s
attempting to resolve any uninitialized derived attributes...
13:26:34.212 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:34.212 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:34.212 [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...
13:26:34.212 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s66ms [proxy update]
13:26:34.212 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:34.213 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:34.213 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 734 ms
13:26:34.216 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:34.220 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:34.221 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:34.221 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:34.224 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
13:26:34.224 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:34.224 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File contains: 11 (11) nodes in store
13:26:34.227 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
13:26:34.227 [pool-206-thread-1] DEBUG o.e.h.g.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
13:26:34.227 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml...
13:26:34.227 [pool-206-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml
13:26:34.236 [pool-206-thread-1] DEBUG o.e.hawk.graph.updater.DeletionUtils - deleted all, took: 0.009s
13:26:34.241 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
13:26:34.250 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
13:26:34.250 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
13:26:34.312 [pool-206-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
13:26:34.312 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml.
0s88ms [pure insertion]
marking any relevant derived attributes for update...13:26:34.312 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:34.313 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:34.313 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:34.313 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:34.315 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/74 proxy references (0 sec total)
13:26:34.316 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs
13:26:34.316 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
13:26:34.316 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:34.316 [pool-206-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:34.316 [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...
13:26:34.316 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
13:26:34.316 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:34.317 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:34.317 [pool-206-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 101 ms
13:26:34.319 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:34.319 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit5860843995017612890/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:34.320 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:34.320 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:34.448 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:34.449 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12671869547987910972/test_modelProfileInsideRepository[LevelDB GreyCat]
13:26:34.449 [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
13:26:34.663 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
13:26:34.665 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:34.665 [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
13:26:34.823 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING METAMODELS: 
13:26:34.823 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - ADDING: 
13:26:35.028 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore
13:26:35.030 [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
13:26:35.030 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
13:26:35.031 [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
13:26:35.031 [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
13:26:35.036 [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
13:26:35.041 [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
13:26:35.041 [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
13:26:35.043 [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
13:26:35.043 [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
13:26:35.044 [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
13:26:35.045 [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
13:26:35.045 [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
13:26:35.045 [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[]
13:26:35.045 [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
13:26:35.045 [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
13:26:35.045 [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
13:26:35.045 [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
13:26:35.045 [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
13:26:35.046 [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
13:26:35.046 [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
13:26:35.047 [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
13:26:35.047 [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
13:26:35.048 [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
13:26:35.048 [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
13:26:35.048 [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
13:26:35.048 [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
13:26:35.048 [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
13:26:35.048 [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
13:26:35.049 [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
13:26:35.049 [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
13:26:35.049 [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
13:26:35.050 [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
13:26:35.050 [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
13:26:35.050 [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
13:26:35.051 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
13:26:35.051 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
13:26:35.051 [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
13:26:35.051 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
13:26:35.052 [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
13:26:35.052 [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
13:26:35.053 [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
13:26:35.053 [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
13:26:35.126 [main] 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
13:26:35.140 [main] 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
13:26:35.257 [main] 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
13:26:35.335 [main] 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
13:26:35.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::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
13:26:35.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::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
13:26:35.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::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
13:26:35.526 [main] 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
13:26:35.560 [main] 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
13:26:35.568 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
13:26:35.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
13:26:35.616 [main] WARN  o.e.h.g.u.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
13:26:35.635 [main] 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
13:26:35.740 [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
13:26:35.741 [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
13:26:35.741 [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
13:26:35.742 [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
13:26:35.743 [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
13:26:35.746 [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
13:26:35.746 [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
13:26:35.746 [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
13:26:35.747 [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
13:26:35.749 [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
13:26:35.752 [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
13:26:35.753 [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
13:26:35.813 [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
13:26:35.814 [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
13:26:35.817 [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
13:26:35.819 [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
13:26:35.819 [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
13:26:35.821 [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
13:26:35.821 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:35.822 [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
13:26:35.825 [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
13:26:35.826 [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
13:26:35.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/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
13:26:35.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/Types::Boolean will be handled as its instance type java.lang.Boolean
13:26:35.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/Types::Integer will be handled as its instance type java.lang.Integer
13:26:35.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/Types::Real will be handled as its instance type java.lang.Double
13:26:35.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/Types::String will be handled as its instance type java.lang.String
13:26:35.828 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
13:26:35.828 [main] DEBUG o.e.h.g.u.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML
13:26:35.830 [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
13:26:35.830 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.834 [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
13:26:35.835 [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
13:26:35.835 [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
13:26:35.835 [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
13:26:35.835 [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
13:26:35.835 [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
13:26:35.835 [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
13:26:35.835 [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
13:26:35.835 [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
13:26:35.835 [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
13:26:35.835 [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
13:26:35.835 [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
13:26:35.835 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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[]
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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[]
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.836 [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
13:26:35.837 [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
13:26:35.837 [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
13:26:35.920 [main] INFO  o.e.h.g.u.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec)
inserting static metamodels complete
13:26:35.920 [main] INFO  o.e.h.c.r.CompositeStateListener - Registering metamodels...
13:26:36.089 [main] INFO  o.e.h.c.r.CompositeStateListener - Registered metamodels.
13:26:36.089 [main] INFO  o.e.h.c.r.CompositeStateListener - Initialized Hawk.
13:26:36.089 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:36.089 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:36.089 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
13:26:36.131 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:36.163 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:36.163 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:36.163 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:36.216 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:36.216 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:36.218 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
13:26:36.223 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:36.223 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:36.223 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
13:26:36.228 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
13:26:36.320 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
13:26:36.320 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
13:26:36.325 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
13:26:36.325 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s107ms [pure insertion]
marking any relevant derived attributes for update...13:26:36.325 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
13:26:36.326 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
13:26:36.328 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
13:26:36.328 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:36.328 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:36.328 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
13:26:36.331 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
13:26:36.428 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
13:26:36.428 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
13:26:36.441 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
13:26:36.441 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s113ms [pure insertion]
marking any relevant derived attributes for update...13:26:36.441 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:36.441 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:36.444 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
13:26:36.444 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:36.444 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:36.444 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
13:26:36.447 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
13:26:36.547 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
13:26:36.547 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
13:26:36.614 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
13:26:36.614 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s170ms [pure insertion]
marking any relevant derived attributes for update...13:26:36.614 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:36.614 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:36.629 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
13:26:36.629 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:36.629 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:36.629 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
13:26:36.632 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
13:26:36.721 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
13:26:36.721 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
13:26:36.735 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
13:26:36.735 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s106ms [pure insertion]
marking any relevant derived attributes for update...13:26:36.735 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:36.735 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:36.735 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:36.735 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:36.743 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
13:26:36.743 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
13:26:36.743 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
13:26:36.743 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:36.743 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:36.743 [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...
13:26:36.743 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
13:26:36.743 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:36.744 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:36.744 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 581 ms
13:26:36.917 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:36.919 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:36.919 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating Hawk...
updating indexer: 
13:26:36.922 [pool-208-thread-1] INFO  org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 3 ms
13:26:36.922 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating relevant changed model files...
13:26:36.923 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Deleting models removed from repository...
13:26:36.923 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating models to the new version...
13:26:36.924 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
13:26:36.924 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:36.924 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:36.924 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
13:26:36.927 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model1/model.uml
13:26:36.951 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
13:26:36.951 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model1/model.uml
13:26:36.958 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
13:26:36.958 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s34ms [pure insertion]
marking any relevant derived attributes for update...13:26:36.958 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:36.958 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:37.013 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
13:26:37.013 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - calculateModelDeltaSize() called
13:26:37.013 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - File not in store, performing initial batch file insertion
13:26:37.013 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
13:26:37.016 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding elements of file /model2/model.uml
13:26:37.043 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
13:26:37.043 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - Adding edges of file /model2/model.uml
13:26:37.115 [pool-208-thread-1] DEBUG o.e.h.g.u.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
13:26:37.115 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performed batch insert on file: /model2/model.uml.
0s102ms [pure insertion]
marking any relevant derived attributes for update...13:26:37.115 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
13:26:37.115 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
13:26:37.116 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
13:26:37.116 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any leftover cross-file references...
13:26:37.118 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
13:26:37.124 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs
13:26:37.124 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - proxy resolution took: ~0.008s
attempting to resolve any uninitialized derived attributes...
13:26:37.124 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Resolving any uninitialized derived attributes...
13:26:37.124 [pool-208-thread-1] INFO  o.e.h.g.updater.GraphModelInserter - Deriving attributes...
13:26:37.124 [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...
13:26:37.124 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updating any affected derived attributes...
0s9ms [proxy update]
13:26:37.125 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated proxies.
13:26:37.125 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Performing optional post-sync operations.
13:26:37.125 [pool-208-thread-1] INFO  o.e.h.c.r.CompositeStateListener - Updated Hawk instance test (success). 0 s 206 ms
13:26:37.125 [pool-208-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15988915068228658384/test_workspaceCrosslinks[LevelDB GreyCat]
13:26:37.127 [pool-208-thread-1] DEBUG o.e.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15988915068228658384/test_workspaceCrosslinks[LevelDB GreyCat]
13:26:37.135 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shutting down...
13:26:37.135 [main] INFO  o.e.h.c.r.CompositeStateListener - Saving Hawk metadata...
adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
13:26:37.137 [main] INFO  o.e.h.c.r.CompositeStateListener - Saved Hawk metadata.
13:26:37.137 [main] INFO  o.e.h.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
13:26:37.228 [main] INFO  o.e.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete.
13:26:37.228 [main] INFO  o.e.h.g.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15988915068228658384/test_workspaceCrosslinks[LevelDB GreyCat]
13:26:37.228 [main] INFO  o.e.h.c.r.CompositeStateListener - Hawk shut down.
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 168.243 s - in org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite
set0[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 39.138 s
tree[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 0.411 s
treeWithSpaces[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 0.526 s
treeCrossResourceContainment[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 0.872 s
derivedEdgeCollection[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 1.305 s
deriveThenAdd[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 1.072 s
derivedEdgeSingle[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 0.433 s
addThenIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 1.426 s
lookupWithIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 0.511 s
lookupWithoutIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 1.043 s
eContainersIsUpdatedRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest)  Time elapsed: 1.348 s
queryEnumValues[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.EnumSupportTest)  Time elapsed: 0.428 s
metamodels[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest)  Time elapsed: 0.449 s
elephantResolve[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 4.091 s
zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 2.422 s
metamodel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 2.136 s
zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 19.38 s
bpmn[LevelDB GreyCat](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest)  Time elapsed: 33.927 s
instanceCountsAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.748 s
listFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.55 s
instanceCounts[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.595 s
reverseRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.633 s
forwardRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 0.627 s
allContents[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 6.468 s
subtreeTraversalScoping[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 6.456 s
getAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 5.828 s
getFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 4.256 s
getAllOfCountsSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 2.807 s
addChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.614 s
addModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.844 s
renameRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.47 s
eContainer[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.399 s
removeChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.283 s
renameChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 0.292 s
upgradeModelProfileVersion[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.842 s
stereotypeAsModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.429 s
localfolderCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.856 s
zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.327 s
indexLibraries[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 1.948 s
customProfileV4[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.474 s
customProfileV5[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.245 s
modelProfileInsideRepository[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.538 s
workspaceCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest)  Time elapsed: 2.778 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-zDpMnSrbi8ql/agent.199
SSH_AGENT_PID=201
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_3838404499995805862.key (/home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_3838404499995805862.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 16.38M bytes  received 31.54K bytes  3.65M bytes/sec
total size is 24.78M  speedup is 1.51
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 201 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